Shades of Bitter #828860
Tints of Bitter #828860
RGB
CMYK
RGB Variations
Color information
#828860 (or 0x828860) is known color: Bitter. HEX triplet: 82, 88 and 60. RGB value is (130,136,96). Sum of RGB (Red+Green+Blue) = 130+136+96=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 136 - color contains mainly: green. Hex color #828860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828860 is #7D779F. Grayscale: #818181. Windows color (decimal): -8222624 or 6326402. OLE color: 6326402.
HSL color Cylindrical-coordinate representation of color #828860: hue angle of 69º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #828860 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 136 | 96 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.47 |
| HSL | 69º | 0.17% | 0.45% | - |
| HSV(B) | 69º | 0.29% | 0.53% | - |
| XYZ | 20.12 | 23.2 | 14.48 | - |
| YUV | 129.65 | 109.01 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 136 | 96 | 0.04 | 0 | 0.29 | 0.47 | 69 | 0.17 | 0.45 |
| Hex | 82 | 88 | 60 | 4 | 0 | 1D | 2F | 45 | 11 | 2D |
| Octal | 202 | 210 | 140 | 4 | 0 | 35 | 57 | 105 | 21 | 55 |
| Binary | 10000010 | 10001000 | 1100000 | 100 | 0 | 11101 | 101111 | 1000101 | 10001 | 101101 |
Color Harmonies of #828860
Complementary color
Monochromatic Colors of #828860
Black with #828860
Text Example
Text Example
White with #828860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828860; }
p { color: rgb(130,136,96); }
H1.HeaderClassName
{
color: #828860;
}
.AnyTagClassName
{
color: #828860;
}
</style>
background-color css
<style>
a { background-color: #828860; }
a { background-color: rgb(130,136,96); }
div.DivClassName
{
background-color: #828860;
}
.BgClassName
{
background-color: #828860;
}
</style>
border-color css
<style>
span { border-color: #828860; }
span { border-color: rgb(130,136,96); }
td.TdClassName
{
border-color: #828860;
}
.TagClassName
{
border-color: #828860;
}
</style>