Shades of Pueblo #752A20
Tints of Pueblo #752A20
RGB
CMYK
RGB Variations
Color information
#752A20 (or 0x752A20) is known color: Pueblo. HEX triplet: 75, 2A and 20. RGB value is (117,42,32). Sum of RGB (Red+Green+Blue) = 117+42+32=191 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.26% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 32 (12.89% from 255 or 16.75% from 191); Max value from RGB is 117 - color contains mainly: red. Hex color #752A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752A20 is #8AD5DF. Grayscale: #3F3F3F. Windows color (decimal): -9098720 or 2108021. OLE color: 2108021.
HSL color Cylindrical-coordinate representation of color #752A20: hue angle of 7.06º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #752A20 is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 42 | 32 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.54 |
| HSL | 7.06º | 0.57% | 0.29% | - |
| HSV(B) | 7.06º | 0.73% | 0.46% | - |
| XYZ | 8.42 | 5.54 | 1.99 | - |
| YUV | 63.29 | 110.35 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 42 | 32 | 0 | 0.64 | 0.73 | 0.54 | 7.06 | 0.57 | 0.29 |
| Hex | 75 | 2A | 20 | 0 | 40 | 49 | 36 | 7 | 39 | 1D |
| Octal | 165 | 52 | 40 | 0 | 100 | 111 | 66 | 7 | 71 | 35 |
| Binary | 1110101 | 101010 | 100000 | 0 | 1000000 | 1001001 | 110110 | 111 | 111001 | 11101 |
Color Harmonies of #752A20
Complementary color
Monochromatic Colors of #752A20
Black with #752A20
Text Example
Text Example
White with #752A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752A20; }
p { color: rgb(117,42,32); }
H1.HeaderClassName
{
color: #752A20;
}
.AnyTagClassName
{
color: #752A20;
}
</style>
background-color css
<style>
a { background-color: #752A20; }
a { background-color: rgb(117,42,32); }
div.DivClassName
{
background-color: #752A20;
}
.BgClassName
{
background-color: #752A20;
}
</style>
border-color css
<style>
span { border-color: #752A20; }
span { border-color: rgb(117,42,32); }
td.TdClassName
{
border-color: #752A20;
}
.TagClassName
{
border-color: #752A20;
}
</style>