#712E16

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

Shades of Pueblo #712E16

Tints of Pueblo #712E16

Color information

#712E16 (or 0x712E16) is unknown color: approx Pueblo. HEX triplet: 71, 2E and 16. RGB value is (113,46,22). Sum of RGB (Red+Green+Blue) = 113+46+22=181 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.43% from 181); Green value is 46 (18.36% from 255 or 25.41% from 181); Blue value is 22 (8.98% from 255 or 12.15% from 181); Max value from RGB is 113 - color contains mainly: red. Hex color #712E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712E16 is #8ED1E9. Grayscale: #3F3F3F. Windows color (decimal): -9359850 or 1453681. OLE color: 1453681.

HSL color Cylindrical-coordinate representation of color #712E16: hue angle of 15.82º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #712E16 is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB1134622-
CMYK00.590.810.56
HSL15.82º67.41%26.47%-
HSV(B)15.82º80.53%44.31%-
XYZ7.935.521.41-
YUV63.3104.7163.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 62.43%
GREEN value IS 46 (18.36% from 255) = 25.41%
BLUE value IS 22 (8.98% from 255) = 12.15%
R=62.43%
G=25.41%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113462200.590.810.5615.8267.4126.47
Hex712E1603B513810431a
Octal1615626073121702010332
Binary1110001101110101100111011101000111100010000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,46,22); }

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

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

 a { background-color: rgb(113,46,22); }

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

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

 span { border-color: rgb(113,46,22); }

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