Shades of Pueblo #732A15
Tints of Pueblo #732A15
RGB
CMYK
RGB Variations
Color information
#732A15 (or 0x732A15) is known color: Pueblo. HEX triplet: 73, 2A and 15. RGB value is (115,42,21). Sum of RGB (Red+Green+Blue) = 115+42+21=178 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.61% from 178); Green value is 42 (16.80% from 255 or 23.60% from 178); Blue value is 21 (8.59% from 255 or 11.80% from 178); Max value from RGB is 115 - color contains mainly: red. Hex color #732A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732A15 is #8CD5EA. Grayscale: #3D3D3D. Windows color (decimal): -9229803 or 1387123. OLE color: 1387123.
HSL color Cylindrical-coordinate representation of color #732A15: hue angle of 13.4º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #732A15 is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 42 | 21 | - |
| CMYK | 0 | 0.63 | 0.82 | 0.55 |
| HSL | 13.4º | 0.69% | 0.27% | - |
| HSV(B) | 13.4º | 0.82% | 0.45% | - |
| XYZ | 8.03 | 5.35 | 1.32 | - |
| YUV | 61.43 | 105.18 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 42 | 21 | 0 | 0.63 | 0.82 | 0.55 | 13.4 | 0.69 | 0.27 |
| Hex | 73 | 2A | 15 | 0 | 3F | 52 | 37 | D | 45 | 1B |
| Octal | 163 | 52 | 25 | 0 | 77 | 122 | 67 | 15 | 105 | 33 |
| Binary | 1110011 | 101010 | 10101 | 0 | 111111 | 1010010 | 110111 | 1101 | 1000101 | 11011 |
Color Harmonies of #732A15
Complementary color
Monochromatic Colors of #732A15
Black with #732A15
Text Example
Text Example
White with #732A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732A15; }
p { color: rgb(115,42,21); }
H1.HeaderClassName
{
color: #732A15;
}
.AnyTagClassName
{
color: #732A15;
}
</style>
background-color css
<style>
a { background-color: #732A15; }
a { background-color: rgb(115,42,21); }
div.DivClassName
{
background-color: #732A15;
}
.BgClassName
{
background-color: #732A15;
}
</style>
border-color css
<style>
span { border-color: #732A15; }
span { border-color: rgb(115,42,21); }
td.TdClassName
{
border-color: #732A15;
}
.TagClassName
{
border-color: #732A15;
}
</style>