Shades of Pueblo #752A18
Tints of Pueblo #752A18
RGB
CMYK
RGB Variations
Color information
#752A18 (or 0x752A18) is known color: Pueblo. HEX triplet: 75, 2A and 18. RGB value is (117,42,24). Sum of RGB (Red+Green+Blue) = 117+42+24=183 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.93% from 183); Green value is 42 (16.80% from 255 or 22.95% from 183); Blue value is 24 (9.77% from 255 or 13.11% from 183); Max value from RGB is 117 - color contains mainly: red. Hex color #752A18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752A18 is #8AD5E7. Grayscale: #3E3E3E. Windows color (decimal): -9098728 or 1583733. OLE color: 1583733.
HSL color Cylindrical-coordinate representation of color #752A18: hue angle of 11.61º 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 #752A18 is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 42 | 24 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.54 |
| HSL | 11.61º | 0.66% | 0.28% | - |
| HSV(B) | 11.61º | 0.79% | 0.46% | - |
| XYZ | 8.33 | 5.5 | 1.49 | - |
| YUV | 62.37 | 106.35 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 42 | 24 | 0 | 0.64 | 0.79 | 0.54 | 11.61 | 0.66 | 0.28 |
| Hex | 75 | 2A | 18 | 0 | 40 | 4F | 36 | C | 42 | 1C |
| Octal | 165 | 52 | 30 | 0 | 100 | 117 | 66 | 14 | 102 | 34 |
| Binary | 1110101 | 101010 | 11000 | 0 | 1000000 | 1001111 | 110110 | 1100 | 1000010 | 11100 |
Color Harmonies of #752A18
Complementary color
Monochromatic Colors of #752A18
Black with #752A18
Text Example
Text Example
White with #752A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752A18; }
p { color: rgb(117,42,24); }
H1.HeaderClassName
{
color: #752A18;
}
.AnyTagClassName
{
color: #752A18;
}
</style>
background-color css
<style>
a { background-color: #752A18; }
a { background-color: rgb(117,42,24); }
div.DivClassName
{
background-color: #752A18;
}
.BgClassName
{
background-color: #752A18;
}
</style>
border-color css
<style>
span { border-color: #752A18; }
span { border-color: rgb(117,42,24); }
td.TdClassName
{
border-color: #752A18;
}
.TagClassName
{
border-color: #752A18;
}
</style>