Shades of Peru Tan #753A17
Tints of Peru Tan #753A17
RGB
CMYK
RGB Variations
Color information
#753A17 (or 0x753A17) is known color: Peru Tan. HEX triplet: 75, 3A and 17. RGB value is (117,58,23). Sum of RGB (Red+Green+Blue) = 117+58+23=198 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.09% from 198); Green value is 58 (23.05% from 255 or 29.29% from 198); Blue value is 23 (9.38% from 255 or 11.62% from 198); Max value from RGB is 117 - color contains mainly: red. Hex color #753A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753A17 is #8AC5E8. Grayscale: #474747. Windows color (decimal): -9094633 or 1522293. OLE color: 1522293.
HSL color Cylindrical-coordinate representation of color #753A17: hue angle of 22.34º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #753A17 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 58 | 23 | - |
| CMYK | 0 | 0.50 | 0.80 | 0.54 |
| HSL | 22.34º | 0.67% | 0.27% | - |
| HSV(B) | 22.34º | 0.8% | 0.46% | - |
| XYZ | 9 | 6.87 | 1.66 | - |
| YUV | 71.65 | 100.55 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 58 | 23 | 0 | 0.50 | 0.80 | 0.54 | 22.34 | 0.67 | 0.27 |
| Hex | 75 | 3A | 17 | 0 | 32 | 50 | 36 | 16 | 43 | 1B |
| Octal | 165 | 72 | 27 | 0 | 62 | 120 | 66 | 26 | 103 | 33 |
| Binary | 1110101 | 111010 | 10111 | 0 | 110010 | 1010000 | 110110 | 10110 | 1000011 | 11011 |
Color Harmonies of #753A17
Complementary color
Monochromatic Colors of #753A17
Black with #753A17
Text Example
Text Example
White with #753A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753A17; }
p { color: rgb(117,58,23); }
H1.HeaderClassName
{
color: #753A17;
}
.AnyTagClassName
{
color: #753A17;
}
</style>
background-color css
<style>
a { background-color: #753A17; }
a { background-color: rgb(117,58,23); }
div.DivClassName
{
background-color: #753A17;
}
.BgClassName
{
background-color: #753A17;
}
</style>
border-color css
<style>
span { border-color: #753A17; }
span { border-color: rgb(117,58,23); }
td.TdClassName
{
border-color: #753A17;
}
.TagClassName
{
border-color: #753A17;
}
</style>