Shades of Peru Tan #763C1E
Tints of Peru Tan #763C1E
RGB
CMYK
RGB Variations
Color information
#763C1E (or 0x763C1E) is known color: Peru Tan. HEX triplet: 76, 3C and 1E. RGB value is (118,60,30). Sum of RGB (Red+Green+Blue) = 118+60+30=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 30 (12.11% from 255 or 14.42% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #763C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763C1E is #89C3E1. Grayscale: #4A4A4A. Windows color (decimal): -9028578 or 1981558. OLE color: 1981558.
HSL color Cylindrical-coordinate representation of color #763C1E: hue angle of 20.45º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #763C1E is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 60 | 30 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.54 |
| HSL | 20.45º | 0.59% | 0.29% | - |
| HSV(B) | 20.45º | 0.75% | 0.46% | - |
| XYZ | 9.32 | 7.18 | 2.12 | - |
| YUV | 73.92 | 103.22 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 60 | 30 | 0 | 0.49 | 0.75 | 0.54 | 20.45 | 0.59 | 0.29 |
| Hex | 76 | 3C | 1E | 0 | 31 | 4B | 36 | 14 | 3B | 1D |
| Octal | 166 | 74 | 36 | 0 | 61 | 113 | 66 | 24 | 73 | 35 |
| Binary | 1110110 | 111100 | 11110 | 0 | 110001 | 1001011 | 110110 | 10100 | 111011 | 11101 |
Color Harmonies of #763C1E
Complementary color
Monochromatic Colors of #763C1E
Black with #763C1E
Text Example
Text Example
White with #763C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763C1E; }
p { color: rgb(118,60,30); }
H1.HeaderClassName
{
color: #763C1E;
}
.AnyTagClassName
{
color: #763C1E;
}
</style>
background-color css
<style>
a { background-color: #763C1E; }
a { background-color: rgb(118,60,30); }
div.DivClassName
{
background-color: #763C1E;
}
.BgClassName
{
background-color: #763C1E;
}
</style>
border-color css
<style>
span { border-color: #763C1E; }
span { border-color: rgb(118,60,30); }
td.TdClassName
{
border-color: #763C1E;
}
.TagClassName
{
border-color: #763C1E;
}
</style>