Shades of Peanut #7D402E
Tints of Peanut #7D402E
RGB
CMYK
RGB Variations
Color information
#7D402E (or 0x7D402E) is known color: Peanut. HEX triplet: 7D, 40 and 2E. RGB value is (125,64,46). Sum of RGB (Red+Green+Blue) = 125+64+46=235 (31% of max value = 765). Red value is 125 (49.22% from 255 or 53.19% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 46 (18.36% from 255 or 19.57% from 235); Max value from RGB is 125 - color contains mainly: red. Hex color #7D402E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D402E is #82BFD1. Grayscale: #505050. Windows color (decimal): -8568786 or 3031165. OLE color: 3031165.
HSL color Cylindrical-coordinate representation of color #7D402E: hue angle of 13.67º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7D402E is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 64 | 46 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.51 |
| HSL | 13.67º | 0.46% | 0.34% | - |
| HSV(B) | 13.67º | 0.63% | 0.49% | - |
| XYZ | 10.78 | 8.22 | 3.6 | - |
| YUV | 80.19 | 108.71 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 64 | 46 | 0 | 0.49 | 0.63 | 0.51 | 13.67 | 0.46 | 0.34 |
| Hex | 7D | 40 | 2E | 0 | 31 | 3F | 33 | E | 2E | 22 |
| Octal | 175 | 100 | 56 | 0 | 61 | 77 | 63 | 16 | 56 | 42 |
| Binary | 1111101 | 1000000 | 101110 | 0 | 110001 | 111111 | 110011 | 1110 | 101110 | 100010 |
Color Harmonies of #7D402E
Complementary color
Monochromatic Colors of #7D402E
Black with #7D402E
Text Example
Text Example
White with #7D402E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D402E; }
p { color: rgb(125,64,46); }
H1.HeaderClassName
{
color: #7D402E;
}
.AnyTagClassName
{
color: #7D402E;
}
</style>
background-color css
<style>
a { background-color: #7D402E; }
a { background-color: rgb(125,64,46); }
div.DivClassName
{
background-color: #7D402E;
}
.BgClassName
{
background-color: #7D402E;
}
</style>
border-color css
<style>
span { border-color: #7D402E; }
span { border-color: rgb(125,64,46); }
td.TdClassName
{
border-color: #7D402E;
}
.TagClassName
{
border-color: #7D402E;
}
</style>