#712D14

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

Shades of Pueblo #712D14

Tints of Pueblo #712D14

Color information

#712D14 (or 0x712D14) is unknown color: approx Pueblo. HEX triplet: 71, 2D and 14. RGB value is (113,45,20). Sum of RGB (Red+Green+Blue) = 113+45+20=178 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.48% from 178); Green value is 45 (17.97% from 255 or 25.28% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 113 - color contains mainly: red. Hex color #712D14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712D14 is #8ED2EB. Grayscale: #3E3E3E. Windows color (decimal): -9360108 or 1322353. OLE color: 1322353.

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

Color convert

RGB1134520-
CMYK00.600.820.56
HSL16.13º69.92%26.08%-
HSV(B)16.13º82.3%44.31%-
XYZ7.875.441.3-
YUV62.48104.03164.03-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 63.48%
GREEN value IS 45 (17.97% from 255) = 25.28%
BLUE value IS 20 (8.20% from 255) = 11.24%
R=63.48%
G=25.28%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113452000.600.820.5616.1369.9226.08
Hex712D1403C523810461a
Octal1615524074122702010632
Binary1110001101101101000111100101001011100010000100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,45,20); }

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

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

 a { background-color: rgb(113,45,20); }

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

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

 span { border-color: rgb(113,45,20); }

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