Shades of Peru Tan #763E24
Tints of Peru Tan #763E24
RGB
CMYK
RGB Variations
Color information
#763E24 (or 0x763E24) is known color: Peru Tan. HEX triplet: 76, 3E and 24. RGB value is (118,62,36). Sum of RGB (Red+Green+Blue) = 118+62+36=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 62 (24.61% from 255 or 28.70% from 216); Blue value is 36 (14.45% from 255 or 16.67% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #763E24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763E24 is #89C1DB. Grayscale: #4B4B4B. Windows color (decimal): -9028060 or 2375286. OLE color: 2375286.
HSL color Cylindrical-coordinate representation of color #763E24: hue angle of 19.02º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #763E24 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 62 | 36 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.54 |
| HSL | 19.02º | 0.53% | 0.3% | - |
| HSV(B) | 19.02º | 0.69% | 0.46% | - |
| XYZ | 9.51 | 7.42 | 2.6 | - |
| YUV | 75.78 | 105.55 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 62 | 36 | 0 | 0.47 | 0.69 | 0.54 | 19.02 | 0.53 | 0.3 |
| Hex | 76 | 3E | 24 | 0 | 2F | 45 | 36 | 13 | 35 | 1E |
| Octal | 166 | 76 | 44 | 0 | 57 | 105 | 66 | 23 | 65 | 36 |
| Binary | 1110110 | 111110 | 100100 | 0 | 101111 | 1000101 | 110110 | 10011 | 110101 | 11110 |
Color Harmonies of #763E24
Complementary color
Monochromatic Colors of #763E24
Black with #763E24
Text Example
Text Example
White with #763E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763E24; }
p { color: rgb(118,62,36); }
H1.HeaderClassName
{
color: #763E24;
}
.AnyTagClassName
{
color: #763E24;
}
</style>
background-color css
<style>
a { background-color: #763E24; }
a { background-color: rgb(118,62,36); }
div.DivClassName
{
background-color: #763E24;
}
.BgClassName
{
background-color: #763E24;
}
</style>
border-color css
<style>
span { border-color: #763E24; }
span { border-color: rgb(118,62,36); }
td.TdClassName
{
border-color: #763E24;
}
.TagClassName
{
border-color: #763E24;
}
</style>