Shades of Bitter #82856C
Tints of Bitter #82856C
RGB
CMYK
RGB Variations
Color information
#82856C (or 0x82856C) is known color: Bitter. HEX triplet: 82, 85 and 6C. RGB value is (130,133,108). Sum of RGB (Red+Green+Blue) = 130+133+108=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 133 - color contains mainly: green. Hex color #82856C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82856C is #7D7A93. Grayscale: #818181. Windows color (decimal): -8223380 or 7112066. OLE color: 7112066.
HSL color Cylindrical-coordinate representation of color #82856C: hue angle of 67.2º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #82856C is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 133 | 108 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.48 |
| HSL | 67.2º | 0.1% | 0.47% | - |
| HSV(B) | 67.2º | 0.19% | 0.52% | - |
| XYZ | 20.3 | 22.6 | 17.48 | - |
| YUV | 129.25 | 116.01 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 133 | 108 | 0.02 | 0 | 0.19 | 0.48 | 67.2 | 0.1 | 0.47 |
| Hex | 82 | 85 | 6C | 2 | 0 | 13 | 30 | 43 | A | 2F |
| Octal | 202 | 205 | 154 | 2 | 0 | 23 | 60 | 103 | 12 | 57 |
| Binary | 10000010 | 10000101 | 1101100 | 10 | 0 | 10011 | 110000 | 1000011 | 1010 | 101111 |
Color Harmonies of #82856C
Complementary color
Monochromatic Colors of #82856C
Black with #82856C
Text Example
Text Example
White with #82856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82856C; }
p { color: rgb(130,133,108); }
H1.HeaderClassName
{
color: #82856C;
}
.AnyTagClassName
{
color: #82856C;
}
</style>
background-color css
<style>
a { background-color: #82856C; }
a { background-color: rgb(130,133,108); }
div.DivClassName
{
background-color: #82856C;
}
.BgClassName
{
background-color: #82856C;
}
</style>
border-color css
<style>
span { border-color: #82856C; }
span { border-color: rgb(130,133,108); }
td.TdClassName
{
border-color: #82856C;
}
.TagClassName
{
border-color: #82856C;
}
</style>