Shades of Pueblo #752C16
Tints of Pueblo #752C16
RGB
CMYK
RGB Variations
Color information
#752C16 (or 0x752C16) is known color: Pueblo. HEX triplet: 75, 2C and 16. RGB value is (117,44,22). Sum of RGB (Red+Green+Blue) = 117+44+22=183 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.93% from 183); Green value is 44 (17.58% from 255 or 24.04% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 117 - color contains mainly: red. Hex color #752C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752C16 is #8AD3E9. Grayscale: #3F3F3F. Windows color (decimal): -9098218 or 1453173. OLE color: 1453173.
HSL color Cylindrical-coordinate representation of color #752C16: hue angle of 13.89º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #752C16 is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 44 | 22 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.54 |
| HSL | 13.89º | 0.68% | 0.27% | - |
| HSV(B) | 13.89º | 0.81% | 0.46% | - |
| XYZ | 8.38 | 5.64 | 1.41 | - |
| YUV | 63.32 | 104.68 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 22 | 0 | 0.62 | 0.81 | 0.54 | 13.89 | 0.68 | 0.27 |
| Hex | 75 | 2C | 16 | 0 | 3E | 51 | 36 | E | 44 | 1B |
| Octal | 165 | 54 | 26 | 0 | 76 | 121 | 66 | 16 | 104 | 33 |
| Binary | 1110101 | 101100 | 10110 | 0 | 111110 | 1010001 | 110110 | 1110 | 1000100 | 11011 |
Color Harmonies of #752C16
Complementary color
Monochromatic Colors of #752C16
Black with #752C16
Text Example
Text Example
White with #752C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752C16; }
p { color: rgb(117,44,22); }
H1.HeaderClassName
{
color: #752C16;
}
.AnyTagClassName
{
color: #752C16;
}
</style>
background-color css
<style>
a { background-color: #752C16; }
a { background-color: rgb(117,44,22); }
div.DivClassName
{
background-color: #752C16;
}
.BgClassName
{
background-color: #752C16;
}
</style>
border-color css
<style>
span { border-color: #752C16; }
span { border-color: rgb(117,44,22); }
td.TdClassName
{
border-color: #752C16;
}
.TagClassName
{
border-color: #752C16;
}
</style>