Shades of Pueblo #752E16
Tints of Pueblo #752E16
RGB
CMYK
RGB Variations
Color information
#752E16 (or 0x752E16) is known color: Pueblo. HEX triplet: 75, 2E and 16. RGB value is (117,46,22). Sum of RGB (Red+Green+Blue) = 117+46+22=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 46 (18.36% from 255 or 24.86% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #752E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752E16 is #8AD1E9. Grayscale: #404040. Windows color (decimal): -9097706 or 1453685. OLE color: 1453685.
HSL color Cylindrical-coordinate representation of color #752E16: hue angle of 15.16º 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 #752E16 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 46 | 22 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.54 |
| HSL | 15.16º | 0.68% | 0.27% | - |
| HSV(B) | 15.16º | 0.81% | 0.46% | - |
| XYZ | 8.46 | 5.79 | 1.43 | - |
| YUV | 64.49 | 104.02 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 46 | 22 | 0 | 0.61 | 0.81 | 0.54 | 15.16 | 0.68 | 0.27 |
| Hex | 75 | 2E | 16 | 0 | 3D | 51 | 36 | F | 44 | 1B |
| Octal | 165 | 56 | 26 | 0 | 75 | 121 | 66 | 17 | 104 | 33 |
| Binary | 1110101 | 101110 | 10110 | 0 | 111101 | 1010001 | 110110 | 1111 | 1000100 | 11011 |
Color Harmonies of #752E16
Complementary color
Monochromatic Colors of #752E16
Black with #752E16
Text Example
Text Example
White with #752E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752E16; }
p { color: rgb(117,46,22); }
H1.HeaderClassName
{
color: #752E16;
}
.AnyTagClassName
{
color: #752E16;
}
</style>
background-color css
<style>
a { background-color: #752E16; }
a { background-color: rgb(117,46,22); }
div.DivClassName
{
background-color: #752E16;
}
.BgClassName
{
background-color: #752E16;
}
</style>
border-color css
<style>
span { border-color: #752E16; }
span { border-color: rgb(117,46,22); }
td.TdClassName
{
border-color: #752E16;
}
.TagClassName
{
border-color: #752E16;
}
</style>