Shades of Peanut #724538
Tints of Peanut #724538
RGB
CMYK
RGB Variations
Color information
#724538 (or 0x724538) is known color: Peanut. HEX triplet: 72, 45 and 38. RGB value is (114,69,56). Sum of RGB (Red+Green+Blue) = 114+69+56=239 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.70% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 114 - color contains mainly: red. Hex color #724538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724538 is #8DBAC7. Grayscale: #515151. Windows color (decimal): -9288392 or 3687794. OLE color: 3687794.
HSL color Cylindrical-coordinate representation of color #724538: hue angle of 13.45º 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 #724538 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 69 | 56 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.55 |
| HSL | 13.45º | 0.34% | 0.33% | - |
| HSV(B) | 13.45º | 0.51% | 0.45% | - |
| XYZ | 9.78 | 8.12 | 4.79 | - |
| YUV | 80.97 | 113.91 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 69 | 56 | 0 | 0.39 | 0.51 | 0.55 | 13.45 | 0.34 | 0.33 |
| Hex | 72 | 45 | 38 | 0 | 27 | 33 | 37 | D | 22 | 21 |
| Octal | 162 | 105 | 70 | 0 | 47 | 63 | 67 | 15 | 42 | 41 |
| Binary | 1110010 | 1000101 | 111000 | 0 | 100111 | 110011 | 110111 | 1101 | 100010 | 100001 |
Color Harmonies of #724538
Complementary color
Monochromatic Colors of #724538
Black with #724538
Text Example
Text Example
White with #724538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724538; }
p { color: rgb(114,69,56); }
H1.HeaderClassName
{
color: #724538;
}
.AnyTagClassName
{
color: #724538;
}
</style>
background-color css
<style>
a { background-color: #724538; }
a { background-color: rgb(114,69,56); }
div.DivClassName
{
background-color: #724538;
}
.BgClassName
{
background-color: #724538;
}
</style>
border-color css
<style>
span { border-color: #724538; }
span { border-color: rgb(114,69,56); }
td.TdClassName
{
border-color: #724538;
}
.TagClassName
{
border-color: #724538;
}
</style>