Shades of Peru Tan #752F12
Tints of Peru Tan #752F12
RGB
CMYK
RGB Variations
Color information
#752F12 (or 0x752F12) is known color: Peru Tan. HEX triplet: 75, 2F and 12. RGB value is (117,47,18). Sum of RGB (Red+Green+Blue) = 117+47+18=182 (24% of max value = 765). Red value is 117 (46.09% from 255 or 64.29% from 182); Green value is 47 (18.75% from 255 or 25.82% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 117 - color contains mainly: red. Hex color #752F12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752F12 is #8AD0ED. Grayscale: #404040. Windows color (decimal): -9097454 or 1191797. OLE color: 1191797.
HSL color Cylindrical-coordinate representation of color #752F12: hue angle of 17.58º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #752F12 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 47 | 18 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.54 |
| HSL | 17.58º | 0.73% | 0.26% | - |
| HSV(B) | 17.58º | 0.85% | 0.46% | - |
| XYZ | 8.46 | 5.86 | 1.26 | - |
| YUV | 64.62 | 101.69 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 18 | 0 | 0.60 | 0.85 | 0.54 | 17.58 | 0.73 | 0.26 |
| Hex | 75 | 2F | 12 | 0 | 3C | 55 | 36 | 12 | 49 | 1A |
| Octal | 165 | 57 | 22 | 0 | 74 | 125 | 66 | 22 | 111 | 32 |
| Binary | 1110101 | 101111 | 10010 | 0 | 111100 | 1010101 | 110110 | 10010 | 1001001 | 11010 |
Color Harmonies of #752F12
Complementary color
Monochromatic Colors of #752F12
Black with #752F12
Text Example
Text Example
White with #752F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752F12; }
p { color: rgb(117,47,18); }
H1.HeaderClassName
{
color: #752F12;
}
.AnyTagClassName
{
color: #752F12;
}
</style>
background-color css
<style>
a { background-color: #752F12; }
a { background-color: rgb(117,47,18); }
div.DivClassName
{
background-color: #752F12;
}
.BgClassName
{
background-color: #752F12;
}
</style>
border-color css
<style>
span { border-color: #752F12; }
span { border-color: rgb(117,47,18); }
td.TdClassName
{
border-color: #752F12;
}
.TagClassName
{
border-color: #752F12;
}
</style>