Shades of Peanut #7C4332
Tints of Peanut #7C4332
RGB
CMYK
RGB Variations
Color information
#7C4332 (or 0x7C4332) is known color: Peanut. HEX triplet: 7C, 43 and 32. RGB value is (124,67,50). Sum of RGB (Red+Green+Blue) = 124+67+50=241 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.45% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4332 is #83BCCD. Grayscale: #525252. Windows color (decimal): -8633550 or 3294076. OLE color: 3294076.
HSL color Cylindrical-coordinate representation of color #7C4332: hue angle of 13.78º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7C4332 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 67 | 50 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.51 |
| HSL | 13.78º | 0.43% | 0.34% | - |
| HSV(B) | 13.78º | 0.6% | 0.49% | - |
| XYZ | 10.9 | 8.53 | 4.09 | - |
| YUV | 82.11 | 109.88 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 67 | 50 | 0 | 0.46 | 0.60 | 0.51 | 13.78 | 0.43 | 0.34 |
| Hex | 7C | 43 | 32 | 0 | 2E | 3C | 33 | E | 2B | 22 |
| Octal | 174 | 103 | 62 | 0 | 56 | 74 | 63 | 16 | 53 | 42 |
| Binary | 1111100 | 1000011 | 110010 | 0 | 101110 | 111100 | 110011 | 1110 | 101011 | 100010 |
Color Harmonies of #7C4332
Complementary color
Monochromatic Colors of #7C4332
Black with #7C4332
Text Example
Text Example
White with #7C4332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4332; }
p { color: rgb(124,67,50); }
H1.HeaderClassName
{
color: #7C4332;
}
.AnyTagClassName
{
color: #7C4332;
}
</style>
background-color css
<style>
a { background-color: #7C4332; }
a { background-color: rgb(124,67,50); }
div.DivClassName
{
background-color: #7C4332;
}
.BgClassName
{
background-color: #7C4332;
}
</style>
border-color css
<style>
span { border-color: #7C4332; }
span { border-color: rgb(124,67,50); }
td.TdClassName
{
border-color: #7C4332;
}
.TagClassName
{
border-color: #7C4332;
}
</style>