Shades of Peanut #7D3E2D
Tints of Peanut #7D3E2D
RGB
CMYK
RGB Variations
Color information
#7D3E2D (or 0x7D3E2D) is known color: Peanut. HEX triplet: 7D, 3E and 2D. RGB value is (125,62,45). Sum of RGB (Red+Green+Blue) = 125+62+45=232 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.88% from 232); Green value is 62 (24.61% from 255 or 26.72% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3E2D is #82C1D2. Grayscale: #4F4F4F. Windows color (decimal): -8569299 or 2965117. OLE color: 2965117.
HSL color Cylindrical-coordinate representation of color #7D3E2D: hue angle of 12.75º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7D3E2D is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 62 | 45 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.51 |
| HSL | 12.75º | 0.47% | 0.33% | - |
| HSV(B) | 12.75º | 0.64% | 0.49% | - |
| XYZ | 10.65 | 7.99 | 3.46 | - |
| YUV | 78.9 | 108.87 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 62 | 45 | 0 | 0.50 | 0.64 | 0.51 | 12.75 | 0.47 | 0.33 |
| Hex | 7D | 3E | 2D | 0 | 32 | 40 | 33 | D | 2F | 21 |
| Octal | 175 | 76 | 55 | 0 | 62 | 100 | 63 | 15 | 57 | 41 |
| Binary | 1111101 | 111110 | 101101 | 0 | 110010 | 1000000 | 110011 | 1101 | 101111 | 100001 |
Color Harmonies of #7D3E2D
Complementary color
Monochromatic Colors of #7D3E2D
Black with #7D3E2D
Text Example
Text Example
White with #7D3E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3E2D; }
p { color: rgb(125,62,45); }
H1.HeaderClassName
{
color: #7D3E2D;
}
.AnyTagClassName
{
color: #7D3E2D;
}
</style>
background-color css
<style>
a { background-color: #7D3E2D; }
a { background-color: rgb(125,62,45); }
div.DivClassName
{
background-color: #7D3E2D;
}
.BgClassName
{
background-color: #7D3E2D;
}
</style>
border-color css
<style>
span { border-color: #7D3E2D; }
span { border-color: rgb(125,62,45); }
td.TdClassName
{
border-color: #7D3E2D;
}
.TagClassName
{
border-color: #7D3E2D;
}
</style>