Shades of Peru Tan #753D25
Tints of Peru Tan #753D25
RGB
CMYK
RGB Variations
Color information
#753D25 (or 0x753D25) is known color: Peru Tan. HEX triplet: 75, 3D and 25. RGB value is (117,61,37). Sum of RGB (Red+Green+Blue) = 117+61+37=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 61 (24.22% from 255 or 28.37% from 215); Blue value is 37 (14.84% from 255 or 17.21% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #753D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753D25 is #8AC2DA. Grayscale: #4B4B4B. Windows color (decimal): -9093851 or 2440565. OLE color: 2440565.
HSL color Cylindrical-coordinate representation of color #753D25: hue angle of 18º 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 #753D25 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 61 | 37 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.54 |
| HSL | 18º | 0.52% | 0.3% | - |
| HSV(B) | 18º | 0.68% | 0.46% | - |
| XYZ | 9.34 | 7.25 | 2.66 | - |
| YUV | 75.01 | 106.55 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 61 | 37 | 0 | 0.48 | 0.68 | 0.54 | 18 | 0.52 | 0.3 |
| Hex | 75 | 3D | 25 | 0 | 30 | 44 | 36 | 12 | 34 | 1E |
| Octal | 165 | 75 | 45 | 0 | 60 | 104 | 66 | 22 | 64 | 36 |
| Binary | 1110101 | 111101 | 100101 | 0 | 110000 | 1000100 | 110110 | 10010 | 110100 | 11110 |
Color Harmonies of #753D25
Complementary color
Monochromatic Colors of #753D25
Black with #753D25
Text Example
Text Example
White with #753D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753D25; }
p { color: rgb(117,61,37); }
H1.HeaderClassName
{
color: #753D25;
}
.AnyTagClassName
{
color: #753D25;
}
</style>
background-color css
<style>
a { background-color: #753D25; }
a { background-color: rgb(117,61,37); }
div.DivClassName
{
background-color: #753D25;
}
.BgClassName
{
background-color: #753D25;
}
</style>
border-color css
<style>
span { border-color: #753D25; }
span { border-color: rgb(117,61,37); }
td.TdClassName
{
border-color: #753D25;
}
.TagClassName
{
border-color: #753D25;
}
</style>