#712912

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

Shades of Pueblo #712912

Tints of Pueblo #712912

Color information

#712912 (or 0x712912) is unknown color: approx Pueblo. HEX triplet: 71, 29 and 12. RGB value is (113,41,18). Sum of RGB (Red+Green+Blue) = 113+41+18=172 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.70% from 172); Green value is 41 (16.41% from 255 or 23.84% from 172); Blue value is 18 (7.42% from 255 or 10.47% from 172); Max value from RGB is 113 - color contains mainly: red. Hex color #712912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712912 is #8ED6ED. Grayscale: #3C3C3C. Windows color (decimal): -9361134 or 1190257. OLE color: 1190257.

HSL color Cylindrical-coordinate representation of color #712912: hue angle of 14.53º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #712912 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB1134118-
CMYK00.640.840.56
HSL14.53º72.52%25.69%-
HSV(B)14.53º84.07%44.31%-
XYZ7.715.141.16-
YUV59.91104.35165.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 65.70%
GREEN value IS 41 (16.41% from 255) = 23.84%
BLUE value IS 18 (7.42% from 255) = 10.47%
R=65.70%
G=23.84%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113411800.640.840.5614.5372.5225.69
Hex7129120405438f491a
Octal16151220100124701711132
Binary1110001101001100100100000010101001110001111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712912; }

 p { color: rgb(113,41,18); }

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

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

 a { background-color: rgb(113,41,18); }

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

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

 span { border-color: rgb(113,41,18); }

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