Shades of Bitter #828B61
Tints of Bitter #828B61
RGB
CMYK
RGB Variations
Color information
#828B61 (or 0x828B61) is known color: Bitter. HEX triplet: 82, 8B and 61. RGB value is (130,139,97). Sum of RGB (Red+Green+Blue) = 130+139+97=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 139 (54.69% from 255 or 37.98% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 139 - color contains mainly: green. Hex color #828B61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828B61 is #7D749E. Grayscale: #838383. Windows color (decimal): -8221855 or 6392706. OLE color: 6392706.
HSL color Cylindrical-coordinate representation of color #828B61: hue angle of 72.86º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #828B61 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 139 | 97 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.45 |
| HSL | 72.86º | 0.18% | 0.46% | - |
| HSV(B) | 72.86º | 0.3% | 0.55% | - |
| XYZ | 20.6 | 24.07 | 14.87 | - |
| YUV | 131.52 | 108.52 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 139 | 97 | 0.06 | 0 | 0.30 | 0.45 | 72.86 | 0.18 | 0.46 |
| Hex | 82 | 8B | 61 | 6 | 0 | 1E | 2D | 49 | 12 | 2E |
| Octal | 202 | 213 | 141 | 6 | 0 | 36 | 55 | 111 | 22 | 56 |
| Binary | 10000010 | 10001011 | 1100001 | 110 | 0 | 11110 | 101101 | 1001001 | 10010 | 101110 |
Color Harmonies of #828B61
Complementary color
Monochromatic Colors of #828B61
Black with #828B61
Text Example
Text Example
White with #828B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828B61; }
p { color: rgb(130,139,97); }
H1.HeaderClassName
{
color: #828B61;
}
.AnyTagClassName
{
color: #828B61;
}
</style>
background-color css
<style>
a { background-color: #828B61; }
a { background-color: rgb(130,139,97); }
div.DivClassName
{
background-color: #828B61;
}
.BgClassName
{
background-color: #828B61;
}
</style>
border-color css
<style>
span { border-color: #828B61; }
span { border-color: rgb(130,139,97); }
td.TdClassName
{
border-color: #828B61;
}
.TagClassName
{
border-color: #828B61;
}
</style>