Shades of Peru Tan #752E05
Tints of Peru Tan #752E05
RGB
CMYK
RGB Variations
Color information
#752E05 (or 0x752E05) is known color: Peru Tan. HEX triplet: 75, 2E and 05. RGB value is (117,46,5). Sum of RGB (Red+Green+Blue) = 117+46+5=168 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.64% from 168); Green value is 46 (18.36% from 255 or 27.38% from 168); Blue value is 5 (2.34% from 255 or 2.98% from 168); Max value from RGB is 117 - color contains mainly: red. Hex color #752E05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752E05 is #8AD1FA. Grayscale: #3E3E3E. Windows color (decimal): -9097723 or 339573. OLE color: 339573.
HSL color Cylindrical-coordinate representation of color #752E05: hue angle of 21.96º 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 #752E05 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 46 | 5 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.54 |
| HSL | 21.96º | 0.92% | 0.24% | - |
| HSV(B) | 21.96º | 0.96% | 0.46% | - |
| XYZ | 8.34 | 5.75 | 0.81 | - |
| YUV | 62.56 | 95.52 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 46 | 5 | 0 | 0.61 | 0.96 | 0.54 | 21.96 | 0.92 | 0.24 |
| Hex | 75 | 2E | 5 | 0 | 3D | 60 | 36 | 16 | 5C | 18 |
| Octal | 165 | 56 | 5 | 0 | 75 | 140 | 66 | 26 | 134 | 30 |
| Binary | 1110101 | 101110 | 101 | 0 | 111101 | 1100000 | 110110 | 10110 | 1011100 | 11000 |
Color Harmonies of #752E05
Complementary color
Monochromatic Colors of #752E05
Black with #752E05
Text Example
Text Example
White with #752E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752E05; }
p { color: rgb(117,46,5); }
H1.HeaderClassName
{
color: #752E05;
}
.AnyTagClassName
{
color: #752E05;
}
</style>
background-color css
<style>
a { background-color: #752E05; }
a { background-color: rgb(117,46,5); }
div.DivClassName
{
background-color: #752E05;
}
.BgClassName
{
background-color: #752E05;
}
</style>
border-color css
<style>
span { border-color: #752E05; }
span { border-color: rgb(117,46,5); }
td.TdClassName
{
border-color: #752E05;
}
.TagClassName
{
border-color: #752E05;
}
</style>