Shades of Peru Tan #763A15
Tints of Peru Tan #763A15
RGB
CMYK
RGB Variations
Color information
#763A15 (or 0x763A15) is known color: Peru Tan. HEX triplet: 76, 3A and 15. RGB value is (118,58,21). Sum of RGB (Red+Green+Blue) = 118+58+21=197 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.90% from 197); Green value is 58 (23.05% from 255 or 29.44% from 197); Blue value is 21 (8.59% from 255 or 10.66% from 197); Max value from RGB is 118 - color contains mainly: red. Hex color #763A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763A15 is #89C5EA. Grayscale: #474747. Windows color (decimal): -9029099 or 1391222. OLE color: 1391222.
HSL color Cylindrical-coordinate representation of color #763A15: hue angle of 22.89º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #763A15 is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 58 | 21 | - |
| CMYK | 0 | 0.51 | 0.82 | 0.54 |
| HSL | 22.89º | 0.7% | 0.27% | - |
| HSV(B) | 22.89º | 0.82% | 0.46% | - |
| XYZ | 9.12 | 6.93 | 1.57 | - |
| YUV | 71.72 | 99.38 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 58 | 21 | 0 | 0.51 | 0.82 | 0.54 | 22.89 | 0.7 | 0.27 |
| Hex | 76 | 3A | 15 | 0 | 33 | 52 | 36 | 17 | 46 | 1B |
| Octal | 166 | 72 | 25 | 0 | 63 | 122 | 66 | 27 | 106 | 33 |
| Binary | 1110110 | 111010 | 10101 | 0 | 110011 | 1010010 | 110110 | 10111 | 1000110 | 11011 |
Color Harmonies of #763A15
Complementary color
Monochromatic Colors of #763A15
Black with #763A15
Text Example
Text Example
White with #763A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763A15; }
p { color: rgb(118,58,21); }
H1.HeaderClassName
{
color: #763A15;
}
.AnyTagClassName
{
color: #763A15;
}
</style>
background-color css
<style>
a { background-color: #763A15; }
a { background-color: rgb(118,58,21); }
div.DivClassName
{
background-color: #763A15;
}
.BgClassName
{
background-color: #763A15;
}
</style>
border-color css
<style>
span { border-color: #763A15; }
span { border-color: rgb(118,58,21); }
td.TdClassName
{
border-color: #763A15;
}
.TagClassName
{
border-color: #763A15;
}
</style>