Shades of Pueblo #732B15
Tints of Pueblo #732B15
RGB
CMYK
RGB Variations
Color information
#732B15 (or 0x732B15) is known color: Pueblo. HEX triplet: 73, 2B and 15. RGB value is (115,43,21). Sum of RGB (Red+Green+Blue) = 115+43+21=179 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.25% from 179); Green value is 43 (17.19% from 255 or 24.02% from 179); Blue value is 21 (8.59% from 255 or 11.73% from 179); Max value from RGB is 115 - color contains mainly: red. Hex color #732B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732B15 is #8CD4EA. Grayscale: #3E3E3E. Windows color (decimal): -9229547 or 1387379. OLE color: 1387379.
HSL color Cylindrical-coordinate representation of color #732B15: hue angle of 14.04º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #732B15 is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 43 | 21 | - |
| CMYK | 0 | 0.63 | 0.82 | 0.55 |
| HSL | 14.04º | 0.69% | 0.27% | - |
| HSV(B) | 14.04º | 0.82% | 0.45% | - |
| XYZ | 8.07 | 5.43 | 1.33 | - |
| YUV | 62.02 | 104.85 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 43 | 21 | 0 | 0.63 | 0.82 | 0.55 | 14.04 | 0.69 | 0.27 |
| Hex | 73 | 2B | 15 | 0 | 3F | 52 | 37 | E | 45 | 1B |
| Octal | 163 | 53 | 25 | 0 | 77 | 122 | 67 | 16 | 105 | 33 |
| Binary | 1110011 | 101011 | 10101 | 0 | 111111 | 1010010 | 110111 | 1110 | 1000101 | 11011 |
Color Harmonies of #732B15
Complementary color
Monochromatic Colors of #732B15
Black with #732B15
Text Example
Text Example
White with #732B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732B15; }
p { color: rgb(115,43,21); }
H1.HeaderClassName
{
color: #732B15;
}
.AnyTagClassName
{
color: #732B15;
}
</style>
background-color css
<style>
a { background-color: #732B15; }
a { background-color: rgb(115,43,21); }
div.DivClassName
{
background-color: #732B15;
}
.BgClassName
{
background-color: #732B15;
}
</style>
border-color css
<style>
span { border-color: #732B15; }
span { border-color: rgb(115,43,21); }
td.TdClassName
{
border-color: #732B15;
}
.TagClassName
{
border-color: #732B15;
}
</style>