Shades of Pueblo #792E22
Tints of Pueblo #792E22
RGB
CMYK
RGB Variations
Color information
#792E22 (or 0x792E22) is known color: Pueblo. HEX triplet: 79, 2E and 22. RGB value is (121,46,34). Sum of RGB (Red+Green+Blue) = 121+46+34=201 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.20% from 201); Green value is 46 (18.36% from 255 or 22.89% from 201); Blue value is 34 (13.67% from 255 or 16.92% from 201); Max value from RGB is 121 - color contains mainly: red. Hex color #792E22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792E22 is #86D1DD. Grayscale: #434343. Windows color (decimal): -8835550 or 2240121. OLE color: 2240121.
HSL color Cylindrical-coordinate representation of color #792E22: hue angle of 8.28º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #792E22 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 46 | 34 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.53 |
| HSL | 8.28º | 0.56% | 0.3% | - |
| HSV(B) | 8.28º | 0.72% | 0.47% | - |
| XYZ | 9.15 | 6.13 | 2.22 | - |
| YUV | 67.06 | 109.35 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 46 | 34 | 0 | 0.62 | 0.72 | 0.53 | 8.28 | 0.56 | 0.3 |
| Hex | 79 | 2E | 22 | 0 | 3E | 48 | 35 | 8 | 38 | 1E |
| Octal | 171 | 56 | 42 | 0 | 76 | 110 | 65 | 10 | 70 | 36 |
| Binary | 1111001 | 101110 | 100010 | 0 | 111110 | 1001000 | 110101 | 1000 | 111000 | 11110 |
Color Harmonies of #792E22
Complementary color
Monochromatic Colors of #792E22
Black with #792E22
Text Example
Text Example
White with #792E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792E22; }
p { color: rgb(121,46,34); }
H1.HeaderClassName
{
color: #792E22;
}
.AnyTagClassName
{
color: #792E22;
}
</style>
background-color css
<style>
a { background-color: #792E22; }
a { background-color: rgb(121,46,34); }
div.DivClassName
{
background-color: #792E22;
}
.BgClassName
{
background-color: #792E22;
}
</style>
border-color css
<style>
span { border-color: #792E22; }
span { border-color: rgb(121,46,34); }
td.TdClassName
{
border-color: #792E22;
}
.TagClassName
{
border-color: #792E22;
}
</style>