Shades of Peanut #7F3D2C
Tints of Peanut #7F3D2C
RGB
CMYK
RGB Variations
Color information
#7F3D2C (or 0x7F3D2C) is known color: Peanut. HEX triplet: 7F, 3D and 2C. RGB value is (127,61,44). Sum of RGB (Red+Green+Blue) = 127+61+44=232 (30% of max value = 765). Red value is 127 (50% from 255 or 54.74% from 232); Green value is 61 (24.22% from 255 or 26.29% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3D2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3D2C is #80C2D3. Grayscale: #4E4E4E. Windows color (decimal): -8438484 or 2899327. OLE color: 2899327.
HSL color Cylindrical-coordinate representation of color #7F3D2C: hue angle of 12.29º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F3D2C is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 61 | 44 | - |
| CMYK | 0 | 0.52 | 0.65 | 0.50 |
| HSL | 12.29º | 0.49% | 0.34% | - |
| HSV(B) | 12.29º | 0.65% | 0.5% | - |
| XYZ | 10.88 | 8.03 | 3.36 | - |
| YUV | 78.8 | 108.37 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 61 | 44 | 0 | 0.52 | 0.65 | 0.50 | 12.29 | 0.49 | 0.34 |
| Hex | 7F | 3D | 2C | 0 | 34 | 41 | 32 | C | 31 | 22 |
| Octal | 177 | 75 | 54 | 0 | 64 | 101 | 62 | 14 | 61 | 42 |
| Binary | 1111111 | 111101 | 101100 | 0 | 110100 | 1000001 | 110010 | 1100 | 110001 | 100010 |
Color Harmonies of #7F3D2C
Complementary color
Monochromatic Colors of #7F3D2C
Black with #7F3D2C
Text Example
Text Example
White with #7F3D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3D2C; }
p { color: rgb(127,61,44); }
H1.HeaderClassName
{
color: #7F3D2C;
}
.AnyTagClassName
{
color: #7F3D2C;
}
</style>
background-color css
<style>
a { background-color: #7F3D2C; }
a { background-color: rgb(127,61,44); }
div.DivClassName
{
background-color: #7F3D2C;
}
.BgClassName
{
background-color: #7F3D2C;
}
</style>
border-color css
<style>
span { border-color: #7F3D2C; }
span { border-color: rgb(127,61,44); }
td.TdClassName
{
border-color: #7F3D2C;
}
.TagClassName
{
border-color: #7F3D2C;
}
</style>