Shades of Peanut #783F31
Tints of Peanut #783F31
RGB
CMYK
RGB Variations
Color information
#783F31 (or 0x783F31) is known color: Peanut. HEX triplet: 78, 3F and 31. RGB value is (120,63,49). Sum of RGB (Red+Green+Blue) = 120+63+49=232 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.72% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 120 - color contains mainly: red. Hex color #783F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783F31 is #87C0CE. Grayscale: #4E4E4E. Windows color (decimal): -8896719 or 3227512. OLE color: 3227512.
HSL color Cylindrical-coordinate representation of color #783F31: hue angle of 11.83º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #783F31 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 63 | 49 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.53 |
| HSL | 11.83º | 0.42% | 0.33% | - |
| HSV(B) | 11.83º | 0.59% | 0.47% | - |
| XYZ | 10.08 | 7.77 | 3.87 | - |
| YUV | 78.45 | 111.38 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 63 | 49 | 0 | 0.48 | 0.59 | 0.53 | 11.83 | 0.42 | 0.33 |
| Hex | 78 | 3F | 31 | 0 | 30 | 3B | 35 | C | 2A | 21 |
| Octal | 170 | 77 | 61 | 0 | 60 | 73 | 65 | 14 | 52 | 41 |
| Binary | 1111000 | 111111 | 110001 | 0 | 110000 | 111011 | 110101 | 1100 | 101010 | 100001 |
Color Harmonies of #783F31
Complementary color
Monochromatic Colors of #783F31
Black with #783F31
Text Example
Text Example
White with #783F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783F31; }
p { color: rgb(120,63,49); }
H1.HeaderClassName
{
color: #783F31;
}
.AnyTagClassName
{
color: #783F31;
}
</style>
background-color css
<style>
a { background-color: #783F31; }
a { background-color: rgb(120,63,49); }
div.DivClassName
{
background-color: #783F31;
}
.BgClassName
{
background-color: #783F31;
}
</style>
border-color css
<style>
span { border-color: #783F31; }
span { border-color: rgb(120,63,49); }
td.TdClassName
{
border-color: #783F31;
}
.TagClassName
{
border-color: #783F31;
}
</style>