Shades of Pueblo #732A13
Tints of Pueblo #732A13
RGB
CMYK
RGB Variations
Color information
#732A13 (or 0x732A13) is known color: Pueblo. HEX triplet: 73, 2A and 13. RGB value is (115,42,19). Sum of RGB (Red+Green+Blue) = 115+42+19=176 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.34% from 176); Green value is 42 (16.80% from 255 or 23.86% from 176); Blue value is 19 (7.81% from 255 or 10.80% from 176); Max value from RGB is 115 - color contains mainly: red. Hex color #732A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732A13 is #8CD5EC. Grayscale: #3D3D3D. Windows color (decimal): -9229805 or 1256051. OLE color: 1256051.
HSL color Cylindrical-coordinate representation of color #732A13: hue angle of 14.38º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #732A13 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 42 | 19 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.55 |
| HSL | 14.38º | 0.72% | 0.26% | - |
| HSV(B) | 14.38º | 0.83% | 0.45% | - |
| XYZ | 8.02 | 5.35 | 1.23 | - |
| YUV | 61.21 | 104.18 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 42 | 19 | 0 | 0.63 | 0.83 | 0.55 | 14.38 | 0.72 | 0.26 |
| Hex | 73 | 2A | 13 | 0 | 3F | 53 | 37 | E | 48 | 1A |
| Octal | 163 | 52 | 23 | 0 | 77 | 123 | 67 | 16 | 110 | 32 |
| Binary | 1110011 | 101010 | 10011 | 0 | 111111 | 1010011 | 110111 | 1110 | 1001000 | 11010 |
Color Harmonies of #732A13
Complementary color
Monochromatic Colors of #732A13
Black with #732A13
Text Example
Text Example
White with #732A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732A13; }
p { color: rgb(115,42,19); }
H1.HeaderClassName
{
color: #732A13;
}
.AnyTagClassName
{
color: #732A13;
}
</style>
background-color css
<style>
a { background-color: #732A13; }
a { background-color: rgb(115,42,19); }
div.DivClassName
{
background-color: #732A13;
}
.BgClassName
{
background-color: #732A13;
}
</style>
border-color css
<style>
span { border-color: #732A13; }
span { border-color: rgb(115,42,19); }
td.TdClassName
{
border-color: #732A13;
}
.TagClassName
{
border-color: #732A13;
}
</style>