Shades of Peru Tan #75411F
Tints of Peru Tan #75411F
RGB
CMYK
RGB Variations
Color information
#75411F (or 0x75411F) is known color: Peru Tan. HEX triplet: 75, 41 and 1F. RGB value is (117,65,31). Sum of RGB (Red+Green+Blue) = 117+65+31=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 31 (12.5% from 255 or 14.55% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #75411F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75411F is #8ABEE0. Grayscale: #4C4C4C. Windows color (decimal): -9092833 or 2048373. OLE color: 2048373.
HSL color Cylindrical-coordinate representation of color #75411F: hue angle of 23.72º 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 #75411F is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 65 | 31 | - |
| CMYK | 0 | 0.44 | 0.74 | 0.54 |
| HSL | 23.72º | 0.58% | 0.29% | - |
| HSV(B) | 23.72º | 0.74% | 0.46% | - |
| XYZ | 9.47 | 7.66 | 2.28 | - |
| YUV | 76.67 | 102.23 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 65 | 31 | 0 | 0.44 | 0.74 | 0.54 | 23.72 | 0.58 | 0.29 |
| Hex | 75 | 41 | 1F | 0 | 2C | 4A | 36 | 18 | 3A | 1D |
| Octal | 165 | 101 | 37 | 0 | 54 | 112 | 66 | 30 | 72 | 35 |
| Binary | 1110101 | 1000001 | 11111 | 0 | 101100 | 1001010 | 110110 | 11000 | 111010 | 11101 |
Color Harmonies of #75411F
Complementary color
Monochromatic Colors of #75411F
Black with #75411F
Text Example
Text Example
White with #75411F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75411F; }
p { color: rgb(117,65,31); }
H1.HeaderClassName
{
color: #75411F;
}
.AnyTagClassName
{
color: #75411F;
}
</style>
background-color css
<style>
a { background-color: #75411F; }
a { background-color: rgb(117,65,31); }
div.DivClassName
{
background-color: #75411F;
}
.BgClassName
{
background-color: #75411F;
}
</style>
border-color css
<style>
span { border-color: #75411F; }
span { border-color: rgb(117,65,31); }
td.TdClassName
{
border-color: #75411F;
}
.TagClassName
{
border-color: #75411F;
}
</style>