Shades of Pueblo #732F24
Tints of Pueblo #732F24
RGB
CMYK
RGB Variations
Color information
#732F24 (or 0x732F24) is known color: Pueblo. HEX triplet: 73, 2F and 24. RGB value is (115,47,36). Sum of RGB (Red+Green+Blue) = 115+47+36=198 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.08% from 198); Green value is 47 (18.75% from 255 or 23.74% from 198); Blue value is 36 (14.45% from 255 or 18.18% from 198); Max value from RGB is 115 - color contains mainly: red. Hex color #732F24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732F24 is #8CD0DB. Grayscale: #424242. Windows color (decimal): -9228508 or 2371443. OLE color: 2371443.
HSL color Cylindrical-coordinate representation of color #732F24: hue angle of 8.35º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #732F24 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 47 | 36 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.55 |
| HSL | 8.35º | 0.52% | 0.3% | - |
| HSV(B) | 8.35º | 0.69% | 0.45% | - |
| XYZ | 8.41 | 5.81 | 2.35 | - |
| YUV | 66.08 | 111.03 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 47 | 36 | 0 | 0.59 | 0.69 | 0.55 | 8.35 | 0.52 | 0.3 |
| Hex | 73 | 2F | 24 | 0 | 3B | 45 | 37 | 8 | 34 | 1E |
| Octal | 163 | 57 | 44 | 0 | 73 | 105 | 67 | 10 | 64 | 36 |
| Binary | 1110011 | 101111 | 100100 | 0 | 111011 | 1000101 | 110111 | 1000 | 110100 | 11110 |
Color Harmonies of #732F24
Complementary color
Monochromatic Colors of #732F24
Black with #732F24
Text Example
Text Example
White with #732F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732F24; }
p { color: rgb(115,47,36); }
H1.HeaderClassName
{
color: #732F24;
}
.AnyTagClassName
{
color: #732F24;
}
</style>
background-color css
<style>
a { background-color: #732F24; }
a { background-color: rgb(115,47,36); }
div.DivClassName
{
background-color: #732F24;
}
.BgClassName
{
background-color: #732F24;
}
</style>
border-color css
<style>
span { border-color: #732F24; }
span { border-color: rgb(115,47,36); }
td.TdClassName
{
border-color: #732F24;
}
.TagClassName
{
border-color: #732F24;
}
</style>