#712516

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

Shades of Pueblo #712516

Tints of Pueblo #712516

Color information

#712516 (or 0x712516) is unknown color: approx Pueblo. HEX triplet: 71, 25 and 16. RGB value is (113,37,22). Sum of RGB (Red+Green+Blue) = 113+37+22=172 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.70% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 113 - color contains mainly: red. Hex color #712516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712516 is #8EDAE9. Grayscale: #3A3A3A. Windows color (decimal): -9362154 or 1451377. OLE color: 1451377.

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

Color convert

RGB1133722-
CMYK00.670.810.56
HSL9.89º67.41%26.47%-
HSV(B)9.89º80.53%44.31%-
XYZ7.624.891.3-
YUV58.01107.68167.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 65.70%
GREEN value IS 37 (14.84% from 255) = 21.51%
BLUE value IS 22 (8.98% from 255) = 12.79%
R=65.70%
G=21.51%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113372200.670.810.569.8967.4126.47
Hex7125160435138a431a
Octal16145260103121701210332
Binary1110001100101101100100001110100011110001010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712516; }

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

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

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

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

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

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

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

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