Shades of Pueblo #722E18
Tints of Pueblo #722E18
RGB
CMYK
RGB Variations
Color information
#722E18 (or 0x722E18) is known color: Pueblo. HEX triplet: 72, 2E and 18. RGB value is (114,46,24). Sum of RGB (Red+Green+Blue) = 114+46+24=184 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.96% from 184); Green value is 46 (18.36% from 255 or 25% from 184); Blue value is 24 (9.77% from 255 or 13.04% from 184); Max value from RGB is 114 - color contains mainly: red. Hex color #722E18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722E18 is #8DD1E7. Grayscale: #3F3F3F. Windows color (decimal): -9294312 or 1584754. OLE color: 1584754.
HSL color Cylindrical-coordinate representation of color #722E18: hue angle of 14.67º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #722E18 is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 46 | 24 | - |
| CMYK | 0 | 0.60 | 0.79 | 0.55 |
| HSL | 14.67º | 0.65% | 0.27% | - |
| HSV(B) | 14.67º | 0.79% | 0.45% | - |
| XYZ | 8.08 | 5.6 | 1.52 | - |
| YUV | 63.82 | 105.53 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 46 | 24 | 0 | 0.60 | 0.79 | 0.55 | 14.67 | 0.65 | 0.27 |
| Hex | 72 | 2E | 18 | 0 | 3C | 4F | 37 | F | 41 | 1B |
| Octal | 162 | 56 | 30 | 0 | 74 | 117 | 67 | 17 | 101 | 33 |
| Binary | 1110010 | 101110 | 11000 | 0 | 111100 | 1001111 | 110111 | 1111 | 1000001 | 11011 |
Color Harmonies of #722E18
Complementary color
Monochromatic Colors of #722E18
Black with #722E18
Text Example
Text Example
White with #722E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722E18; }
p { color: rgb(114,46,24); }
H1.HeaderClassName
{
color: #722E18;
}
.AnyTagClassName
{
color: #722E18;
}
</style>
background-color css
<style>
a { background-color: #722E18; }
a { background-color: rgb(114,46,24); }
div.DivClassName
{
background-color: #722E18;
}
.BgClassName
{
background-color: #722E18;
}
</style>
border-color css
<style>
span { border-color: #722E18; }
span { border-color: rgb(114,46,24); }
td.TdClassName
{
border-color: #722E18;
}
.TagClassName
{
border-color: #722E18;
}
</style>