Shades of Pueblo #752F20
Tints of Pueblo #752F20
RGB
CMYK
RGB Variations
Color information
#752F20 (or 0x752F20) is known color: Pueblo. HEX triplet: 75, 2F and 20. RGB value is (117,47,32). Sum of RGB (Red+Green+Blue) = 117+47+32=196 (25% of max value = 765). Red value is 117 (46.09% from 255 or 59.69% from 196); Green value is 47 (18.75% from 255 or 23.98% from 196); Blue value is 32 (12.89% from 255 or 16.33% from 196); Max value from RGB is 117 - color contains mainly: red. Hex color #752F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752F20 is #8AD0DF. Grayscale: #424242. Windows color (decimal): -9097440 or 2109301. OLE color: 2109301.
HSL color Cylindrical-coordinate representation of color #752F20: hue angle of 10.59º 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 #752F20 is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 47 | 32 | - |
| CMYK | 0 | 0.60 | 0.73 | 0.54 |
| HSL | 10.59º | 0.57% | 0.29% | - |
| HSV(B) | 10.59º | 0.73% | 0.46% | - |
| XYZ | 8.61 | 5.92 | 2.06 | - |
| YUV | 66.22 | 108.69 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 32 | 0 | 0.60 | 0.73 | 0.54 | 10.59 | 0.57 | 0.29 |
| Hex | 75 | 2F | 20 | 0 | 3C | 49 | 36 | B | 39 | 1D |
| Octal | 165 | 57 | 40 | 0 | 74 | 111 | 66 | 13 | 71 | 35 |
| Binary | 1110101 | 101111 | 100000 | 0 | 111100 | 1001001 | 110110 | 1011 | 111001 | 11101 |
Color Harmonies of #752F20
Complementary color
Monochromatic Colors of #752F20
Black with #752F20
Text Example
Text Example
White with #752F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752F20; }
p { color: rgb(117,47,32); }
H1.HeaderClassName
{
color: #752F20;
}
.AnyTagClassName
{
color: #752F20;
}
</style>
background-color css
<style>
a { background-color: #752F20; }
a { background-color: rgb(117,47,32); }
div.DivClassName
{
background-color: #752F20;
}
.BgClassName
{
background-color: #752F20;
}
</style>
border-color css
<style>
span { border-color: #752F20; }
span { border-color: rgb(117,47,32); }
td.TdClassName
{
border-color: #752F20;
}
.TagClassName
{
border-color: #752F20;
}
</style>