Shades of Bitter #82846E
Tints of Bitter #82846E
RGB
CMYK
RGB Variations
Color information
#82846E (or 0x82846E) is known color: Bitter. HEX triplet: 82, 84 and 6E. RGB value is (130,132,110). Sum of RGB (Red+Green+Blue) = 130+132+110=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 132 - color contains mainly: green. Hex color #82846E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82846E is #7D7B91. Grayscale: #808080. Windows color (decimal): -8223634 or 7242882. OLE color: 7242882.
HSL color Cylindrical-coordinate representation of color #82846E: hue angle of 65.45º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #82846E is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 132 | 110 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.48 |
| HSL | 65.45º | 0.09% | 0.47% | - |
| HSV(B) | 65.45º | 0.17% | 0.52% | - |
| XYZ | 20.27 | 22.37 | 18 | - |
| YUV | 128.89 | 117.34 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 132 | 110 | 0.02 | 0 | 0.17 | 0.48 | 65.45 | 0.09 | 0.47 |
| Hex | 82 | 84 | 6E | 2 | 0 | 11 | 30 | 41 | 9 | 2F |
| Octal | 202 | 204 | 156 | 2 | 0 | 21 | 60 | 101 | 11 | 57 |
| Binary | 10000010 | 10000100 | 1101110 | 10 | 0 | 10001 | 110000 | 1000001 | 1001 | 101111 |
Color Harmonies of #82846E
Complementary color
Monochromatic Colors of #82846E
Black with #82846E
Text Example
Text Example
White with #82846E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82846E; }
p { color: rgb(130,132,110); }
H1.HeaderClassName
{
color: #82846E;
}
.AnyTagClassName
{
color: #82846E;
}
</style>
background-color css
<style>
a { background-color: #82846E; }
a { background-color: rgb(130,132,110); }
div.DivClassName
{
background-color: #82846E;
}
.BgClassName
{
background-color: #82846E;
}
</style>
border-color css
<style>
span { border-color: #82846E; }
span { border-color: rgb(130,132,110); }
td.TdClassName
{
border-color: #82846E;
}
.TagClassName
{
border-color: #82846E;
}
</style>