Shades of Peru Tan #752F05
Tints of Peru Tan #752F05
RGB
CMYK
RGB Variations
Color information
#752F05 (or 0x752F05) is known color: Peru Tan. HEX triplet: 75, 2F and 05. RGB value is (117,47,5). Sum of RGB (Red+Green+Blue) = 117+47+5=169 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.23% from 169); Green value is 47 (18.75% from 255 or 27.81% from 169); Blue value is 5 (2.34% from 255 or 2.96% from 169); Max value from RGB is 117 - color contains mainly: red. Hex color #752F05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752F05 is #8AD0FA. Grayscale: #3F3F3F. Windows color (decimal): -9097467 or 339829. OLE color: 339829.
HSL color Cylindrical-coordinate representation of color #752F05: hue angle of 22.5º 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 #752F05 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 47 | 5 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.54 |
| HSL | 22.5º | 0.92% | 0.24% | - |
| HSV(B) | 22.5º | 0.96% | 0.46% | - |
| XYZ | 8.38 | 5.83 | 0.83 | - |
| YUV | 63.14 | 95.19 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 5 | 0 | 0.60 | 0.96 | 0.54 | 22.5 | 0.92 | 0.24 |
| Hex | 75 | 2F | 5 | 0 | 3C | 60 | 36 | 16 | 5C | 18 |
| Octal | 165 | 57 | 5 | 0 | 74 | 140 | 66 | 26 | 134 | 30 |
| Binary | 1110101 | 101111 | 101 | 0 | 111100 | 1100000 | 110110 | 10110 | 1011100 | 11000 |
Color Harmonies of #752F05
Complementary color
Monochromatic Colors of #752F05
Black with #752F05
Text Example
Text Example
White with #752F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752F05; }
p { color: rgb(117,47,5); }
H1.HeaderClassName
{
color: #752F05;
}
.AnyTagClassName
{
color: #752F05;
}
</style>
background-color css
<style>
a { background-color: #752F05; }
a { background-color: rgb(117,47,5); }
div.DivClassName
{
background-color: #752F05;
}
.BgClassName
{
background-color: #752F05;
}
</style>
border-color css
<style>
span { border-color: #752F05; }
span { border-color: rgb(117,47,5); }
td.TdClassName
{
border-color: #752F05;
}
.TagClassName
{
border-color: #752F05;
}
</style>