Shades of Pueblo #732D19
Tints of Pueblo #732D19
RGB
CMYK
RGB Variations
Color information
#732D19 (or 0x732D19) is known color: Pueblo. HEX triplet: 73, 2D and 19. RGB value is (115,45,25). Sum of RGB (Red+Green+Blue) = 115+45+25=185 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.16% from 185); Green value is 45 (17.97% from 255 or 24.32% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 115 - color contains mainly: red. Hex color #732D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732D19 is #8CD2E6. Grayscale: #3F3F3F. Windows color (decimal): -9229031 or 1650035. OLE color: 1650035.
HSL color Cylindrical-coordinate representation of color #732D19: hue angle of 13.33º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #732D19 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 45 | 25 | - |
| CMYK | 0 | 0.61 | 0.78 | 0.55 |
| HSL | 13.33º | 0.64% | 0.27% | - |
| HSV(B) | 13.33º | 0.78% | 0.45% | - |
| XYZ | 8.18 | 5.59 | 1.57 | - |
| YUV | 63.65 | 106.19 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 45 | 25 | 0 | 0.61 | 0.78 | 0.55 | 13.33 | 0.64 | 0.27 |
| Hex | 73 | 2D | 19 | 0 | 3D | 4E | 37 | D | 40 | 1B |
| Octal | 163 | 55 | 31 | 0 | 75 | 116 | 67 | 15 | 100 | 33 |
| Binary | 1110011 | 101101 | 11001 | 0 | 111101 | 1001110 | 110111 | 1101 | 1000000 | 11011 |
Color Harmonies of #732D19
Complementary color
Monochromatic Colors of #732D19
Black with #732D19
Text Example
Text Example
White with #732D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732D19; }
p { color: rgb(115,45,25); }
H1.HeaderClassName
{
color: #732D19;
}
.AnyTagClassName
{
color: #732D19;
}
</style>
background-color css
<style>
a { background-color: #732D19; }
a { background-color: rgb(115,45,25); }
div.DivClassName
{
background-color: #732D19;
}
.BgClassName
{
background-color: #732D19;
}
</style>
border-color css
<style>
span { border-color: #732D19; }
span { border-color: rgb(115,45,25); }
td.TdClassName
{
border-color: #732D19;
}
.TagClassName
{
border-color: #732D19;
}
</style>