Shades of Peru Tan #763B11
Tints of Peru Tan #763B11
RGB
CMYK
RGB Variations
Color information
#763B11 (or 0x763B11) is known color: Peru Tan. HEX triplet: 76, 3B and 11. RGB value is (118,59,17). Sum of RGB (Red+Green+Blue) = 118+59+17=194 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.82% from 194); Green value is 59 (23.44% from 255 or 30.41% from 194); Blue value is 17 (7.03% from 255 or 8.76% from 194); Max value from RGB is 118 - color contains mainly: red. Hex color #763B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763B11 is #89C4EE. Grayscale: #484848. Windows color (decimal): -9028847 or 1129334. OLE color: 1129334.
HSL color Cylindrical-coordinate representation of color #763B11: hue angle of 24.95º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #763B11 is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 59 | 17 | - |
| CMYK | 0 | 0.50 | 0.86 | 0.54 |
| HSL | 24.95º | 0.75% | 0.26% | - |
| HSV(B) | 24.95º | 0.86% | 0.46% | - |
| XYZ | 9.14 | 7.02 | 1.4 | - |
| YUV | 71.85 | 97.05 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 59 | 17 | 0 | 0.50 | 0.86 | 0.54 | 24.95 | 0.75 | 0.26 |
| Hex | 76 | 3B | 11 | 0 | 32 | 56 | 36 | 19 | 4B | 1A |
| Octal | 166 | 73 | 21 | 0 | 62 | 126 | 66 | 31 | 113 | 32 |
| Binary | 1110110 | 111011 | 10001 | 0 | 110010 | 1010110 | 110110 | 11001 | 1001011 | 11010 |
Color Harmonies of #763B11
Complementary color
Monochromatic Colors of #763B11
Black with #763B11
Text Example
Text Example
White with #763B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763B11; }
p { color: rgb(118,59,17); }
H1.HeaderClassName
{
color: #763B11;
}
.AnyTagClassName
{
color: #763B11;
}
</style>
background-color css
<style>
a { background-color: #763B11; }
a { background-color: rgb(118,59,17); }
div.DivClassName
{
background-color: #763B11;
}
.BgClassName
{
background-color: #763B11;
}
</style>
border-color css
<style>
span { border-color: #763B11; }
span { border-color: rgb(118,59,17); }
td.TdClassName
{
border-color: #763B11;
}
.TagClassName
{
border-color: #763B11;
}
</style>