Shades of Peanut #7D3F2E
Tints of Peanut #7D3F2E
RGB
CMYK
RGB Variations
Color information
#7D3F2E (or 0x7D3F2E) is known color: Peanut. HEX triplet: 7D, 3F and 2E. RGB value is (125,63,46). Sum of RGB (Red+Green+Blue) = 125+63+46=234 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.42% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 46 (18.36% from 255 or 19.66% from 234); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3F2E is #82C0D1. Grayscale: #4F4F4F. Windows color (decimal): -8569042 or 3030909. OLE color: 3030909.
HSL color Cylindrical-coordinate representation of color #7D3F2E: hue angle of 12.91º 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 #7D3F2E is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 63 | 46 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.51 |
| HSL | 12.91º | 0.46% | 0.34% | - |
| HSV(B) | 12.91º | 0.63% | 0.49% | - |
| XYZ | 10.73 | 8.11 | 3.59 | - |
| YUV | 79.6 | 109.04 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 63 | 46 | 0 | 0.50 | 0.63 | 0.51 | 12.91 | 0.46 | 0.34 |
| Hex | 7D | 3F | 2E | 0 | 32 | 3F | 33 | D | 2E | 22 |
| Octal | 175 | 77 | 56 | 0 | 62 | 77 | 63 | 15 | 56 | 42 |
| Binary | 1111101 | 111111 | 101110 | 0 | 110010 | 111111 | 110011 | 1101 | 101110 | 100010 |
Color Harmonies of #7D3F2E
Complementary color
Monochromatic Colors of #7D3F2E
Black with #7D3F2E
Text Example
Text Example
White with #7D3F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3F2E; }
p { color: rgb(125,63,46); }
H1.HeaderClassName
{
color: #7D3F2E;
}
.AnyTagClassName
{
color: #7D3F2E;
}
</style>
background-color css
<style>
a { background-color: #7D3F2E; }
a { background-color: rgb(125,63,46); }
div.DivClassName
{
background-color: #7D3F2E;
}
.BgClassName
{
background-color: #7D3F2E;
}
</style>
border-color css
<style>
span { border-color: #7D3F2E; }
span { border-color: rgb(125,63,46); }
td.TdClassName
{
border-color: #7D3F2E;
}
.TagClassName
{
border-color: #7D3F2E;
}
</style>