Shades of Peanut #82402C
Tints of Peanut #82402C
RGB
CMYK
RGB Variations
Color information
#82402C (or 0x82402C) is known color: Peanut. HEX triplet: 82, 40 and 2C. RGB value is (130,64,44). Sum of RGB (Red+Green+Blue) = 130+64+44=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #82402C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82402C is #7DBFD3. Grayscale: #515151. Windows color (decimal): -8241108 or 2900098. OLE color: 2900098.
HSL color Cylindrical-coordinate representation of color #82402C: hue angle of 13.95º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #82402C is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 64 | 44 | - |
| CMYK | 0 | 0.51 | 0.66 | 0.49 |
| HSL | 13.95º | 0.49% | 0.34% | - |
| HSV(B) | 13.95º | 0.66% | 0.51% | - |
| XYZ | 11.49 | 8.59 | 3.44 | - |
| YUV | 81.45 | 106.87 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 64 | 44 | 0 | 0.51 | 0.66 | 0.49 | 13.95 | 0.49 | 0.34 |
| Hex | 82 | 40 | 2C | 0 | 33 | 42 | 31 | E | 31 | 22 |
| Octal | 202 | 100 | 54 | 0 | 63 | 102 | 61 | 16 | 61 | 42 |
| Binary | 10000010 | 1000000 | 101100 | 0 | 110011 | 1000010 | 110001 | 1110 | 110001 | 100010 |
Color Harmonies of #82402C
Complementary color
Monochromatic Colors of #82402C
Black with #82402C
Text Example
Text Example
White with #82402C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82402C; }
p { color: rgb(130,64,44); }
H1.HeaderClassName
{
color: #82402C;
}
.AnyTagClassName
{
color: #82402C;
}
</style>
background-color css
<style>
a { background-color: #82402C; }
a { background-color: rgb(130,64,44); }
div.DivClassName
{
background-color: #82402C;
}
.BgClassName
{
background-color: #82402C;
}
</style>
border-color css
<style>
span { border-color: #82402C; }
span { border-color: rgb(130,64,44); }
td.TdClassName
{
border-color: #82402C;
}
.TagClassName
{
border-color: #82402C;
}
</style>