Shades of Pueblo #722E20
Tints of Pueblo #722E20
RGB
CMYK
RGB Variations
Color information
#722E20 (or 0x722E20) is known color: Pueblo. HEX triplet: 72, 2E and 20. RGB value is (114,46,32). Sum of RGB (Red+Green+Blue) = 114+46+32=192 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.38% from 192); Green value is 46 (18.36% from 255 or 23.96% from 192); Blue value is 32 (12.89% from 255 or 16.67% from 192); Max value from RGB is 114 - color contains mainly: red. Hex color #722E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722E20 is #8DD1DF. Grayscale: #404040. Windows color (decimal): -9294304 or 2109042. OLE color: 2109042.
HSL color Cylindrical-coordinate representation of color #722E20: hue angle of 10.24º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #722E20 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 46 | 32 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.55 |
| HSL | 10.24º | 0.56% | 0.29% | - |
| HSV(B) | 10.24º | 0.72% | 0.45% | - |
| XYZ | 8.18 | 5.64 | 2.02 | - |
| YUV | 64.74 | 109.53 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 46 | 32 | 0 | 0.60 | 0.72 | 0.55 | 10.24 | 0.56 | 0.29 |
| Hex | 72 | 2E | 20 | 0 | 3C | 48 | 37 | A | 38 | 1D |
| Octal | 162 | 56 | 40 | 0 | 74 | 110 | 67 | 12 | 70 | 35 |
| Binary | 1110010 | 101110 | 100000 | 0 | 111100 | 1001000 | 110111 | 1010 | 111000 | 11101 |
Color Harmonies of #722E20
Complementary color
Monochromatic Colors of #722E20
Black with #722E20
Text Example
Text Example
White with #722E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722E20; }
p { color: rgb(114,46,32); }
H1.HeaderClassName
{
color: #722E20;
}
.AnyTagClassName
{
color: #722E20;
}
</style>
background-color css
<style>
a { background-color: #722E20; }
a { background-color: rgb(114,46,32); }
div.DivClassName
{
background-color: #722E20;
}
.BgClassName
{
background-color: #722E20;
}
</style>
border-color css
<style>
span { border-color: #722E20; }
span { border-color: rgb(114,46,32); }
td.TdClassName
{
border-color: #722E20;
}
.TagClassName
{
border-color: #722E20;
}
</style>