Shades of Peanut #7E4733
Tints of Peanut #7E4733
RGB
CMYK
RGB Variations
Color information
#7E4733 (or 0x7E4733) is known color: Peanut. HEX triplet: 7E, 47 and 33. RGB value is (126,71,51). Sum of RGB (Red+Green+Blue) = 126+71+51=248 (32% of max value = 765). Red value is 126 (49.61% from 255 or 50.81% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 51 (20.31% from 255 or 20.56% from 248); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4733 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E4733 is #81B8CC. Grayscale: #555555. Windows color (decimal): -8501453 or 3360638. OLE color: 3360638.
HSL color Cylindrical-coordinate representation of color #7E4733: hue angle of 16º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E4733 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 71 | 51 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.51 |
| HSL | 16º | 0.42% | 0.35% | - |
| HSV(B) | 16º | 0.6% | 0.49% | - |
| XYZ | 11.45 | 9.18 | 4.3 | - |
| YUV | 85.17 | 108.72 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 71 | 51 | 0 | 0.44 | 0.60 | 0.51 | 16 | 0.42 | 0.35 |
| Hex | 7E | 47 | 33 | 0 | 2C | 3C | 33 | 10 | 2A | 23 |
| Octal | 176 | 107 | 63 | 0 | 54 | 74 | 63 | 20 | 52 | 43 |
| Binary | 1111110 | 1000111 | 110011 | 0 | 101100 | 111100 | 110011 | 10000 | 101010 | 100011 |
Color Harmonies of #7E4733
Complementary color
Monochromatic Colors of #7E4733
Black with #7E4733
Text Example
Text Example
White with #7E4733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4733; }
p { color: rgb(126,71,51); }
H1.HeaderClassName
{
color: #7E4733;
}
.AnyTagClassName
{
color: #7E4733;
}
</style>
background-color css
<style>
a { background-color: #7E4733; }
a { background-color: rgb(126,71,51); }
div.DivClassName
{
background-color: #7E4733;
}
.BgClassName
{
background-color: #7E4733;
}
</style>
border-color css
<style>
span { border-color: #7E4733; }
span { border-color: rgb(126,71,51); }
td.TdClassName
{
border-color: #7E4733;
}
.TagClassName
{
border-color: #7E4733;
}
</style>