#712716

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

Shades of Pueblo #712716

Tints of Pueblo #712716

Color information

#712716 (or 0x712716) is unknown color: approx Pueblo. HEX triplet: 71, 27 and 16. RGB value is (113,39,22). Sum of RGB (Red+Green+Blue) = 113+39+22=174 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.94% from 174); Green value is 39 (15.62% from 255 or 22.41% from 174); Blue value is 22 (8.98% from 255 or 12.64% from 174); Max value from RGB is 113 - color contains mainly: red. Hex color #712716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712716 is #8ED8E9. Grayscale: #3B3B3B. Windows color (decimal): -9361642 or 1451889. OLE color: 1451889.

HSL color Cylindrical-coordinate representation of color #712716: hue angle of 11.21º 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 #712716 is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB1133922-
CMYK00.650.810.56
HSL11.21º67.41%26.47%-
HSV(B)11.21º80.53%44.31%-
XYZ7.685.021.32-
YUV59.19107.02166.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 64.94%
GREEN value IS 39 (15.62% from 255) = 22.41%
BLUE value IS 22 (8.98% from 255) = 12.64%
R=64.94%
G=22.41%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113392200.650.810.5611.2167.4126.47
Hex7127160415138b431a
Octal16147260101121701310332
Binary1110001100111101100100000110100011110001011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712716; }

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

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

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

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

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

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

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

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