Shades of Peru Tan #752F0A
Tints of Peru Tan #752F0A
RGB
CMYK
RGB Variations
Color information
#752F0A (or 0x752F0A) is known color: Peru Tan. HEX triplet: 75, 2F and 0A. RGB value is (117,47,10). Sum of RGB (Red+Green+Blue) = 117+47+10=174 (23% of max value = 765). Red value is 117 (46.09% from 255 or 67.24% from 174); Green value is 47 (18.75% from 255 or 27.01% from 174); Blue value is 10 (4.30% from 255 or 5.75% from 174); Max value from RGB is 117 - color contains mainly: red. Hex color #752F0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752F0A is #8AD0F5. Grayscale: #3F3F3F. Windows color (decimal): -9097462 or 667509. OLE color: 667509.
HSL color Cylindrical-coordinate representation of color #752F0A: hue angle of 20.75º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #752F0A is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 47 | 10 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.54 |
| HSL | 20.75º | 0.84% | 0.25% | - |
| HSV(B) | 20.75º | 0.91% | 0.46% | - |
| XYZ | 8.41 | 5.84 | 0.97 | - |
| YUV | 63.71 | 97.69 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 10 | 0 | 0.60 | 0.91 | 0.54 | 20.75 | 0.84 | 0.25 |
| Hex | 75 | 2F | A | 0 | 3C | 5B | 36 | 15 | 54 | 19 |
| Octal | 165 | 57 | 12 | 0 | 74 | 133 | 66 | 25 | 124 | 31 |
| Binary | 1110101 | 101111 | 1010 | 0 | 111100 | 1011011 | 110110 | 10101 | 1010100 | 11001 |
Color Harmonies of #752F0A
Complementary color
Monochromatic Colors of #752F0A
Black with #752F0A
Text Example
Text Example
White with #752F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752F0A; }
p { color: rgb(117,47,10); }
H1.HeaderClassName
{
color: #752F0A;
}
.AnyTagClassName
{
color: #752F0A;
}
</style>
background-color css
<style>
a { background-color: #752F0A; }
a { background-color: rgb(117,47,10); }
div.DivClassName
{
background-color: #752F0A;
}
.BgClassName
{
background-color: #752F0A;
}
</style>
border-color css
<style>
span { border-color: #752F0A; }
span { border-color: rgb(117,47,10); }
td.TdClassName
{
border-color: #752F0A;
}
.TagClassName
{
border-color: #752F0A;
}
</style>