#703726

Color #703726 Pueblo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pueblo #703726

Tints of Pueblo #703726

Color information

#703726 (or 0x703726) is unknown color: approx Pueblo. HEX triplet: 70, 37 and 26. RGB value is (112,55,38). Sum of RGB (Red+Green+Blue) = 112+55+38=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 38 (15.23% from 255 or 18.54% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #703726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703726 is #8FC8D9. Grayscale: #464646. Windows color (decimal): -9423066 or 2504560. OLE color: 2504560.

HSL color Cylindrical-coordinate representation of color #703726: hue angle of 13.78º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #703726 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB1125538-
CMYK00.510.660.56
HSL13.78º49.33%29.41%-
HSV(B)13.78º66.07%43.92%-
XYZ8.46.322.61-
YUV70.1109.88157.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 54.63%
GREEN value IS 55 (21.88% from 255) = 26.83%
BLUE value IS 38 (15.23% from 255) = 18.54%
R=54.63%
G=26.83%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112553800.510.660.5613.7849.3329.41
Hex7037260334238e311d
Octal160674606310270166135
Binary111000011011110011001100111000010111000111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703726; }

 p { color: rgb(112,55,38); }

 H1.HeaderClassName
 {
   color: #703726;
 }
 .AnyTagClassName
 {
   color: #703726;
 }
</style>
background-color css

<style>
 a { background-color: #703726; }

 a { background-color: rgb(112,55,38); }

 div.DivClassName
 {
   background-color: #703726;
 }
 .BgClassName
 {
   background-color: #703726;
 }
</style>
border-color css

<style>
 span { border-color: #703726; }

 span { border-color: rgb(112,55,38); }

 td.TdClassName
 {
   border-color: #703726;
 }
 .TagClassName
 {
   border-color: #703726;
 }
</style>