#712812

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

Shades of Pueblo #712812

Tints of Pueblo #712812

Color information

#712812 (or 0x712812) is unknown color: approx Pueblo. HEX triplet: 71, 28 and 12. RGB value is (113,40,18). Sum of RGB (Red+Green+Blue) = 113+40+18=171 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.08% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 18 (7.42% from 255 or 10.53% from 171); Max value from RGB is 113 - color contains mainly: red. Hex color #712812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712812 is #8ED7ED. Grayscale: #3B3B3B. Windows color (decimal): -9361390 or 1190001. OLE color: 1190001.

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

Color convert

RGB1134018-
CMYK00.650.840.56
HSL13.89º72.52%25.69%-
HSV(B)13.89º84.07%44.31%-
XYZ7.685.071.15-
YUV59.32104.68166.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 66.08%
GREEN value IS 40 (16.02% from 255) = 23.39%
BLUE value IS 18 (7.42% from 255) = 10.53%
R=66.08%
G=23.39%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113401800.650.840.5613.8972.5225.69
Hex7128120415438e491a
Octal16150220101124701611132
Binary1110001101000100100100000110101001110001110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712812; }

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

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

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

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

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

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

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

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