Shades of Peru Tan #753B11
Tints of Peru Tan #753B11
RGB
CMYK
RGB Variations
Color information
#753B11 (or 0x753B11) is known color: Peru Tan. HEX triplet: 75, 3B and 11. RGB value is (117,59,17). Sum of RGB (Red+Green+Blue) = 117+59+17=193 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.62% from 193); Green value is 59 (23.44% from 255 or 30.57% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 117 - color contains mainly: red. Hex color #753B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753B11 is #8AC4EE. Grayscale: #474747. Windows color (decimal): -9094383 or 1129333. OLE color: 1129333.
HSL color Cylindrical-coordinate representation of color #753B11: hue angle of 25.2º 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 #753B11 is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 59 | 17 | - |
| CMYK | 0 | 0.50 | 0.85 | 0.54 |
| HSL | 25.2º | 0.75% | 0.26% | - |
| HSV(B) | 25.2º | 0.85% | 0.46% | - |
| XYZ | 9 | 6.95 | 1.4 | - |
| YUV | 71.55 | 97.22 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 59 | 17 | 0 | 0.50 | 0.85 | 0.54 | 25.2 | 0.75 | 0.26 |
| Hex | 75 | 3B | 11 | 0 | 32 | 55 | 36 | 19 | 4B | 1A |
| Octal | 165 | 73 | 21 | 0 | 62 | 125 | 66 | 31 | 113 | 32 |
| Binary | 1110101 | 111011 | 10001 | 0 | 110010 | 1010101 | 110110 | 11001 | 1001011 | 11010 |
Color Harmonies of #753B11
Complementary color
Monochromatic Colors of #753B11
Black with #753B11
Text Example
Text Example
White with #753B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753B11; }
p { color: rgb(117,59,17); }
H1.HeaderClassName
{
color: #753B11;
}
.AnyTagClassName
{
color: #753B11;
}
</style>
background-color css
<style>
a { background-color: #753B11; }
a { background-color: rgb(117,59,17); }
div.DivClassName
{
background-color: #753B11;
}
.BgClassName
{
background-color: #753B11;
}
</style>
border-color css
<style>
span { border-color: #753B11; }
span { border-color: rgb(117,59,17); }
td.TdClassName
{
border-color: #753B11;
}
.TagClassName
{
border-color: #753B11;
}
</style>