Shades of Peru Tan #753F25
Tints of Peru Tan #753F25
RGB
CMYK
RGB Variations
Color information
#753F25 (or 0x753F25) is known color: Peru Tan. HEX triplet: 75, 3F and 25. RGB value is (117,63,37). Sum of RGB (Red+Green+Blue) = 117+63+37=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 63 (25% from 255 or 29.03% from 217); Blue value is 37 (14.84% from 255 or 17.05% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #753F25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753F25 is #8AC0DA. Grayscale: #4C4C4C. Windows color (decimal): -9093339 or 2441077. OLE color: 2441077.
HSL color Cylindrical-coordinate representation of color #753F25: hue angle of 19.5º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #753F25 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 63 | 37 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.54 |
| HSL | 19.5º | 0.52% | 0.3% | - |
| HSV(B) | 19.5º | 0.68% | 0.46% | - |
| XYZ | 9.45 | 7.47 | 2.69 | - |
| YUV | 76.18 | 105.89 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 63 | 37 | 0 | 0.46 | 0.68 | 0.54 | 19.5 | 0.52 | 0.3 |
| Hex | 75 | 3F | 25 | 0 | 2E | 44 | 36 | 14 | 34 | 1E |
| Octal | 165 | 77 | 45 | 0 | 56 | 104 | 66 | 24 | 64 | 36 |
| Binary | 1110101 | 111111 | 100101 | 0 | 101110 | 1000100 | 110110 | 10100 | 110100 | 11110 |
Color Harmonies of #753F25
Complementary color
Monochromatic Colors of #753F25
Black with #753F25
Text Example
Text Example
White with #753F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753F25; }
p { color: rgb(117,63,37); }
H1.HeaderClassName
{
color: #753F25;
}
.AnyTagClassName
{
color: #753F25;
}
</style>
background-color css
<style>
a { background-color: #753F25; }
a { background-color: rgb(117,63,37); }
div.DivClassName
{
background-color: #753F25;
}
.BgClassName
{
background-color: #753F25;
}
</style>
border-color css
<style>
span { border-color: #753F25; }
span { border-color: rgb(117,63,37); }
td.TdClassName
{
border-color: #753F25;
}
.TagClassName
{
border-color: #753F25;
}
</style>