Shades of Peanut #724838
Tints of Peanut #724838
RGB
CMYK
RGB Variations
Color information
#724838 (or 0x724838) is known color: Peanut. HEX triplet: 72, 48 and 38. RGB value is (114,72,56). Sum of RGB (Red+Green+Blue) = 114+72+56=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 114 - color contains mainly: red. Hex color #724838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724838 is #8DB7C7. Grayscale: #525252. Windows color (decimal): -9287624 or 3688562. OLE color: 3688562.
HSL color Cylindrical-coordinate representation of color #724838: hue angle of 16.55º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #724838 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 72 | 56 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.55 |
| HSL | 16.55º | 0.34% | 0.33% | - |
| HSV(B) | 16.55º | 0.51% | 0.45% | - |
| XYZ | 9.97 | 8.5 | 4.86 | - |
| YUV | 82.73 | 112.91 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 72 | 56 | 0 | 0.37 | 0.51 | 0.55 | 16.55 | 0.34 | 0.33 |
| Hex | 72 | 48 | 38 | 0 | 25 | 33 | 37 | 11 | 22 | 21 |
| Octal | 162 | 110 | 70 | 0 | 45 | 63 | 67 | 21 | 42 | 41 |
| Binary | 1110010 | 1001000 | 111000 | 0 | 100101 | 110011 | 110111 | 10001 | 100010 | 100001 |
Color Harmonies of #724838
Complementary color
Monochromatic Colors of #724838
Black with #724838
Text Example
Text Example
White with #724838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724838; }
p { color: rgb(114,72,56); }
H1.HeaderClassName
{
color: #724838;
}
.AnyTagClassName
{
color: #724838;
}
</style>
background-color css
<style>
a { background-color: #724838; }
a { background-color: rgb(114,72,56); }
div.DivClassName
{
background-color: #724838;
}
.BgClassName
{
background-color: #724838;
}
</style>
border-color css
<style>
span { border-color: #724838; }
span { border-color: rgb(114,72,56); }
td.TdClassName
{
border-color: #724838;
}
.TagClassName
{
border-color: #724838;
}
</style>