Shades of Peanut #794232
Tints of Peanut #794232
RGB
CMYK
RGB Variations
Color information
#794232 (or 0x794232) is known color: Peanut. HEX triplet: 79, 42 and 32. RGB value is (121,66,50). Sum of RGB (Red+Green+Blue) = 121+66+50=237 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.05% from 237); Green value is 66 (26.17% from 255 or 27.85% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 121 - color contains mainly: red. Hex color #794232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794232 is #86BDCD. Grayscale: #505050. Windows color (decimal): -8830414 or 3293817. OLE color: 3293817.
HSL color Cylindrical-coordinate representation of color #794232: hue angle of 13.52º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #794232 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 66 | 50 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.53 |
| HSL | 13.52º | 0.42% | 0.34% | - |
| HSV(B) | 13.52º | 0.59% | 0.47% | - |
| XYZ | 10.41 | 8.19 | 4.05 | - |
| YUV | 80.62 | 110.72 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 66 | 50 | 0 | 0.45 | 0.59 | 0.53 | 13.52 | 0.42 | 0.34 |
| Hex | 79 | 42 | 32 | 0 | 2D | 3B | 35 | E | 2A | 22 |
| Octal | 171 | 102 | 62 | 0 | 55 | 73 | 65 | 16 | 52 | 42 |
| Binary | 1111001 | 1000010 | 110010 | 0 | 101101 | 111011 | 110101 | 1110 | 101010 | 100010 |
Color Harmonies of #794232
Complementary color
Monochromatic Colors of #794232
Black with #794232
Text Example
Text Example
White with #794232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794232; }
p { color: rgb(121,66,50); }
H1.HeaderClassName
{
color: #794232;
}
.AnyTagClassName
{
color: #794232;
}
</style>
background-color css
<style>
a { background-color: #794232; }
a { background-color: rgb(121,66,50); }
div.DivClassName
{
background-color: #794232;
}
.BgClassName
{
background-color: #794232;
}
</style>
border-color css
<style>
span { border-color: #794232; }
span { border-color: rgb(121,66,50); }
td.TdClassName
{
border-color: #794232;
}
.TagClassName
{
border-color: #794232;
}
</style>