Shades of Peru Tan #75341D
Tints of Peru Tan #75341D
RGB
CMYK
RGB Variations
Color information
#75341D (or 0x75341D) is known color: Peru Tan. HEX triplet: 75, 34 and 1D. RGB value is (117,52,29). Sum of RGB (Red+Green+Blue) = 117+52+29=198 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.09% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 29 (11.72% from 255 or 14.65% from 198); Max value from RGB is 117 - color contains mainly: red. Hex color #75341D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75341D is #8ACBE2. Grayscale: #444444. Windows color (decimal): -9096163 or 1913973. OLE color: 1913973.
HSL color Cylindrical-coordinate representation of color #75341D: hue angle of 15.68º 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 #75341D is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 52 | 29 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.54 |
| HSL | 15.68º | 0.6% | 0.29% | - |
| HSV(B) | 15.68º | 0.75% | 0.46% | - |
| XYZ | 8.79 | 6.33 | 1.92 | - |
| YUV | 68.81 | 105.53 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 52 | 29 | 0 | 0.56 | 0.75 | 0.54 | 15.68 | 0.6 | 0.29 |
| Hex | 75 | 34 | 1D | 0 | 38 | 4B | 36 | 10 | 3C | 1D |
| Octal | 165 | 64 | 35 | 0 | 70 | 113 | 66 | 20 | 74 | 35 |
| Binary | 1110101 | 110100 | 11101 | 0 | 111000 | 1001011 | 110110 | 10000 | 111100 | 11101 |
Color Harmonies of #75341D
Complementary color
Monochromatic Colors of #75341D
Black with #75341D
Text Example
Text Example
White with #75341D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75341D; }
p { color: rgb(117,52,29); }
H1.HeaderClassName
{
color: #75341D;
}
.AnyTagClassName
{
color: #75341D;
}
</style>
background-color css
<style>
a { background-color: #75341D; }
a { background-color: rgb(117,52,29); }
div.DivClassName
{
background-color: #75341D;
}
.BgClassName
{
background-color: #75341D;
}
</style>
border-color css
<style>
span { border-color: #75341D; }
span { border-color: rgb(117,52,29); }
td.TdClassName
{
border-color: #75341D;
}
.TagClassName
{
border-color: #75341D;
}
</style>