Shades of Bitter #82866D
Tints of Bitter #82866D
RGB
CMYK
RGB Variations
Color information
#82866D (or 0x82866D) is known color: Bitter. HEX triplet: 82, 86 and 6D. RGB value is (130,134,109). Sum of RGB (Red+Green+Blue) = 130+134+109=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 134 - color contains mainly: green. Hex color #82866D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82866D is #7D7992. Grayscale: #828282. Windows color (decimal): -8223123 or 7177858. OLE color: 7177858.
HSL color Cylindrical-coordinate representation of color #82866D: hue angle of 69.6º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #82866D is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 134 | 109 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.47 |
| HSL | 69.6º | 0.1% | 0.48% | - |
| HSV(B) | 69.6º | 0.19% | 0.53% | - |
| XYZ | 20.49 | 22.9 | 17.81 | - |
| YUV | 129.95 | 116.17 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 134 | 109 | 0.03 | 0 | 0.19 | 0.47 | 69.6 | 0.1 | 0.48 |
| Hex | 82 | 86 | 6D | 3 | 0 | 13 | 2F | 46 | A | 30 |
| Octal | 202 | 206 | 155 | 3 | 0 | 23 | 57 | 106 | 12 | 60 |
| Binary | 10000010 | 10000110 | 1101101 | 11 | 0 | 10011 | 101111 | 1000110 | 1010 | 110000 |
Color Harmonies of #82866D
Complementary color
Monochromatic Colors of #82866D
Black with #82866D
Text Example
Text Example
White with #82866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82866D; }
p { color: rgb(130,134,109); }
H1.HeaderClassName
{
color: #82866D;
}
.AnyTagClassName
{
color: #82866D;
}
</style>
background-color css
<style>
a { background-color: #82866D; }
a { background-color: rgb(130,134,109); }
div.DivClassName
{
background-color: #82866D;
}
.BgClassName
{
background-color: #82866D;
}
</style>
border-color css
<style>
span { border-color: #82866D; }
span { border-color: rgb(130,134,109); }
td.TdClassName
{
border-color: #82866D;
}
.TagClassName
{
border-color: #82866D;
}
</style>