Shades of Pueblo #732F25
Tints of Pueblo #732F25
RGB
CMYK
RGB Variations
Color information
#732F25 (or 0x732F25) is known color: Pueblo. HEX triplet: 73, 2F and 25. RGB value is (115,47,37). Sum of RGB (Red+Green+Blue) = 115+47+37=199 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.79% from 199); Green value is 47 (18.75% from 255 or 23.62% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 115 - color contains mainly: red. Hex color #732F25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732F25 is #8CD0DA. Grayscale: #424242. Windows color (decimal): -9228507 or 2436979. OLE color: 2436979.
HSL color Cylindrical-coordinate representation of color #732F25: hue angle of 7.69º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #732F25 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 47 | 37 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.55 |
| HSL | 7.69º | 0.51% | 0.3% | - |
| HSV(B) | 7.69º | 0.68% | 0.45% | - |
| XYZ | 8.42 | 5.81 | 2.43 | - |
| YUV | 66.19 | 111.53 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 47 | 37 | 0 | 0.59 | 0.68 | 0.55 | 7.69 | 0.51 | 0.3 |
| Hex | 73 | 2F | 25 | 0 | 3B | 44 | 37 | 8 | 33 | 1E |
| Octal | 163 | 57 | 45 | 0 | 73 | 104 | 67 | 10 | 63 | 36 |
| Binary | 1110011 | 101111 | 100101 | 0 | 111011 | 1000100 | 110111 | 1000 | 110011 | 11110 |
Color Harmonies of #732F25
Complementary color
Monochromatic Colors of #732F25
Black with #732F25
Text Example
Text Example
White with #732F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732F25; }
p { color: rgb(115,47,37); }
H1.HeaderClassName
{
color: #732F25;
}
.AnyTagClassName
{
color: #732F25;
}
</style>
background-color css
<style>
a { background-color: #732F25; }
a { background-color: rgb(115,47,37); }
div.DivClassName
{
background-color: #732F25;
}
.BgClassName
{
background-color: #732F25;
}
</style>
border-color css
<style>
span { border-color: #732F25; }
span { border-color: rgb(115,47,37); }
td.TdClassName
{
border-color: #732F25;
}
.TagClassName
{
border-color: #732F25;
}
</style>