Shades of Peanut #7D4835
Tints of Peanut #7D4835
RGB
CMYK
RGB Variations
Color information
#7D4835 (or 0x7D4835) is known color: Peanut. HEX triplet: 7D, 48 and 35. RGB value is (125,72,53). Sum of RGB (Red+Green+Blue) = 125+72+53=250 (33% of max value = 765). Red value is 125 (49.22% from 255 or 50% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 53 (21.09% from 255 or 21.2% from 250); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4835 is #82B7CA. Grayscale: #555555. Windows color (decimal): -8566731 or 3491965. OLE color: 3491965.
HSL color Cylindrical-coordinate representation of color #7D4835: hue angle of 15.83º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D4835 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 72 | 53 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.51 |
| HSL | 15.83º | 0.4% | 0.35% | - |
| HSV(B) | 15.83º | 0.58% | 0.49% | - |
| XYZ | 11.42 | 9.25 | 4.55 | - |
| YUV | 85.68 | 109.56 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 72 | 53 | 0 | 0.42 | 0.58 | 0.51 | 15.83 | 0.4 | 0.35 |
| Hex | 7D | 48 | 35 | 0 | 2A | 3A | 33 | 10 | 28 | 23 |
| Octal | 175 | 110 | 65 | 0 | 52 | 72 | 63 | 20 | 50 | 43 |
| Binary | 1111101 | 1001000 | 110101 | 0 | 101010 | 111010 | 110011 | 10000 | 101000 | 100011 |
Color Harmonies of #7D4835
Complementary color
Monochromatic Colors of #7D4835
Black with #7D4835
Text Example
Text Example
White with #7D4835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4835; }
p { color: rgb(125,72,53); }
H1.HeaderClassName
{
color: #7D4835;
}
.AnyTagClassName
{
color: #7D4835;
}
</style>
background-color css
<style>
a { background-color: #7D4835; }
a { background-color: rgb(125,72,53); }
div.DivClassName
{
background-color: #7D4835;
}
.BgClassName
{
background-color: #7D4835;
}
</style>
border-color css
<style>
span { border-color: #7D4835; }
span { border-color: rgb(125,72,53); }
td.TdClassName
{
border-color: #7D4835;
}
.TagClassName
{
border-color: #7D4835;
}
</style>