Shades of Pueblo #752D18
Tints of Pueblo #752D18
RGB
CMYK
RGB Variations
Color information
#752D18 (or 0x752D18) is known color: Pueblo. HEX triplet: 75, 2D and 18. RGB value is (117,45,24). Sum of RGB (Red+Green+Blue) = 117+45+24=186 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.90% from 186); Green value is 45 (17.97% from 255 or 24.19% from 186); Blue value is 24 (9.77% from 255 or 12.90% from 186); Max value from RGB is 117 - color contains mainly: red. Hex color #752D18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752D18 is #8AD2E7. Grayscale: #404040. Windows color (decimal): -9097960 or 1584501. OLE color: 1584501.
HSL color Cylindrical-coordinate representation of color #752D18: hue angle of 13.55º 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 #752D18 is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 45 | 24 | - |
| CMYK | 0 | 0.62 | 0.79 | 0.54 |
| HSL | 13.55º | 0.66% | 0.28% | - |
| HSV(B) | 13.55º | 0.79% | 0.46% | - |
| XYZ | 8.44 | 5.72 | 1.52 | - |
| YUV | 64.13 | 105.35 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 45 | 24 | 0 | 0.62 | 0.79 | 0.54 | 13.55 | 0.66 | 0.28 |
| Hex | 75 | 2D | 18 | 0 | 3E | 4F | 36 | E | 42 | 1C |
| Octal | 165 | 55 | 30 | 0 | 76 | 117 | 66 | 16 | 102 | 34 |
| Binary | 1110101 | 101101 | 11000 | 0 | 111110 | 1001111 | 110110 | 1110 | 1000010 | 11100 |
Color Harmonies of #752D18
Complementary color
Monochromatic Colors of #752D18
Black with #752D18
Text Example
Text Example
White with #752D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752D18; }
p { color: rgb(117,45,24); }
H1.HeaderClassName
{
color: #752D18;
}
.AnyTagClassName
{
color: #752D18;
}
</style>
background-color css
<style>
a { background-color: #752D18; }
a { background-color: rgb(117,45,24); }
div.DivClassName
{
background-color: #752D18;
}
.BgClassName
{
background-color: #752D18;
}
</style>
border-color css
<style>
span { border-color: #752D18; }
span { border-color: rgb(117,45,24); }
td.TdClassName
{
border-color: #752D18;
}
.TagClassName
{
border-color: #752D18;
}
</style>