Shades of Peanut #7F4432
Tints of Peanut #7F4432
RGB
CMYK
RGB Variations
Color information
#7F4432 (or 0x7F4432) is known color: Peanut. HEX triplet: 7F, 44 and 32. RGB value is (127,68,50). Sum of RGB (Red+Green+Blue) = 127+68+50=245 (32% of max value = 765). Red value is 127 (50% from 255 or 51.84% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4432 is #80BBCD. Grayscale: #535353. Windows color (decimal): -8436686 or 3294335. OLE color: 3294335.
HSL color Cylindrical-coordinate representation of color #7F4432: hue angle of 14.03º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F4432 is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 68 | 50 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.50 |
| HSL | 14.03º | 0.44% | 0.35% | - |
| HSV(B) | 14.03º | 0.61% | 0.5% | - |
| XYZ | 11.4 | 8.88 | 4.13 | - |
| YUV | 83.59 | 109.05 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 68 | 50 | 0 | 0.46 | 0.61 | 0.50 | 14.03 | 0.44 | 0.35 |
| Hex | 7F | 44 | 32 | 0 | 2E | 3D | 32 | E | 2C | 23 |
| Octal | 177 | 104 | 62 | 0 | 56 | 75 | 62 | 16 | 54 | 43 |
| Binary | 1111111 | 1000100 | 110010 | 0 | 101110 | 111101 | 110010 | 1110 | 101100 | 100011 |
Color Harmonies of #7F4432
Complementary color
Monochromatic Colors of #7F4432
Black with #7F4432
Text Example
Text Example
White with #7F4432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4432; }
p { color: rgb(127,68,50); }
H1.HeaderClassName
{
color: #7F4432;
}
.AnyTagClassName
{
color: #7F4432;
}
</style>
background-color css
<style>
a { background-color: #7F4432; }
a { background-color: rgb(127,68,50); }
div.DivClassName
{
background-color: #7F4432;
}
.BgClassName
{
background-color: #7F4432;
}
</style>
border-color css
<style>
span { border-color: #7F4432; }
span { border-color: rgb(127,68,50); }
td.TdClassName
{
border-color: #7F4432;
}
.TagClassName
{
border-color: #7F4432;
}
</style>