Shades of Peanut #784535
Tints of Peanut #784535
RGB
CMYK
RGB Variations
Color information
#784535 (or 0x784535) is known color: Peanut. HEX triplet: 78, 45 and 35. RGB value is (120,69,53). Sum of RGB (Red+Green+Blue) = 120+69+53=242 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.59% from 242); Green value is 69 (27.34% from 255 or 28.51% from 242); Blue value is 53 (21.09% from 255 or 21.90% from 242); Max value from RGB is 120 - color contains mainly: red. Hex color #784535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784535 is #87BACA. Grayscale: #525252. Windows color (decimal): -8895179 or 3491192. OLE color: 3491192.
HSL color Cylindrical-coordinate representation of color #784535: hue angle of 14.33º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #784535 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 69 | 53 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.53 |
| HSL | 14.33º | 0.39% | 0.34% | - |
| HSV(B) | 14.33º | 0.56% | 0.47% | - |
| XYZ | 10.52 | 8.51 | 4.46 | - |
| YUV | 82.43 | 111.4 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 69 | 53 | 0 | 0.42 | 0.56 | 0.53 | 14.33 | 0.39 | 0.34 |
| Hex | 78 | 45 | 35 | 0 | 2A | 38 | 35 | E | 27 | 22 |
| Octal | 170 | 105 | 65 | 0 | 52 | 70 | 65 | 16 | 47 | 42 |
| Binary | 1111000 | 1000101 | 110101 | 0 | 101010 | 111000 | 110101 | 1110 | 100111 | 100010 |
Color Harmonies of #784535
Complementary color
Monochromatic Colors of #784535
Black with #784535
Text Example
Text Example
White with #784535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784535; }
p { color: rgb(120,69,53); }
H1.HeaderClassName
{
color: #784535;
}
.AnyTagClassName
{
color: #784535;
}
</style>
background-color css
<style>
a { background-color: #784535; }
a { background-color: rgb(120,69,53); }
div.DivClassName
{
background-color: #784535;
}
.BgClassName
{
background-color: #784535;
}
</style>
border-color css
<style>
span { border-color: #784535; }
span { border-color: rgb(120,69,53); }
td.TdClassName
{
border-color: #784535;
}
.TagClassName
{
border-color: #784535;
}
</style>