Shades of Peanut #7C4433
Tints of Peanut #7C4433
RGB
CMYK
RGB Variations
Color information
#7C4433 (or 0x7C4433) is known color: Peanut. HEX triplet: 7C, 44 and 33. RGB value is (124,68,51). Sum of RGB (Red+Green+Blue) = 124+68+51=243 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.03% from 243); Green value is 68 (26.95% from 255 or 27.98% from 243); Blue value is 51 (20.31% from 255 or 20.99% from 243); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4433 is #83BBCC. Grayscale: #525252. Windows color (decimal): -8633293 or 3359868. OLE color: 3359868.
HSL color Cylindrical-coordinate representation of color #7C4433: hue angle of 13.97º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7C4433 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 68 | 51 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.51 |
| HSL | 13.97º | 0.42% | 0.34% | - |
| HSV(B) | 13.97º | 0.59% | 0.49% | - |
| XYZ | 10.98 | 8.66 | 4.22 | - |
| YUV | 82.81 | 110.05 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 68 | 51 | 0 | 0.45 | 0.59 | 0.51 | 13.97 | 0.42 | 0.34 |
| Hex | 7C | 44 | 33 | 0 | 2D | 3B | 33 | E | 2A | 22 |
| Octal | 174 | 104 | 63 | 0 | 55 | 73 | 63 | 16 | 52 | 42 |
| Binary | 1111100 | 1000100 | 110011 | 0 | 101101 | 111011 | 110011 | 1110 | 101010 | 100010 |
Color Harmonies of #7C4433
Complementary color
Monochromatic Colors of #7C4433
Black with #7C4433
Text Example
Text Example
White with #7C4433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4433; }
p { color: rgb(124,68,51); }
H1.HeaderClassName
{
color: #7C4433;
}
.AnyTagClassName
{
color: #7C4433;
}
</style>
background-color css
<style>
a { background-color: #7C4433; }
a { background-color: rgb(124,68,51); }
div.DivClassName
{
background-color: #7C4433;
}
.BgClassName
{
background-color: #7C4433;
}
</style>
border-color css
<style>
span { border-color: #7C4433; }
span { border-color: rgb(124,68,51); }
td.TdClassName
{
border-color: #7C4433;
}
.TagClassName
{
border-color: #7C4433;
}
</style>