Shades of Pueblo #722E22
Tints of Pueblo #722E22
RGB
CMYK
RGB Variations
Color information
#722E22 (or 0x722E22) is known color: Pueblo. HEX triplet: 72, 2E and 22. RGB value is (114,46,34). Sum of RGB (Red+Green+Blue) = 114+46+34=194 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.76% from 194); Green value is 46 (18.36% from 255 or 23.71% from 194); Blue value is 34 (13.67% from 255 or 17.53% from 194); Max value from RGB is 114 - color contains mainly: red. Hex color #722E22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722E22 is #8DD1DD. Grayscale: #414141. Windows color (decimal): -9294302 or 2240114. OLE color: 2240114.
HSL color Cylindrical-coordinate representation of color #722E22: hue angle of 9º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #722E22 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 46 | 34 | - |
| CMYK | 0 | 0.60 | 0.70 | 0.55 |
| HSL | 9º | 0.54% | 0.29% | - |
| HSV(B) | 9º | 0.7% | 0.45% | - |
| XYZ | 8.21 | 5.65 | 2.17 | - |
| YUV | 64.96 | 110.53 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 46 | 34 | 0 | 0.60 | 0.70 | 0.55 | 9 | 0.54 | 0.29 |
| Hex | 72 | 2E | 22 | 0 | 3C | 46 | 37 | 9 | 36 | 1D |
| Octal | 162 | 56 | 42 | 0 | 74 | 106 | 67 | 11 | 66 | 35 |
| Binary | 1110010 | 101110 | 100010 | 0 | 111100 | 1000110 | 110111 | 1001 | 110110 | 11101 |
Color Harmonies of #722E22
Complementary color
Monochromatic Colors of #722E22
Black with #722E22
Text Example
Text Example
White with #722E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722E22; }
p { color: rgb(114,46,34); }
H1.HeaderClassName
{
color: #722E22;
}
.AnyTagClassName
{
color: #722E22;
}
</style>
background-color css
<style>
a { background-color: #722E22; }
a { background-color: rgb(114,46,34); }
div.DivClassName
{
background-color: #722E22;
}
.BgClassName
{
background-color: #722E22;
}
</style>
border-color css
<style>
span { border-color: #722E22; }
span { border-color: rgb(114,46,34); }
td.TdClassName
{
border-color: #722E22;
}
.TagClassName
{
border-color: #722E22;
}
</style>