Shades of Peanut #7E4230
Tints of Peanut #7E4230
RGB
CMYK
RGB Variations
Color information
#7E4230 (or 0x7E4230) is known color: Peanut. HEX triplet: 7E, 42 and 30. RGB value is (126,66,48). Sum of RGB (Red+Green+Blue) = 126+66+48=240 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.5% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 48 (19.14% from 255 or 20% from 240); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E4230 is #81BDCF. Grayscale: #525252. Windows color (decimal): -8502736 or 3162750. OLE color: 3162750.
HSL color Cylindrical-coordinate representation of color #7E4230: hue angle of 13.85º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7E4230 is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 66 | 48 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.51 |
| HSL | 13.85º | 0.45% | 0.34% | - |
| HSV(B) | 13.85º | 0.62% | 0.49% | - |
| XYZ | 11.09 | 8.55 | 3.86 | - |
| YUV | 81.89 | 108.88 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 66 | 48 | 0 | 0.48 | 0.62 | 0.51 | 13.85 | 0.45 | 0.34 |
| Hex | 7E | 42 | 30 | 0 | 30 | 3E | 33 | E | 2D | 22 |
| Octal | 176 | 102 | 60 | 0 | 60 | 76 | 63 | 16 | 55 | 42 |
| Binary | 1111110 | 1000010 | 110000 | 0 | 110000 | 111110 | 110011 | 1110 | 101101 | 100010 |
Color Harmonies of #7E4230
Complementary color
Monochromatic Colors of #7E4230
Black with #7E4230
Text Example
Text Example
White with #7E4230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4230; }
p { color: rgb(126,66,48); }
H1.HeaderClassName
{
color: #7E4230;
}
.AnyTagClassName
{
color: #7E4230;
}
</style>
background-color css
<style>
a { background-color: #7E4230; }
a { background-color: rgb(126,66,48); }
div.DivClassName
{
background-color: #7E4230;
}
.BgClassName
{
background-color: #7E4230;
}
</style>
border-color css
<style>
span { border-color: #7E4230; }
span { border-color: rgb(126,66,48); }
td.TdClassName
{
border-color: #7E4230;
}
.TagClassName
{
border-color: #7E4230;
}
</style>