Shades of Peru Tan #752A05
Tints of Peru Tan #752A05
RGB
CMYK
RGB Variations
Color information
#752A05 (or 0x752A05) is known color: Peru Tan. HEX triplet: 75, 2A and 05. RGB value is (117,42,5). Sum of RGB (Red+Green+Blue) = 117+42+5=164 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.34% from 164); Green value is 42 (16.80% from 255 or 25.61% from 164); Blue value is 5 (2.34% from 255 or 3.05% from 164); Max value from RGB is 117 - color contains mainly: red. Hex color #752A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752A05 is #8AD5FA. Grayscale: #3C3C3C. Windows color (decimal): -9098747 or 338549. OLE color: 338549.
HSL color Cylindrical-coordinate representation of color #752A05: hue angle of 19.82º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #752A05 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 42 | 5 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.54 |
| HSL | 19.82º | 0.92% | 0.24% | - |
| HSV(B) | 19.82º | 0.96% | 0.46% | - |
| XYZ | 8.19 | 5.45 | 0.76 | - |
| YUV | 60.21 | 96.85 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 42 | 5 | 0 | 0.64 | 0.96 | 0.54 | 19.82 | 0.92 | 0.24 |
| Hex | 75 | 2A | 5 | 0 | 40 | 60 | 36 | 14 | 5C | 18 |
| Octal | 165 | 52 | 5 | 0 | 100 | 140 | 66 | 24 | 134 | 30 |
| Binary | 1110101 | 101010 | 101 | 0 | 1000000 | 1100000 | 110110 | 10100 | 1011100 | 11000 |
Color Harmonies of #752A05
Complementary color
Monochromatic Colors of #752A05
Black with #752A05
Text Example
Text Example
White with #752A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752A05; }
p { color: rgb(117,42,5); }
H1.HeaderClassName
{
color: #752A05;
}
.AnyTagClassName
{
color: #752A05;
}
</style>
background-color css
<style>
a { background-color: #752A05; }
a { background-color: rgb(117,42,5); }
div.DivClassName
{
background-color: #752A05;
}
.BgClassName
{
background-color: #752A05;
}
</style>
border-color css
<style>
span { border-color: #752A05; }
span { border-color: rgb(117,42,5); }
td.TdClassName
{
border-color: #752A05;
}
.TagClassName
{
border-color: #752A05;
}
</style>