Shades of Peru Tan #752F09
Tints of Peru Tan #752F09
RGB
CMYK
RGB Variations
Color information
#752F09 (or 0x752F09) is known color: Peru Tan. HEX triplet: 75, 2F and 09. RGB value is (117,47,9). Sum of RGB (Red+Green+Blue) = 117+47+9=173 (22% of max value = 765). Red value is 117 (46.09% from 255 or 67.63% from 173); Green value is 47 (18.75% from 255 or 27.17% from 173); Blue value is 9 (3.91% from 255 or 5.20% from 173); Max value from RGB is 117 - color contains mainly: red. Hex color #752F09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752F09 is #8AD0F6. Grayscale: #3F3F3F. Windows color (decimal): -9097463 or 601973. OLE color: 601973.
HSL color Cylindrical-coordinate representation of color #752F09: hue angle of 21.11º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #752F09 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 47 | 9 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.54 |
| HSL | 21.11º | 0.86% | 0.25% | - |
| HSV(B) | 21.11º | 0.92% | 0.46% | - |
| XYZ | 8.4 | 5.83 | 0.94 | - |
| YUV | 63.6 | 97.19 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 9 | 0 | 0.60 | 0.92 | 0.54 | 21.11 | 0.86 | 0.25 |
| Hex | 75 | 2F | 9 | 0 | 3C | 5C | 36 | 15 | 56 | 19 |
| Octal | 165 | 57 | 11 | 0 | 74 | 134 | 66 | 25 | 126 | 31 |
| Binary | 1110101 | 101111 | 1001 | 0 | 111100 | 1011100 | 110110 | 10101 | 1010110 | 11001 |
Color Harmonies of #752F09
Complementary color
Monochromatic Colors of #752F09
Black with #752F09
Text Example
Text Example
White with #752F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752F09; }
p { color: rgb(117,47,9); }
H1.HeaderClassName
{
color: #752F09;
}
.AnyTagClassName
{
color: #752F09;
}
</style>
background-color css
<style>
a { background-color: #752F09; }
a { background-color: rgb(117,47,9); }
div.DivClassName
{
background-color: #752F09;
}
.BgClassName
{
background-color: #752F09;
}
</style>
border-color css
<style>
span { border-color: #752F09; }
span { border-color: rgb(117,47,9); }
td.TdClassName
{
border-color: #752F09;
}
.TagClassName
{
border-color: #752F09;
}
</style>