Shades of Pueblo #732D20
Tints of Pueblo #732D20
RGB
CMYK
RGB Variations
Color information
#732D20 (or 0x732D20) is known color: Pueblo. HEX triplet: 73, 2D and 20. RGB value is (115,45,32). Sum of RGB (Red+Green+Blue) = 115+45+32=192 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.90% from 192); Green value is 45 (17.97% from 255 or 23.44% from 192); Blue value is 32 (12.89% from 255 or 16.67% from 192); Max value from RGB is 115 - color contains mainly: red. Hex color #732D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732D20 is #8CD2DF. Grayscale: #404040. Windows color (decimal): -9229024 or 2108787. OLE color: 2108787.
HSL color Cylindrical-coordinate representation of color #732D20: hue angle of 9.4º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #732D20 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 45 | 32 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.55 |
| HSL | 9.4º | 0.56% | 0.29% | - |
| HSV(B) | 9.4º | 0.72% | 0.45% | - |
| XYZ | 8.27 | 5.63 | 2.02 | - |
| YUV | 64.45 | 109.69 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 45 | 32 | 0 | 0.61 | 0.72 | 0.55 | 9.4 | 0.56 | 0.29 |
| Hex | 73 | 2D | 20 | 0 | 3D | 48 | 37 | 9 | 38 | 1D |
| Octal | 163 | 55 | 40 | 0 | 75 | 110 | 67 | 11 | 70 | 35 |
| Binary | 1110011 | 101101 | 100000 | 0 | 111101 | 1001000 | 110111 | 1001 | 111000 | 11101 |
Color Harmonies of #732D20
Complementary color
Monochromatic Colors of #732D20
Black with #732D20
Text Example
Text Example
White with #732D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732D20; }
p { color: rgb(115,45,32); }
H1.HeaderClassName
{
color: #732D20;
}
.AnyTagClassName
{
color: #732D20;
}
</style>
background-color css
<style>
a { background-color: #732D20; }
a { background-color: rgb(115,45,32); }
div.DivClassName
{
background-color: #732D20;
}
.BgClassName
{
background-color: #732D20;
}
</style>
border-color css
<style>
span { border-color: #732D20; }
span { border-color: rgb(115,45,32); }
td.TdClassName
{
border-color: #732D20;
}
.TagClassName
{
border-color: #732D20;
}
</style>