Shades of Peru Tan #7C330E
Tints of Peru Tan #7C330E
RGB
CMYK
RGB Variations
Color information
#7C330E (or 0x7C330E) is known color: Peru Tan. HEX triplet: 7C, 33 and 0E. RGB value is (124,51,14). Sum of RGB (Red+Green+Blue) = 124+51+14=189 (25% of max value = 765). Red value is 124 (48.83% from 255 or 65.61% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 14 (5.86% from 255 or 7.41% from 189); Max value from RGB is 124 - color contains mainly: red. Hex color #7C330E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C330E is #83CCF1. Grayscale: #444444. Windows color (decimal): -8637682 or 930684. OLE color: 930684.
HSL color Cylindrical-coordinate representation of color #7C330E: hue angle of 20.18º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7C330E is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 51 | 14 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.51 |
| HSL | 20.18º | 0.8% | 0.27% | - |
| HSV(B) | 20.18º | 0.89% | 0.49% | - |
| XYZ | 9.58 | 6.68 | 1.2 | - |
| YUV | 68.61 | 97.18 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 51 | 14 | 0 | 0.59 | 0.89 | 0.51 | 20.18 | 0.8 | 0.27 |
| Hex | 7C | 33 | E | 0 | 3B | 59 | 33 | 14 | 50 | 1B |
| Octal | 174 | 63 | 16 | 0 | 73 | 131 | 63 | 24 | 120 | 33 |
| Binary | 1111100 | 110011 | 1110 | 0 | 111011 | 1011001 | 110011 | 10100 | 1010000 | 11011 |
Color Harmonies of #7C330E
Complementary color
Monochromatic Colors of #7C330E
Black with #7C330E
Text Example
Text Example
White with #7C330E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C330E; }
p { color: rgb(124,51,14); }
H1.HeaderClassName
{
color: #7C330E;
}
.AnyTagClassName
{
color: #7C330E;
}
</style>
background-color css
<style>
a { background-color: #7C330E; }
a { background-color: rgb(124,51,14); }
div.DivClassName
{
background-color: #7C330E;
}
.BgClassName
{
background-color: #7C330E;
}
</style>
border-color css
<style>
span { border-color: #7C330E; }
span { border-color: rgb(124,51,14); }
td.TdClassName
{
border-color: #7C330E;
}
.TagClassName
{
border-color: #7C330E;
}
</style>