#712A19

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

Shades of Pueblo #712A19

Tints of Pueblo #712A19

Color information

#712A19 (or 0x712A19) is unknown color: approx Pueblo. HEX triplet: 71, 2A and 19. RGB value is (113,42,25). Sum of RGB (Red+Green+Blue) = 113+42+25=180 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.78% from 180); Green value is 42 (16.80% from 255 or 23.33% from 180); Blue value is 25 (10.16% from 255 or 13.89% from 180); Max value from RGB is 113 - color contains mainly: red. Hex color #712A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712A19 is #8ED5E6. Grayscale: #3D3D3D. Windows color (decimal): -9360871 or 1649265. OLE color: 1649265.

HSL color Cylindrical-coordinate representation of color #712A19: hue angle of 11.59º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #712A19 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB1134225-
CMYK00.630.780.56
HSL11.59º63.77%27.06%-
HSV(B)11.59º77.88%44.31%-
XYZ7.815.241.52-
YUV61.29107.52164.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 62.78%
GREEN value IS 42 (16.80% from 255) = 23.33%
BLUE value IS 25 (10.16% from 255) = 13.89%
R=62.78%
G=23.33%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113422500.630.780.5611.5963.7727.06
Hex712A1903F4E38c401b
Octal1615231077116701410033
Binary111000110101011001011111110011101110001100100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712A19; }

 p { color: rgb(113,42,25); }

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

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

 a { background-color: rgb(113,42,25); }

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

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

 span { border-color: rgb(113,42,25); }

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