Shades of Peru Tan #752F01
Tints of Peru Tan #752F01
RGB
CMYK
RGB Variations
Color information
#752F01 (or 0x752F01) is known color: Peru Tan. HEX triplet: 75, 2F and 01. RGB value is (117,47,1). Sum of RGB (Red+Green+Blue) = 117+47+1=165 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.91% from 165); Green value is 47 (18.75% from 255 or 28.48% from 165); Blue value is 1 (0.78% from 255 or 0.61% from 165); Max value from RGB is 117 - color contains mainly: red. Hex color #752F01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752F01 is #8AD0FE. Grayscale: #3E3E3E. Windows color (decimal): -9097471 or 77685. OLE color: 77685.
HSL color Cylindrical-coordinate representation of color #752F01: hue angle of 23.79º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #752F01 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 47 | 1 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.54 |
| HSL | 23.79º | 0.98% | 0.23% | - |
| HSV(B) | 23.79º | 0.99% | 0.46% | - |
| XYZ | 8.36 | 5.82 | 0.71 | - |
| YUV | 62.69 | 93.19 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 1 | 0 | 0.60 | 0.99 | 0.54 | 23.79 | 0.98 | 0.23 |
| Hex | 75 | 2F | 1 | 0 | 3C | 63 | 36 | 18 | 62 | 17 |
| Octal | 165 | 57 | 1 | 0 | 74 | 143 | 66 | 30 | 142 | 27 |
| Binary | 1110101 | 101111 | 1 | 0 | 111100 | 1100011 | 110110 | 11000 | 1100010 | 10111 |
Color Harmonies of #752F01
Complementary color
Monochromatic Colors of #752F01
Black with #752F01
Text Example
Text Example
White with #752F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752F01; }
p { color: rgb(117,47,1); }
H1.HeaderClassName
{
color: #752F01;
}
.AnyTagClassName
{
color: #752F01;
}
</style>
background-color css
<style>
a { background-color: #752F01; }
a { background-color: rgb(117,47,1); }
div.DivClassName
{
background-color: #752F01;
}
.BgClassName
{
background-color: #752F01;
}
</style>
border-color css
<style>
span { border-color: #752F01; }
span { border-color: rgb(117,47,1); }
td.TdClassName
{
border-color: #752F01;
}
.TagClassName
{
border-color: #752F01;
}
</style>