Shades of Peru Tan #75401F
Tints of Peru Tan #75401F
RGB
CMYK
RGB Variations
Color information
#75401F (or 0x75401F) is known color: Peru Tan. HEX triplet: 75, 40 and 1F. RGB value is (117,64,31). Sum of RGB (Red+Green+Blue) = 117+64+31=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #75401F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75401F is #8ABFE0. Grayscale: #4C4C4C. Windows color (decimal): -9093089 or 2048117. OLE color: 2048117.
HSL color Cylindrical-coordinate representation of color #75401F: hue angle of 23.02º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75401F is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 64 | 31 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.54 |
| HSL | 23.02º | 0.58% | 0.29% | - |
| HSV(B) | 23.02º | 0.74% | 0.46% | - |
| XYZ | 9.42 | 7.55 | 2.26 | - |
| YUV | 76.09 | 102.56 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 64 | 31 | 0 | 0.45 | 0.74 | 0.54 | 23.02 | 0.58 | 0.29 |
| Hex | 75 | 40 | 1F | 0 | 2D | 4A | 36 | 17 | 3A | 1D |
| Octal | 165 | 100 | 37 | 0 | 55 | 112 | 66 | 27 | 72 | 35 |
| Binary | 1110101 | 1000000 | 11111 | 0 | 101101 | 1001010 | 110110 | 10111 | 111010 | 11101 |
Color Harmonies of #75401F
Complementary color
Monochromatic Colors of #75401F
Black with #75401F
Text Example
Text Example
White with #75401F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75401F; }
p { color: rgb(117,64,31); }
H1.HeaderClassName
{
color: #75401F;
}
.AnyTagClassName
{
color: #75401F;
}
</style>
background-color css
<style>
a { background-color: #75401F; }
a { background-color: rgb(117,64,31); }
div.DivClassName
{
background-color: #75401F;
}
.BgClassName
{
background-color: #75401F;
}
</style>
border-color css
<style>
span { border-color: #75401F; }
span { border-color: rgb(117,64,31); }
td.TdClassName
{
border-color: #75401F;
}
.TagClassName
{
border-color: #75401F;
}
</style>