Shades of Peanut #7C3E2E
Tints of Peanut #7C3E2E
RGB
CMYK
RGB Variations
Color information
#7C3E2E (or 0x7C3E2E) is known color: Peanut. HEX triplet: 7C, 3E and 2E. RGB value is (124,62,46). Sum of RGB (Red+Green+Blue) = 124+62+46=232 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.45% from 232); Green value is 62 (24.61% from 255 or 26.72% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3E2E is #83C1D1. Grayscale: #4E4E4E. Windows color (decimal): -8634834 or 3030652. OLE color: 3030652.
HSL color Cylindrical-coordinate representation of color #7C3E2E: hue angle of 12.31º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7C3E2E is Cyan = 0, Magento = 0.5, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 62 | 46 | - |
| CMYK | 0 | 0.5 | 0.63 | 0.51 |
| HSL | 12.31º | 0.46% | 0.33% | - |
| HSV(B) | 12.31º | 0.63% | 0.49% | - |
| XYZ | 10.53 | 7.93 | 3.56 | - |
| YUV | 78.71 | 109.54 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 62 | 46 | 0 | 0.5 | 0.63 | 0.51 | 12.31 | 0.46 | 0.33 |
| Hex | 7C | 3E | 2E | 0 | 32 | 3F | 33 | C | 2E | 21 |
| Octal | 174 | 76 | 56 | 0 | 62 | 77 | 63 | 14 | 56 | 41 |
| Binary | 1111100 | 111110 | 101110 | 0 | 110010 | 111111 | 110011 | 1100 | 101110 | 100001 |
Color Harmonies of #7C3E2E
Complementary color
Monochromatic Colors of #7C3E2E
Black with #7C3E2E
Text Example
Text Example
White with #7C3E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3E2E; }
p { color: rgb(124,62,46); }
H1.HeaderClassName
{
color: #7C3E2E;
}
.AnyTagClassName
{
color: #7C3E2E;
}
</style>
background-color css
<style>
a { background-color: #7C3E2E; }
a { background-color: rgb(124,62,46); }
div.DivClassName
{
background-color: #7C3E2E;
}
.BgClassName
{
background-color: #7C3E2E;
}
</style>
border-color css
<style>
span { border-color: #7C3E2E; }
span { border-color: rgb(124,62,46); }
td.TdClassName
{
border-color: #7C3E2E;
}
.TagClassName
{
border-color: #7C3E2E;
}
</style>