Shades of Pueblo #732E16
Tints of Pueblo #732E16
RGB
CMYK
RGB Variations
Color information
#732E16 (or 0x732E16) is known color: Pueblo. HEX triplet: 73, 2E and 16. RGB value is (115,46,22). Sum of RGB (Red+Green+Blue) = 115+46+22=183 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.84% from 183); Green value is 46 (18.36% from 255 or 25.14% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 115 - color contains mainly: red. Hex color #732E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732E16 is #8CD1E9. Grayscale: #404040. Windows color (decimal): -9228778 or 1453683. OLE color: 1453683.
HSL color Cylindrical-coordinate representation of color #732E16: hue angle of 15.48º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #732E16 is Cyan = 0, Magento = 0.6, Yellow = 0.81 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 46 | 22 | - |
| CMYK | 0 | 0.6 | 0.81 | 0.55 |
| HSL | 15.48º | 0.68% | 0.27% | - |
| HSV(B) | 15.48º | 0.81% | 0.45% | - |
| XYZ | 8.19 | 5.66 | 1.42 | - |
| YUV | 63.9 | 104.36 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 46 | 22 | 0 | 0.6 | 0.81 | 0.55 | 15.48 | 0.68 | 0.27 |
| Hex | 73 | 2E | 16 | 0 | 3C | 51 | 37 | F | 44 | 1B |
| Octal | 163 | 56 | 26 | 0 | 74 | 121 | 67 | 17 | 104 | 33 |
| Binary | 1110011 | 101110 | 10110 | 0 | 111100 | 1010001 | 110111 | 1111 | 1000100 | 11011 |
Color Harmonies of #732E16
Complementary color
Monochromatic Colors of #732E16
Black with #732E16
Text Example
Text Example
White with #732E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732E16; }
p { color: rgb(115,46,22); }
H1.HeaderClassName
{
color: #732E16;
}
.AnyTagClassName
{
color: #732E16;
}
</style>
background-color css
<style>
a { background-color: #732E16; }
a { background-color: rgb(115,46,22); }
div.DivClassName
{
background-color: #732E16;
}
.BgClassName
{
background-color: #732E16;
}
</style>
border-color css
<style>
span { border-color: #732E16; }
span { border-color: rgb(115,46,22); }
td.TdClassName
{
border-color: #732E16;
}
.TagClassName
{
border-color: #732E16;
}
</style>