Shades of Peanut #7E4436
Tints of Peanut #7E4436
RGB
CMYK
RGB Variations
Color information
#7E4436 (or 0x7E4436) is known color: Peanut. HEX triplet: 7E, 44 and 36. RGB value is (126,68,54). Sum of RGB (Red+Green+Blue) = 126+68+54=248 (32% of max value = 765). Red value is 126 (49.61% from 255 or 50.81% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 54 (21.48% from 255 or 21.77% from 248); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4436 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E4436 is #81BBC9. Grayscale: #535353. Windows color (decimal): -8502218 or 3556478. OLE color: 3556478.
HSL color Cylindrical-coordinate representation of color #7E4436: hue angle of 11.67º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E4436 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 68 | 54 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.51 |
| HSL | 11.67º | 0.4% | 0.35% | - |
| HSV(B) | 11.67º | 0.57% | 0.49% | - |
| XYZ | 11.34 | 8.84 | 4.6 | - |
| YUV | 83.75 | 111.22 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 68 | 54 | 0 | 0.46 | 0.57 | 0.51 | 11.67 | 0.4 | 0.35 |
| Hex | 7E | 44 | 36 | 0 | 2E | 39 | 33 | C | 28 | 23 |
| Octal | 176 | 104 | 66 | 0 | 56 | 71 | 63 | 14 | 50 | 43 |
| Binary | 1111110 | 1000100 | 110110 | 0 | 101110 | 111001 | 110011 | 1100 | 101000 | 100011 |
Color Harmonies of #7E4436
Complementary color
Monochromatic Colors of #7E4436
Black with #7E4436
Text Example
Text Example
White with #7E4436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4436; }
p { color: rgb(126,68,54); }
H1.HeaderClassName
{
color: #7E4436;
}
.AnyTagClassName
{
color: #7E4436;
}
</style>
background-color css
<style>
a { background-color: #7E4436; }
a { background-color: rgb(126,68,54); }
div.DivClassName
{
background-color: #7E4436;
}
.BgClassName
{
background-color: #7E4436;
}
</style>
border-color css
<style>
span { border-color: #7E4436; }
span { border-color: rgb(126,68,54); }
td.TdClassName
{
border-color: #7E4436;
}
.TagClassName
{
border-color: #7E4436;
}
</style>