Shades of Peanut #784333
Tints of Peanut #784333
RGB
CMYK
RGB Variations
Color information
#784333 (or 0x784333) is known color: Peanut. HEX triplet: 78, 43 and 33. RGB value is (120,67,51). Sum of RGB (Red+Green+Blue) = 120+67+51=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 51 (20.31% from 255 or 21.43% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #784333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784333 is #87BCCC. Grayscale: #515151. Windows color (decimal): -8895693 or 3359608. OLE color: 3359608.
HSL color Cylindrical-coordinate representation of color #784333: hue angle of 13.91º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #784333 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 67 | 51 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.53 |
| HSL | 13.91º | 0.4% | 0.34% | - |
| HSV(B) | 13.91º | 0.58% | 0.47% | - |
| XYZ | 10.35 | 8.25 | 4.18 | - |
| YUV | 81.02 | 111.06 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 67 | 51 | 0 | 0.44 | 0.58 | 0.53 | 13.91 | 0.4 | 0.34 |
| Hex | 78 | 43 | 33 | 0 | 2C | 3A | 35 | E | 28 | 22 |
| Octal | 170 | 103 | 63 | 0 | 54 | 72 | 65 | 16 | 50 | 42 |
| Binary | 1111000 | 1000011 | 110011 | 0 | 101100 | 111010 | 110101 | 1110 | 101000 | 100010 |
Color Harmonies of #784333
Complementary color
Monochromatic Colors of #784333
Black with #784333
Text Example
Text Example
White with #784333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784333; }
p { color: rgb(120,67,51); }
H1.HeaderClassName
{
color: #784333;
}
.AnyTagClassName
{
color: #784333;
}
</style>
background-color css
<style>
a { background-color: #784333; }
a { background-color: rgb(120,67,51); }
div.DivClassName
{
background-color: #784333;
}
.BgClassName
{
background-color: #784333;
}
</style>
border-color css
<style>
span { border-color: #784333; }
span { border-color: rgb(120,67,51); }
td.TdClassName
{
border-color: #784333;
}
.TagClassName
{
border-color: #784333;
}
</style>