Shades of Peanut #7E422F
Tints of Peanut #7E422F
RGB
CMYK
RGB Variations
Color information
#7E422F (or 0x7E422F) is known color: Peanut. HEX triplet: 7E, 42 and 2F. RGB value is (126,66,47). Sum of RGB (Red+Green+Blue) = 126+66+47=239 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.72% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 126 - color contains mainly: red. Hex color #7E422F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E422F is #81BDD0. Grayscale: #515151. Windows color (decimal): -8502737 or 3097214. OLE color: 3097214.
HSL color Cylindrical-coordinate representation of color #7E422F: hue angle of 14.43º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7E422F is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 66 | 47 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.51 |
| HSL | 14.43º | 0.46% | 0.34% | - |
| HSV(B) | 14.43º | 0.63% | 0.49% | - |
| XYZ | 11.07 | 8.54 | 3.75 | - |
| YUV | 81.77 | 108.38 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 66 | 47 | 0 | 0.48 | 0.63 | 0.51 | 14.43 | 0.46 | 0.34 |
| Hex | 7E | 42 | 2F | 0 | 30 | 3F | 33 | E | 2E | 22 |
| Octal | 176 | 102 | 57 | 0 | 60 | 77 | 63 | 16 | 56 | 42 |
| Binary | 1111110 | 1000010 | 101111 | 0 | 110000 | 111111 | 110011 | 1110 | 101110 | 100010 |
Color Harmonies of #7E422F
Complementary color
Monochromatic Colors of #7E422F
Black with #7E422F
Text Example
Text Example
White with #7E422F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E422F; }
p { color: rgb(126,66,47); }
H1.HeaderClassName
{
color: #7E422F;
}
.AnyTagClassName
{
color: #7E422F;
}
</style>
background-color css
<style>
a { background-color: #7E422F; }
a { background-color: rgb(126,66,47); }
div.DivClassName
{
background-color: #7E422F;
}
.BgClassName
{
background-color: #7E422F;
}
</style>
border-color css
<style>
span { border-color: #7E422F; }
span { border-color: rgb(126,66,47); }
td.TdClassName
{
border-color: #7E422F;
}
.TagClassName
{
border-color: #7E422F;
}
</style>