#712C14

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

Shades of Pueblo #712C14

Tints of Pueblo #712C14

Color information

#712C14 (or 0x712C14) is unknown color: approx Pueblo. HEX triplet: 71, 2C and 14. RGB value is (113,44,20). Sum of RGB (Red+Green+Blue) = 113+44+20=177 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.84% from 177); Green value is 44 (17.58% from 255 or 24.86% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 113 - color contains mainly: red. Hex color #712C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712C14 is #8ED3EB. Grayscale: #3E3E3E. Windows color (decimal): -9360364 or 1322097. OLE color: 1322097.

HSL color Cylindrical-coordinate representation of color #712C14: hue angle of 15.48º 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 #712C14 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB1134420-
CMYK00.610.820.56
HSL15.48º69.92%26.08%-
HSV(B)15.48º82.3%44.31%-
XYZ7.845.361.28-
YUV61.9104.36164.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 63.84%
GREEN value IS 44 (17.58% from 255) = 24.86%
BLUE value IS 20 (8.20% from 255) = 11.30%
R=63.84%
G=24.86%
B=11.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113442000.610.820.5615.4869.9226.08
Hex712C1403D5238f461a
Octal1615424075122701710632
Binary111000110110010100011110110100101110001111100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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