Shades of Peanut #793F31
Tints of Peanut #793F31
RGB
CMYK
RGB Variations
Color information
#793F31 (or 0x793F31) is known color: Peanut. HEX triplet: 79, 3F and 31. RGB value is (121,63,49). Sum of RGB (Red+Green+Blue) = 121+63+49=233 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.93% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 49 (19.53% from 255 or 21.03% from 233); Max value from RGB is 121 - color contains mainly: red. Hex color #793F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793F31 is #86C0CE. Grayscale: #4E4E4E. Windows color (decimal): -8831183 or 3227513. OLE color: 3227513.
HSL color Cylindrical-coordinate representation of color #793F31: hue angle of 11.67º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #793F31 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 63 | 49 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.53 |
| HSL | 11.67º | 0.42% | 0.33% | - |
| HSV(B) | 11.67º | 0.6% | 0.47% | - |
| XYZ | 10.22 | 7.84 | 3.88 | - |
| YUV | 78.75 | 111.22 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 63 | 49 | 0 | 0.48 | 0.60 | 0.53 | 11.67 | 0.42 | 0.33 |
| Hex | 79 | 3F | 31 | 0 | 30 | 3C | 35 | C | 2A | 21 |
| Octal | 171 | 77 | 61 | 0 | 60 | 74 | 65 | 14 | 52 | 41 |
| Binary | 1111001 | 111111 | 110001 | 0 | 110000 | 111100 | 110101 | 1100 | 101010 | 100001 |
Color Harmonies of #793F31
Complementary color
Monochromatic Colors of #793F31
Black with #793F31
Text Example
Text Example
White with #793F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793F31; }
p { color: rgb(121,63,49); }
H1.HeaderClassName
{
color: #793F31;
}
.AnyTagClassName
{
color: #793F31;
}
</style>
background-color css
<style>
a { background-color: #793F31; }
a { background-color: rgb(121,63,49); }
div.DivClassName
{
background-color: #793F31;
}
.BgClassName
{
background-color: #793F31;
}
</style>
border-color css
<style>
span { border-color: #793F31; }
span { border-color: rgb(121,63,49); }
td.TdClassName
{
border-color: #793F31;
}
.TagClassName
{
border-color: #793F31;
}
</style>