Shades of Pueblo #722C16
Tints of Pueblo #722C16
RGB
CMYK
RGB Variations
Color information
#722C16 (or 0x722C16) is known color: Pueblo. HEX triplet: 72, 2C and 16. RGB value is (114,44,22). Sum of RGB (Red+Green+Blue) = 114+44+22=180 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.33% from 180); Green value is 44 (17.58% from 255 or 24.44% from 180); Blue value is 22 (8.98% from 255 or 12.22% from 180); Max value from RGB is 114 - color contains mainly: red. Hex color #722C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722C16 is #8DD3E9. Grayscale: #3E3E3E. Windows color (decimal): -9294826 or 1453170. OLE color: 1453170.
HSL color Cylindrical-coordinate representation of color #722C16: hue angle of 14.35º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #722C16 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 44 | 22 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.55 |
| HSL | 14.35º | 0.68% | 0.27% | - |
| HSV(B) | 14.35º | 0.81% | 0.45% | - |
| XYZ | 7.98 | 5.44 | 1.39 | - |
| YUV | 62.42 | 105.19 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 44 | 22 | 0 | 0.61 | 0.81 | 0.55 | 14.35 | 0.68 | 0.27 |
| Hex | 72 | 2C | 16 | 0 | 3D | 51 | 37 | E | 44 | 1B |
| Octal | 162 | 54 | 26 | 0 | 75 | 121 | 67 | 16 | 104 | 33 |
| Binary | 1110010 | 101100 | 10110 | 0 | 111101 | 1010001 | 110111 | 1110 | 1000100 | 11011 |
Color Harmonies of #722C16
Complementary color
Monochromatic Colors of #722C16
Black with #722C16
Text Example
Text Example
White with #722C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722C16; }
p { color: rgb(114,44,22); }
H1.HeaderClassName
{
color: #722C16;
}
.AnyTagClassName
{
color: #722C16;
}
</style>
background-color css
<style>
a { background-color: #722C16; }
a { background-color: rgb(114,44,22); }
div.DivClassName
{
background-color: #722C16;
}
.BgClassName
{
background-color: #722C16;
}
</style>
border-color css
<style>
span { border-color: #722C16; }
span { border-color: rgb(114,44,22); }
td.TdClassName
{
border-color: #722C16;
}
.TagClassName
{
border-color: #722C16;
}
</style>