Shades of Pueblo #752A16
Tints of Pueblo #752A16
RGB
CMYK
RGB Variations
Color information
#752A16 (or 0x752A16) is known color: Pueblo. HEX triplet: 75, 2A and 16. RGB value is (117,42,22). Sum of RGB (Red+Green+Blue) = 117+42+22=181 (23% of max value = 765). Red value is 117 (46.09% from 255 or 64.64% from 181); Green value is 42 (16.80% from 255 or 23.20% from 181); Blue value is 22 (8.98% from 255 or 12.15% from 181); Max value from RGB is 117 - color contains mainly: red. Hex color #752A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752A16 is #8AD5E9. Grayscale: #3E3E3E. Windows color (decimal): -9098730 or 1452661. OLE color: 1452661.
HSL color Cylindrical-coordinate representation of color #752A16: hue angle of 12.63º 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 #752A16 is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 42 | 22 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.54 |
| HSL | 12.63º | 0.68% | 0.27% | - |
| HSV(B) | 12.63º | 0.81% | 0.46% | - |
| XYZ | 8.31 | 5.5 | 1.38 | - |
| YUV | 62.15 | 105.35 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 42 | 22 | 0 | 0.64 | 0.81 | 0.54 | 12.63 | 0.68 | 0.27 |
| Hex | 75 | 2A | 16 | 0 | 40 | 51 | 36 | D | 44 | 1B |
| Octal | 165 | 52 | 26 | 0 | 100 | 121 | 66 | 15 | 104 | 33 |
| Binary | 1110101 | 101010 | 10110 | 0 | 1000000 | 1010001 | 110110 | 1101 | 1000100 | 11011 |
Color Harmonies of #752A16
Complementary color
Monochromatic Colors of #752A16
Black with #752A16
Text Example
Text Example
White with #752A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752A16; }
p { color: rgb(117,42,22); }
H1.HeaderClassName
{
color: #752A16;
}
.AnyTagClassName
{
color: #752A16;
}
</style>
background-color css
<style>
a { background-color: #752A16; }
a { background-color: rgb(117,42,22); }
div.DivClassName
{
background-color: #752A16;
}
.BgClassName
{
background-color: #752A16;
}
</style>
border-color css
<style>
span { border-color: #752A16; }
span { border-color: rgb(117,42,22); }
td.TdClassName
{
border-color: #752A16;
}
.TagClassName
{
border-color: #752A16;
}
</style>