Shades of Peru Tan #753418
Tints of Peru Tan #753418
RGB
CMYK
RGB Variations
Color information
#753418 (or 0x753418) is known color: Peru Tan. HEX triplet: 75, 34 and 18. RGB value is (117,52,24). Sum of RGB (Red+Green+Blue) = 117+52+24=193 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.62% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 24 (9.77% from 255 or 12.44% from 193); Max value from RGB is 117 - color contains mainly: red. Hex color #753418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753418 is #8ACBE7. Grayscale: #444444. Windows color (decimal): -9096168 or 1586293. OLE color: 1586293.
HSL color Cylindrical-coordinate representation of color #753418: hue angle of 18.06º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #753418 is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 52 | 24 | - |
| CMYK | 0 | 0.56 | 0.79 | 0.54 |
| HSL | 18.06º | 0.66% | 0.28% | - |
| HSV(B) | 18.06º | 0.79% | 0.46% | - |
| XYZ | 8.73 | 6.3 | 1.62 | - |
| YUV | 68.24 | 103.03 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 52 | 24 | 0 | 0.56 | 0.79 | 0.54 | 18.06 | 0.66 | 0.28 |
| Hex | 75 | 34 | 18 | 0 | 38 | 4F | 36 | 12 | 42 | 1C |
| Octal | 165 | 64 | 30 | 0 | 70 | 117 | 66 | 22 | 102 | 34 |
| Binary | 1110101 | 110100 | 11000 | 0 | 111000 | 1001111 | 110110 | 10010 | 1000010 | 11100 |
Color Harmonies of #753418
Complementary color
Monochromatic Colors of #753418
Black with #753418
Text Example
Text Example
White with #753418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753418; }
p { color: rgb(117,52,24); }
H1.HeaderClassName
{
color: #753418;
}
.AnyTagClassName
{
color: #753418;
}
</style>
background-color css
<style>
a { background-color: #753418; }
a { background-color: rgb(117,52,24); }
div.DivClassName
{
background-color: #753418;
}
.BgClassName
{
background-color: #753418;
}
</style>
border-color css
<style>
span { border-color: #753418; }
span { border-color: rgb(117,52,24); }
td.TdClassName
{
border-color: #753418;
}
.TagClassName
{
border-color: #753418;
}
</style>