Shades of Pueblo #712C16
Tints of Pueblo #712C16
RGB
CMYK
RGB Variations
Color information
#712C16 (or 0x712C16) is known color: Pueblo. HEX triplet: 71, 2C and 16. RGB value is (113,44,22). Sum of RGB (Red+Green+Blue) = 113+44+22=179 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.13% from 179); Green value is 44 (17.58% from 255 or 24.58% from 179); Blue value is 22 (8.98% from 255 or 12.29% from 179); Max value from RGB is 113 - color contains mainly: red. Hex color #712C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712C16 is #8ED3E9. Grayscale: #3E3E3E. Windows color (decimal): -9360362 or 1453169. OLE color: 1453169.
HSL color Cylindrical-coordinate representation of color #712C16: hue angle of 14.51º 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 #712C16 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 44 | 22 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.56 |
| HSL | 14.51º | 0.67% | 0.26% | - |
| HSV(B) | 14.51º | 0.81% | 0.44% | - |
| XYZ | 7.86 | 5.37 | 1.38 | - |
| YUV | 62.12 | 105.36 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 44 | 22 | 0 | 0.61 | 0.81 | 0.56 | 14.51 | 0.67 | 0.26 |
| Hex | 71 | 2C | 16 | 0 | 3D | 51 | 38 | F | 43 | 1A |
| Octal | 161 | 54 | 26 | 0 | 75 | 121 | 70 | 17 | 103 | 32 |
| Binary | 1110001 | 101100 | 10110 | 0 | 111101 | 1010001 | 111000 | 1111 | 1000011 | 11010 |
Color Harmonies of #712C16
Complementary color
Monochromatic Colors of #712C16
Black with #712C16
Text Example
Text Example
White with #712C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712C16; }
p { color: rgb(113,44,22); }
H1.HeaderClassName
{
color: #712C16;
}
.AnyTagClassName
{
color: #712C16;
}
</style>
background-color css
<style>
a { background-color: #712C16; }
a { background-color: rgb(113,44,22); }
div.DivClassName
{
background-color: #712C16;
}
.BgClassName
{
background-color: #712C16;
}
</style>
border-color css
<style>
span { border-color: #712C16; }
span { border-color: rgb(113,44,22); }
td.TdClassName
{
border-color: #712C16;
}
.TagClassName
{
border-color: #712C16;
}
</style>