Shades of Peru Tan #75421D
Tints of Peru Tan #75421D
RGB
CMYK
RGB Variations
Color information
#75421D (or 0x75421D) is known color: Peru Tan. HEX triplet: 75, 42 and 1D. RGB value is (117,66,29). Sum of RGB (Red+Green+Blue) = 117+66+29=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 29 (11.72% from 255 or 13.68% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #75421D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75421D is #8ABDE2. Grayscale: #4D4D4D. Windows color (decimal): -9092579 or 1917557. OLE color: 1917557.
HSL color Cylindrical-coordinate representation of color #75421D: hue angle of 25.23º 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 #75421D is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 66 | 29 | - |
| CMYK | 0 | 0.44 | 0.75 | 0.54 |
| HSL | 25.23º | 0.6% | 0.29% | - |
| HSV(B) | 25.23º | 0.75% | 0.46% | - |
| XYZ | 9.51 | 7.77 | 2.16 | - |
| YUV | 77.03 | 100.9 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 66 | 29 | 0 | 0.44 | 0.75 | 0.54 | 25.23 | 0.6 | 0.29 |
| Hex | 75 | 42 | 1D | 0 | 2C | 4B | 36 | 19 | 3C | 1D |
| Octal | 165 | 102 | 35 | 0 | 54 | 113 | 66 | 31 | 74 | 35 |
| Binary | 1110101 | 1000010 | 11101 | 0 | 101100 | 1001011 | 110110 | 11001 | 111100 | 11101 |
Color Harmonies of #75421D
Complementary color
Monochromatic Colors of #75421D
Black with #75421D
Text Example
Text Example
White with #75421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75421D; }
p { color: rgb(117,66,29); }
H1.HeaderClassName
{
color: #75421D;
}
.AnyTagClassName
{
color: #75421D;
}
</style>
background-color css
<style>
a { background-color: #75421D; }
a { background-color: rgb(117,66,29); }
div.DivClassName
{
background-color: #75421D;
}
.BgClassName
{
background-color: #75421D;
}
</style>
border-color css
<style>
span { border-color: #75421D; }
span { border-color: rgb(117,66,29); }
td.TdClassName
{
border-color: #75421D;
}
.TagClassName
{
border-color: #75421D;
}
</style>