Shades of Bitter #828560
Tints of Bitter #828560
RGB
CMYK
RGB Variations
Color information
#828560 (or 0x828560) is known color: Bitter. HEX triplet: 82, 85 and 60. RGB value is (130,133,96). Sum of RGB (Red+Green+Blue) = 130+133+96=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 133 - color contains mainly: green. Hex color #828560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828560 is #7D7A9F. Grayscale: #808080. Windows color (decimal): -8223392 or 6325634. OLE color: 6325634.
HSL color Cylindrical-coordinate representation of color #828560: hue angle of 64.86º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #828560 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 133 | 96 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.48 |
| HSL | 64.86º | 0.16% | 0.45% | - |
| HSV(B) | 64.86º | 0.28% | 0.52% | - |
| XYZ | 19.7 | 22.37 | 14.34 | - |
| YUV | 127.89 | 110.01 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 133 | 96 | 0.02 | 0 | 0.28 | 0.48 | 64.86 | 0.16 | 0.45 |
| Hex | 82 | 85 | 60 | 2 | 0 | 1C | 30 | 41 | 10 | 2D |
| Octal | 202 | 205 | 140 | 2 | 0 | 34 | 60 | 101 | 20 | 55 |
| Binary | 10000010 | 10000101 | 1100000 | 10 | 0 | 11100 | 110000 | 1000001 | 10000 | 101101 |
Color Harmonies of #828560
Complementary color
Monochromatic Colors of #828560
Black with #828560
Text Example
Text Example
White with #828560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828560; }
p { color: rgb(130,133,96); }
H1.HeaderClassName
{
color: #828560;
}
.AnyTagClassName
{
color: #828560;
}
</style>
background-color css
<style>
a { background-color: #828560; }
a { background-color: rgb(130,133,96); }
div.DivClassName
{
background-color: #828560;
}
.BgClassName
{
background-color: #828560;
}
</style>
border-color css
<style>
span { border-color: #828560; }
span { border-color: rgb(130,133,96); }
td.TdClassName
{
border-color: #828560;
}
.TagClassName
{
border-color: #828560;
}
</style>