Shades of Peru Tan #75401D
Tints of Peru Tan #75401D
RGB
CMYK
RGB Variations
Color information
#75401D (or 0x75401D) is known color: Peru Tan. HEX triplet: 75, 40 and 1D. RGB value is (117,64,29). Sum of RGB (Red+Green+Blue) = 117+64+29=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #75401D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75401D is #8ABFE2. Grayscale: #4C4C4C. Windows color (decimal): -9093091 or 1917045. OLE color: 1917045.
HSL color Cylindrical-coordinate representation of color #75401D: hue angle of 23.86º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #75401D is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 64 | 29 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.54 |
| HSL | 23.86º | 0.6% | 0.29% | - |
| HSV(B) | 23.86º | 0.75% | 0.46% | - |
| XYZ | 9.39 | 7.54 | 2.12 | - |
| YUV | 75.86 | 101.56 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 64 | 29 | 0 | 0.45 | 0.75 | 0.54 | 23.86 | 0.6 | 0.29 |
| Hex | 75 | 40 | 1D | 0 | 2D | 4B | 36 | 18 | 3C | 1D |
| Octal | 165 | 100 | 35 | 0 | 55 | 113 | 66 | 30 | 74 | 35 |
| Binary | 1110101 | 1000000 | 11101 | 0 | 101101 | 1001011 | 110110 | 11000 | 111100 | 11101 |
Color Harmonies of #75401D
Complementary color
Monochromatic Colors of #75401D
Black with #75401D
Text Example
Text Example
White with #75401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75401D; }
p { color: rgb(117,64,29); }
H1.HeaderClassName
{
color: #75401D;
}
.AnyTagClassName
{
color: #75401D;
}
</style>
background-color css
<style>
a { background-color: #75401D; }
a { background-color: rgb(117,64,29); }
div.DivClassName
{
background-color: #75401D;
}
.BgClassName
{
background-color: #75401D;
}
</style>
border-color css
<style>
span { border-color: #75401D; }
span { border-color: rgb(117,64,29); }
td.TdClassName
{
border-color: #75401D;
}
.TagClassName
{
border-color: #75401D;
}
</style>