Shades of Pueblo #732D21
Tints of Pueblo #732D21
RGB
CMYK
RGB Variations
Color information
#732D21 (or 0x732D21) is known color: Pueblo. HEX triplet: 73, 2D and 21. RGB value is (115,45,33). Sum of RGB (Red+Green+Blue) = 115+45+33=193 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.59% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 33 (13.28% from 255 or 17.10% from 193); Max value from RGB is 115 - color contains mainly: red. Hex color #732D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732D21 is #8CD2DE. Grayscale: #404040. Windows color (decimal): -9229023 or 2174323. OLE color: 2174323.
HSL color Cylindrical-coordinate representation of color #732D21: hue angle of 8.78º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #732D21 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 45 | 33 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.55 |
| HSL | 8.78º | 0.55% | 0.29% | - |
| HSV(B) | 8.78º | 0.71% | 0.45% | - |
| XYZ | 8.28 | 5.63 | 2.09 | - |
| YUV | 64.56 | 110.19 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 45 | 33 | 0 | 0.61 | 0.71 | 0.55 | 8.78 | 0.55 | 0.29 |
| Hex | 73 | 2D | 21 | 0 | 3D | 47 | 37 | 9 | 37 | 1D |
| Octal | 163 | 55 | 41 | 0 | 75 | 107 | 67 | 11 | 67 | 35 |
| Binary | 1110011 | 101101 | 100001 | 0 | 111101 | 1000111 | 110111 | 1001 | 110111 | 11101 |
Color Harmonies of #732D21
Complementary color
Monochromatic Colors of #732D21
Black with #732D21
Text Example
Text Example
White with #732D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732D21; }
p { color: rgb(115,45,33); }
H1.HeaderClassName
{
color: #732D21;
}
.AnyTagClassName
{
color: #732D21;
}
</style>
background-color css
<style>
a { background-color: #732D21; }
a { background-color: rgb(115,45,33); }
div.DivClassName
{
background-color: #732D21;
}
.BgClassName
{
background-color: #732D21;
}
</style>
border-color css
<style>
span { border-color: #732D21; }
span { border-color: rgb(115,45,33); }
td.TdClassName
{
border-color: #732D21;
}
.TagClassName
{
border-color: #732D21;
}
</style>