Shades of Peru Tan #752F13
Tints of Peru Tan #752F13
RGB
CMYK
RGB Variations
Color information
#752F13 (or 0x752F13) is known color: Peru Tan. HEX triplet: 75, 2F and 13. RGB value is (117,47,19). Sum of RGB (Red+Green+Blue) = 117+47+19=183 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.93% from 183); Green value is 47 (18.75% from 255 or 25.68% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 117 - color contains mainly: red. Hex color #752F13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752F13 is #8AD0EC. Grayscale: #404040. Windows color (decimal): -9097453 or 1257333. OLE color: 1257333.
HSL color Cylindrical-coordinate representation of color #752F13: hue angle of 17.14º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #752F13 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 47 | 19 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.54 |
| HSL | 17.14º | 0.72% | 0.27% | - |
| HSV(B) | 17.14º | 0.84% | 0.46% | - |
| XYZ | 8.47 | 5.86 | 1.3 | - |
| YUV | 64.74 | 102.19 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 19 | 0 | 0.60 | 0.84 | 0.54 | 17.14 | 0.72 | 0.27 |
| Hex | 75 | 2F | 13 | 0 | 3C | 54 | 36 | 11 | 48 | 1B |
| Octal | 165 | 57 | 23 | 0 | 74 | 124 | 66 | 21 | 110 | 33 |
| Binary | 1110101 | 101111 | 10011 | 0 | 111100 | 1010100 | 110110 | 10001 | 1001000 | 11011 |
Color Harmonies of #752F13
Complementary color
Monochromatic Colors of #752F13
Black with #752F13
Text Example
Text Example
White with #752F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752F13; }
p { color: rgb(117,47,19); }
H1.HeaderClassName
{
color: #752F13;
}
.AnyTagClassName
{
color: #752F13;
}
</style>
background-color css
<style>
a { background-color: #752F13; }
a { background-color: rgb(117,47,19); }
div.DivClassName
{
background-color: #752F13;
}
.BgClassName
{
background-color: #752F13;
}
</style>
border-color css
<style>
span { border-color: #752F13; }
span { border-color: rgb(117,47,19); }
td.TdClassName
{
border-color: #752F13;
}
.TagClassName
{
border-color: #752F13;
}
</style>