Shades of Peanut #834231
Tints of Peanut #834231
RGB
CMYK
RGB Variations
Color information
#834231 (or 0x834231) is known color: Peanut. HEX triplet: 83, 42 and 31. RGB value is (131,66,49). Sum of RGB (Red+Green+Blue) = 131+66+49=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 49 (19.53% from 255 or 19.92% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #834231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834231 is #7CBDCE. Grayscale: #535353. Windows color (decimal): -8175055 or 3228291. OLE color: 3228291.
HSL color Cylindrical-coordinate representation of color #834231: hue angle of 12.44º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #834231 is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 66 | 49 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.49 |
| HSL | 12.44º | 0.46% | 0.35% | - |
| HSV(B) | 12.44º | 0.63% | 0.51% | - |
| XYZ | 11.86 | 8.94 | 4.01 | - |
| YUV | 83.5 | 108.53 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 66 | 49 | 0 | 0.50 | 0.63 | 0.49 | 12.44 | 0.46 | 0.35 |
| Hex | 83 | 42 | 31 | 0 | 32 | 3F | 31 | C | 2E | 23 |
| Octal | 203 | 102 | 61 | 0 | 62 | 77 | 61 | 14 | 56 | 43 |
| Binary | 10000011 | 1000010 | 110001 | 0 | 110010 | 111111 | 110001 | 1100 | 101110 | 100011 |
Color Harmonies of #834231
Complementary color
Monochromatic Colors of #834231
Black with #834231
Text Example
Text Example
White with #834231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834231; }
p { color: rgb(131,66,49); }
H1.HeaderClassName
{
color: #834231;
}
.AnyTagClassName
{
color: #834231;
}
</style>
background-color css
<style>
a { background-color: #834231; }
a { background-color: rgb(131,66,49); }
div.DivClassName
{
background-color: #834231;
}
.BgClassName
{
background-color: #834231;
}
</style>
border-color css
<style>
span { border-color: #834231; }
span { border-color: rgb(131,66,49); }
td.TdClassName
{
border-color: #834231;
}
.TagClassName
{
border-color: #834231;
}
</style>