Shades of Pueblo #732B1E
Tints of Pueblo #732B1E
RGB
CMYK
RGB Variations
Color information
#732B1E (or 0x732B1E) is known color: Pueblo. HEX triplet: 73, 2B and 1E. RGB value is (115,43,30). Sum of RGB (Red+Green+Blue) = 115+43+30=188 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.17% from 188); Green value is 43 (17.19% from 255 or 22.87% from 188); Blue value is 30 (12.11% from 255 or 15.96% from 188); Max value from RGB is 115 - color contains mainly: red. Hex color #732B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732B1E is #8CD4E1. Grayscale: #3F3F3F. Windows color (decimal): -9229538 or 1977203. OLE color: 1977203.
HSL color Cylindrical-coordinate representation of color #732B1E: hue angle of 9.18º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #732B1E is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 43 | 30 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.55 |
| HSL | 9.18º | 0.59% | 0.28% | - |
| HSV(B) | 9.18º | 0.74% | 0.45% | - |
| XYZ | 8.17 | 5.47 | 1.85 | - |
| YUV | 63.05 | 109.35 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 43 | 30 | 0 | 0.63 | 0.74 | 0.55 | 9.18 | 0.59 | 0.28 |
| Hex | 73 | 2B | 1E | 0 | 3F | 4A | 37 | 9 | 3B | 1C |
| Octal | 163 | 53 | 36 | 0 | 77 | 112 | 67 | 11 | 73 | 34 |
| Binary | 1110011 | 101011 | 11110 | 0 | 111111 | 1001010 | 110111 | 1001 | 111011 | 11100 |
Color Harmonies of #732B1E
Complementary color
Monochromatic Colors of #732B1E
Black with #732B1E
Text Example
Text Example
White with #732B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732B1E; }
p { color: rgb(115,43,30); }
H1.HeaderClassName
{
color: #732B1E;
}
.AnyTagClassName
{
color: #732B1E;
}
</style>
background-color css
<style>
a { background-color: #732B1E; }
a { background-color: rgb(115,43,30); }
div.DivClassName
{
background-color: #732B1E;
}
.BgClassName
{
background-color: #732B1E;
}
</style>
border-color css
<style>
span { border-color: #732B1E; }
span { border-color: rgb(115,43,30); }
td.TdClassName
{
border-color: #732B1E;
}
.TagClassName
{
border-color: #732B1E;
}
</style>