Shades of Peru Tan #75351E
Tints of Peru Tan #75351E
RGB
CMYK
RGB Variations
Color information
#75351E (or 0x75351E) is known color: Peru Tan. HEX triplet: 75, 35 and 1E. RGB value is (117,53,30). Sum of RGB (Red+Green+Blue) = 117+53+30=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 30 (12.11% from 255 or 15% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #75351E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75351E is #8ACAE1. Grayscale: #454545. Windows color (decimal): -9095906 or 1979765. OLE color: 1979765.
HSL color Cylindrical-coordinate representation of color #75351E: hue angle of 15.86º degrees, saturation: 0.59, 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 #75351E is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 53 | 30 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.54 |
| HSL | 15.86º | 0.59% | 0.29% | - |
| HSV(B) | 15.86º | 0.74% | 0.46% | - |
| XYZ | 8.84 | 6.42 | 2 | - |
| YUV | 69.51 | 105.7 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 53 | 30 | 0 | 0.55 | 0.74 | 0.54 | 15.86 | 0.59 | 0.29 |
| Hex | 75 | 35 | 1E | 0 | 37 | 4A | 36 | 10 | 3B | 1D |
| Octal | 165 | 65 | 36 | 0 | 67 | 112 | 66 | 20 | 73 | 35 |
| Binary | 1110101 | 110101 | 11110 | 0 | 110111 | 1001010 | 110110 | 10000 | 111011 | 11101 |
Color Harmonies of #75351E
Complementary color
Monochromatic Colors of #75351E
Black with #75351E
Text Example
Text Example
White with #75351E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75351E; }
p { color: rgb(117,53,30); }
H1.HeaderClassName
{
color: #75351E;
}
.AnyTagClassName
{
color: #75351E;
}
</style>
background-color css
<style>
a { background-color: #75351E; }
a { background-color: rgb(117,53,30); }
div.DivClassName
{
background-color: #75351E;
}
.BgClassName
{
background-color: #75351E;
}
</style>
border-color css
<style>
span { border-color: #75351E; }
span { border-color: rgb(117,53,30); }
td.TdClassName
{
border-color: #75351E;
}
.TagClassName
{
border-color: #75351E;
}
</style>