Shades of Peanut #7F4835
Tints of Peanut #7F4835
RGB
CMYK
RGB Variations
Color information
#7F4835 (or 0x7F4835) is known color: Peanut. HEX triplet: 7F, 48 and 35. RGB value is (127,72,53). Sum of RGB (Red+Green+Blue) = 127+72+53=252 (33% of max value = 765). Red value is 127 (50% from 255 or 50.40% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 53 (21.09% from 255 or 21.03% from 252); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4835 is #80B7CA. Grayscale: #565656. Windows color (decimal): -8435659 or 3491967. OLE color: 3491967.
HSL color Cylindrical-coordinate representation of color #7F4835: hue angle of 15.41º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7F4835 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 72 | 53 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.50 |
| HSL | 15.41º | 0.41% | 0.35% | - |
| HSV(B) | 15.41º | 0.58% | 0.5% | - |
| XYZ | 11.71 | 9.4 | 4.57 | - |
| YUV | 86.28 | 109.22 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 72 | 53 | 0 | 0.43 | 0.58 | 0.50 | 15.41 | 0.41 | 0.35 |
| Hex | 7F | 48 | 35 | 0 | 2B | 3A | 32 | F | 29 | 23 |
| Octal | 177 | 110 | 65 | 0 | 53 | 72 | 62 | 17 | 51 | 43 |
| Binary | 1111111 | 1001000 | 110101 | 0 | 101011 | 111010 | 110010 | 1111 | 101001 | 100011 |
Color Harmonies of #7F4835
Complementary color
Monochromatic Colors of #7F4835
Black with #7F4835
Text Example
Text Example
White with #7F4835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4835; }
p { color: rgb(127,72,53); }
H1.HeaderClassName
{
color: #7F4835;
}
.AnyTagClassName
{
color: #7F4835;
}
</style>
background-color css
<style>
a { background-color: #7F4835; }
a { background-color: rgb(127,72,53); }
div.DivClassName
{
background-color: #7F4835;
}
.BgClassName
{
background-color: #7F4835;
}
</style>
border-color css
<style>
span { border-color: #7F4835; }
span { border-color: rgb(127,72,53); }
td.TdClassName
{
border-color: #7F4835;
}
.TagClassName
{
border-color: #7F4835;
}
</style>