Shades of Peanut #724839
Tints of Peanut #724839
RGB
CMYK
RGB Variations
Color information
#724839 (or 0x724839) is known color: Peanut. HEX triplet: 72, 48 and 39. RGB value is (114,72,57). Sum of RGB (Red+Green+Blue) = 114+72+57=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 57 (22.66% from 255 or 23.46% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #724839 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724839 is #8DB7C6. Grayscale: #525252. Windows color (decimal): -9287623 or 3754098. OLE color: 3754098.
HSL color Cylindrical-coordinate representation of color #724839: hue angle of 15.79º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #724839 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 72 | 57 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.55 |
| HSL | 15.79º | 0.33% | 0.34% | - |
| HSV(B) | 15.79º | 0.5% | 0.45% | - |
| XYZ | 10 | 8.51 | 4.99 | - |
| YUV | 82.85 | 113.41 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 72 | 57 | 0 | 0.37 | 0.50 | 0.55 | 15.79 | 0.33 | 0.34 |
| Hex | 72 | 48 | 39 | 0 | 25 | 32 | 37 | 10 | 21 | 22 |
| Octal | 162 | 110 | 71 | 0 | 45 | 62 | 67 | 20 | 41 | 42 |
| Binary | 1110010 | 1001000 | 111001 | 0 | 100101 | 110010 | 110111 | 10000 | 100001 | 100010 |
Color Harmonies of #724839
Complementary color
Monochromatic Colors of #724839
Black with #724839
Text Example
Text Example
White with #724839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724839; }
p { color: rgb(114,72,57); }
H1.HeaderClassName
{
color: #724839;
}
.AnyTagClassName
{
color: #724839;
}
</style>
background-color css
<style>
a { background-color: #724839; }
a { background-color: rgb(114,72,57); }
div.DivClassName
{
background-color: #724839;
}
.BgClassName
{
background-color: #724839;
}
</style>
border-color css
<style>
span { border-color: #724839; }
span { border-color: rgb(114,72,57); }
td.TdClassName
{
border-color: #724839;
}
.TagClassName
{
border-color: #724839;
}
</style>