Shades of Peru Tan #753F20
Tints of Peru Tan #753F20
RGB
CMYK
RGB Variations
Color information
#753F20 (or 0x753F20) is known color: Peru Tan. HEX triplet: 75, 3F and 20. RGB value is (117,63,32). Sum of RGB (Red+Green+Blue) = 117+63+32=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #753F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753F20 is #8AC0DF. Grayscale: #4B4B4B. Windows color (decimal): -9093344 or 2113397. OLE color: 2113397.
HSL color Cylindrical-coordinate representation of color #753F20: hue angle of 21.88º 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 #753F20 is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 63 | 32 | - |
| CMYK | 0 | 0.46 | 0.73 | 0.54 |
| HSL | 21.88º | 0.57% | 0.29% | - |
| HSV(B) | 21.88º | 0.73% | 0.46% | - |
| XYZ | 9.37 | 7.44 | 2.31 | - |
| YUV | 75.61 | 103.39 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 63 | 32 | 0 | 0.46 | 0.73 | 0.54 | 21.88 | 0.57 | 0.29 |
| Hex | 75 | 3F | 20 | 0 | 2E | 49 | 36 | 16 | 39 | 1D |
| Octal | 165 | 77 | 40 | 0 | 56 | 111 | 66 | 26 | 71 | 35 |
| Binary | 1110101 | 111111 | 100000 | 0 | 101110 | 1001001 | 110110 | 10110 | 111001 | 11101 |
Color Harmonies of #753F20
Complementary color
Monochromatic Colors of #753F20
Black with #753F20
Text Example
Text Example
White with #753F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753F20; }
p { color: rgb(117,63,32); }
H1.HeaderClassName
{
color: #753F20;
}
.AnyTagClassName
{
color: #753F20;
}
</style>
background-color css
<style>
a { background-color: #753F20; }
a { background-color: rgb(117,63,32); }
div.DivClassName
{
background-color: #753F20;
}
.BgClassName
{
background-color: #753F20;
}
</style>
border-color css
<style>
span { border-color: #753F20; }
span { border-color: rgb(117,63,32); }
td.TdClassName
{
border-color: #753F20;
}
.TagClassName
{
border-color: #753F20;
}
</style>