Shades of Peru Tan #753C11
Tints of Peru Tan #753C11
RGB
CMYK
RGB Variations
Color information
#753C11 (or 0x753C11) is known color: Peru Tan. HEX triplet: 75, 3C and 11. RGB value is (117,60,17). Sum of RGB (Red+Green+Blue) = 117+60+17=194 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.31% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 17 (7.03% from 255 or 8.76% from 194); Max value from RGB is 117 - color contains mainly: red. Hex color #753C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753C11 is #8AC3EE. Grayscale: #484848. Windows color (decimal): -9094127 or 1129589. OLE color: 1129589.
HSL color Cylindrical-coordinate representation of color #753C11: hue angle of 25.8º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #753C11 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 60 | 17 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.54 |
| HSL | 25.8º | 0.75% | 0.26% | - |
| HSV(B) | 25.8º | 0.85% | 0.46% | - |
| XYZ | 9.05 | 7.05 | 1.41 | - |
| YUV | 72.14 | 96.88 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 60 | 17 | 0 | 0.49 | 0.85 | 0.54 | 25.8 | 0.75 | 0.26 |
| Hex | 75 | 3C | 11 | 0 | 31 | 55 | 36 | 1A | 4B | 1A |
| Octal | 165 | 74 | 21 | 0 | 61 | 125 | 66 | 32 | 113 | 32 |
| Binary | 1110101 | 111100 | 10001 | 0 | 110001 | 1010101 | 110110 | 11010 | 1001011 | 11010 |
Color Harmonies of #753C11
Complementary color
Monochromatic Colors of #753C11
Black with #753C11
Text Example
Text Example
White with #753C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753C11; }
p { color: rgb(117,60,17); }
H1.HeaderClassName
{
color: #753C11;
}
.AnyTagClassName
{
color: #753C11;
}
</style>
background-color css
<style>
a { background-color: #753C11; }
a { background-color: rgb(117,60,17); }
div.DivClassName
{
background-color: #753C11;
}
.BgClassName
{
background-color: #753C11;
}
</style>
border-color css
<style>
span { border-color: #753C11; }
span { border-color: rgb(117,60,17); }
td.TdClassName
{
border-color: #753C11;
}
.TagClassName
{
border-color: #753C11;
}
</style>