Shades of Pueblo #732E17
Tints of Pueblo #732E17
RGB
CMYK
RGB Variations
Color information
#732E17 (or 0x732E17) is known color: Pueblo. HEX triplet: 73, 2E and 17. RGB value is (115,46,23). Sum of RGB (Red+Green+Blue) = 115+46+23=184 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.5% from 184); Green value is 46 (18.36% from 255 or 25% from 184); Blue value is 23 (9.38% from 255 or 12.5% from 184); Max value from RGB is 115 - color contains mainly: red. Hex color #732E17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732E17 is #8CD1E8. Grayscale: #404040. Windows color (decimal): -9228777 or 1519219. OLE color: 1519219.
HSL color Cylindrical-coordinate representation of color #732E17: hue angle of 15º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #732E17 is Cyan = 0, Magento = 0.6, Yellow = 0.80 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 46 | 23 | - |
| CMYK | 0 | 0.6 | 0.80 | 0.55 |
| HSL | 15º | 0.67% | 0.27% | - |
| HSV(B) | 15º | 0.8% | 0.45% | - |
| XYZ | 8.2 | 5.66 | 1.47 | - |
| YUV | 64.01 | 104.86 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 46 | 23 | 0 | 0.6 | 0.80 | 0.55 | 15 | 0.67 | 0.27 |
| Hex | 73 | 2E | 17 | 0 | 3C | 50 | 37 | F | 43 | 1B |
| Octal | 163 | 56 | 27 | 0 | 74 | 120 | 67 | 17 | 103 | 33 |
| Binary | 1110011 | 101110 | 10111 | 0 | 111100 | 1010000 | 110111 | 1111 | 1000011 | 11011 |
Color Harmonies of #732E17
Complementary color
Monochromatic Colors of #732E17
Black with #732E17
Text Example
Text Example
White with #732E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732E17; }
p { color: rgb(115,46,23); }
H1.HeaderClassName
{
color: #732E17;
}
.AnyTagClassName
{
color: #732E17;
}
</style>
background-color css
<style>
a { background-color: #732E17; }
a { background-color: rgb(115,46,23); }
div.DivClassName
{
background-color: #732E17;
}
.BgClassName
{
background-color: #732E17;
}
</style>
border-color css
<style>
span { border-color: #732E17; }
span { border-color: rgb(115,46,23); }
td.TdClassName
{
border-color: #732E17;
}
.TagClassName
{
border-color: #732E17;
}
</style>