Shades of Peru Tan #762F13
Tints of Peru Tan #762F13
RGB
CMYK
RGB Variations
Color information
#762F13 (or 0x762F13) is known color: Peru Tan. HEX triplet: 76, 2F and 13. RGB value is (118,47,19). Sum of RGB (Red+Green+Blue) = 118+47+19=184 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.13% from 184); Green value is 47 (18.75% from 255 or 25.54% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 118 - color contains mainly: red. Hex color #762F13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762F13 is #89D0EC. Grayscale: #414141. Windows color (decimal): -9031917 or 1257334. OLE color: 1257334.
HSL color Cylindrical-coordinate representation of color #762F13: hue angle of 16.97º 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 #762F13 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 47 | 19 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.54 |
| HSL | 16.97º | 0.72% | 0.27% | - |
| HSV(B) | 16.97º | 0.84% | 0.46% | - |
| XYZ | 8.61 | 5.93 | 1.31 | - |
| YUV | 65.04 | 102.02 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 47 | 19 | 0 | 0.60 | 0.84 | 0.54 | 16.97 | 0.72 | 0.27 |
| Hex | 76 | 2F | 13 | 0 | 3C | 54 | 36 | 11 | 48 | 1B |
| Octal | 166 | 57 | 23 | 0 | 74 | 124 | 66 | 21 | 110 | 33 |
| Binary | 1110110 | 101111 | 10011 | 0 | 111100 | 1010100 | 110110 | 10001 | 1001000 | 11011 |
Color Harmonies of #762F13
Complementary color
Monochromatic Colors of #762F13
Black with #762F13
Text Example
Text Example
White with #762F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762F13; }
p { color: rgb(118,47,19); }
H1.HeaderClassName
{
color: #762F13;
}
.AnyTagClassName
{
color: #762F13;
}
</style>
background-color css
<style>
a { background-color: #762F13; }
a { background-color: rgb(118,47,19); }
div.DivClassName
{
background-color: #762F13;
}
.BgClassName
{
background-color: #762F13;
}
</style>
border-color css
<style>
span { border-color: #762F13; }
span { border-color: rgb(118,47,19); }
td.TdClassName
{
border-color: #762F13;
}
.TagClassName
{
border-color: #762F13;
}
</style>