Shades of Pueblo #732C14
Tints of Pueblo #732C14
RGB
CMYK
RGB Variations
Color information
#732C14 (or 0x732C14) is known color: Pueblo. HEX triplet: 73, 2C and 14. RGB value is (115,44,20). Sum of RGB (Red+Green+Blue) = 115+44+20=179 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.25% from 179); Green value is 44 (17.58% from 255 or 24.58% from 179); Blue value is 20 (8.20% from 255 or 11.17% from 179); Max value from RGB is 115 - color contains mainly: red. Hex color #732C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732C14 is #8CD3EB. Grayscale: #3E3E3E. Windows color (decimal): -9229292 or 1322099. OLE color: 1322099.
HSL color Cylindrical-coordinate representation of color #732C14: hue angle of 15.16º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #732C14 is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 44 | 20 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.55 |
| HSL | 15.16º | 0.7% | 0.26% | - |
| HSV(B) | 15.16º | 0.83% | 0.45% | - |
| XYZ | 8.1 | 5.5 | 1.3 | - |
| YUV | 62.49 | 104.02 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 44 | 20 | 0 | 0.62 | 0.83 | 0.55 | 15.16 | 0.7 | 0.26 |
| Hex | 73 | 2C | 14 | 0 | 3E | 53 | 37 | F | 46 | 1A |
| Octal | 163 | 54 | 24 | 0 | 76 | 123 | 67 | 17 | 106 | 32 |
| Binary | 1110011 | 101100 | 10100 | 0 | 111110 | 1010011 | 110111 | 1111 | 1000110 | 11010 |
Color Harmonies of #732C14
Complementary color
Monochromatic Colors of #732C14
Black with #732C14
Text Example
Text Example
White with #732C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732C14; }
p { color: rgb(115,44,20); }
H1.HeaderClassName
{
color: #732C14;
}
.AnyTagClassName
{
color: #732C14;
}
</style>
background-color css
<style>
a { background-color: #732C14; }
a { background-color: rgb(115,44,20); }
div.DivClassName
{
background-color: #732C14;
}
.BgClassName
{
background-color: #732C14;
}
</style>
border-color css
<style>
span { border-color: #732C14; }
span { border-color: rgb(115,44,20); }
td.TdClassName
{
border-color: #732C14;
}
.TagClassName
{
border-color: #732C14;
}
</style>