Shades of Pueblo #752F18
Tints of Pueblo #752F18
RGB
CMYK
RGB Variations
Color information
#752F18 (or 0x752F18) is known color: Pueblo. HEX triplet: 75, 2F and 18. RGB value is (117,47,24). Sum of RGB (Red+Green+Blue) = 117+47+24=188 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.23% from 188); Green value is 47 (18.75% from 255 or 25% from 188); Blue value is 24 (9.77% from 255 or 12.77% from 188); Max value from RGB is 117 - color contains mainly: red. Hex color #752F18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752F18 is #8AD0E7. Grayscale: #414141. Windows color (decimal): -9097448 or 1585013. OLE color: 1585013.
HSL color Cylindrical-coordinate representation of color #752F18: hue angle of 14.84º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #752F18 is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 47 | 24 | - |
| CMYK | 0 | 0.60 | 0.79 | 0.54 |
| HSL | 14.84º | 0.66% | 0.28% | - |
| HSV(B) | 14.84º | 0.79% | 0.46% | - |
| XYZ | 8.52 | 5.88 | 1.55 | - |
| YUV | 65.31 | 104.69 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 24 | 0 | 0.60 | 0.79 | 0.54 | 14.84 | 0.66 | 0.28 |
| Hex | 75 | 2F | 18 | 0 | 3C | 4F | 36 | F | 42 | 1C |
| Octal | 165 | 57 | 30 | 0 | 74 | 117 | 66 | 17 | 102 | 34 |
| Binary | 1110101 | 101111 | 11000 | 0 | 111100 | 1001111 | 110110 | 1111 | 1000010 | 11100 |
Color Harmonies of #752F18
Complementary color
Monochromatic Colors of #752F18
Black with #752F18
Text Example
Text Example
White with #752F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752F18; }
p { color: rgb(117,47,24); }
H1.HeaderClassName
{
color: #752F18;
}
.AnyTagClassName
{
color: #752F18;
}
</style>
background-color css
<style>
a { background-color: #752F18; }
a { background-color: rgb(117,47,24); }
div.DivClassName
{
background-color: #752F18;
}
.BgClassName
{
background-color: #752F18;
}
</style>
border-color css
<style>
span { border-color: #752F18; }
span { border-color: rgb(117,47,24); }
td.TdClassName
{
border-color: #752F18;
}
.TagClassName
{
border-color: #752F18;
}
</style>