Shades of Peanut #72493B
Tints of Peanut #72493B
RGB
CMYK
RGB Variations
Color information
#72493B (or 0x72493B) is known color: Peanut. HEX triplet: 72, 49 and 3B. RGB value is (114,73,59). Sum of RGB (Red+Green+Blue) = 114+73+59=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 59 (23.44% from 255 or 23.98% from 246); Max value from RGB is 114 - color contains mainly: red. Hex color #72493B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72493B is #8DB6C4. Grayscale: #535353. Windows color (decimal): -9287365 or 3885426. OLE color: 3885426.
HSL color Cylindrical-coordinate representation of color #72493B: hue angle of 15.27º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72493B is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 73 | 59 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.55 |
| HSL | 15.27º | 0.32% | 0.34% | - |
| HSV(B) | 15.27º | 0.48% | 0.45% | - |
| XYZ | 10.11 | 8.66 | 5.28 | - |
| YUV | 83.66 | 114.08 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 73 | 59 | 0 | 0.36 | 0.48 | 0.55 | 15.27 | 0.32 | 0.34 |
| Hex | 72 | 49 | 3B | 0 | 24 | 30 | 37 | F | 20 | 22 |
| Octal | 162 | 111 | 73 | 0 | 44 | 60 | 67 | 17 | 40 | 42 |
| Binary | 1110010 | 1001001 | 111011 | 0 | 100100 | 110000 | 110111 | 1111 | 100000 | 100010 |
Color Harmonies of #72493B
Complementary color
Monochromatic Colors of #72493B
Black with #72493B
Text Example
Text Example
White with #72493B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72493B; }
p { color: rgb(114,73,59); }
H1.HeaderClassName
{
color: #72493B;
}
.AnyTagClassName
{
color: #72493B;
}
</style>
background-color css
<style>
a { background-color: #72493B; }
a { background-color: rgb(114,73,59); }
div.DivClassName
{
background-color: #72493B;
}
.BgClassName
{
background-color: #72493B;
}
</style>
border-color css
<style>
span { border-color: #72493B; }
span { border-color: rgb(114,73,59); }
td.TdClassName
{
border-color: #72493B;
}
.TagClassName
{
border-color: #72493B;
}
</style>