Shades of Bitter #82895B
Tints of Bitter #82895B
RGB
CMYK
RGB Variations
Color information
#82895B (or 0x82895B) is known color: Bitter. HEX triplet: 82, 89 and 5B. RGB value is (130,137,91). Sum of RGB (Red+Green+Blue) = 130+137+91=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 137 - color contains mainly: green. Hex color #82895B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82895B is #7D76A4. Grayscale: #818181. Windows color (decimal): -8222373 or 5998978. OLE color: 5998978.
HSL color Cylindrical-coordinate representation of color #82895B: hue angle of 69.13º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #82895B is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 137 | 91 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.46 |
| HSL | 69.13º | 0.2% | 0.45% | - |
| HSV(B) | 69.13º | 0.34% | 0.54% | - |
| XYZ | 20.04 | 23.39 | 13.36 | - |
| YUV | 129.66 | 106.18 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 137 | 91 | 0.05 | 0 | 0.34 | 0.46 | 69.13 | 0.2 | 0.45 |
| Hex | 82 | 89 | 5B | 5 | 0 | 22 | 2E | 45 | 14 | 2D |
| Octal | 202 | 211 | 133 | 5 | 0 | 42 | 56 | 105 | 24 | 55 |
| Binary | 10000010 | 10001001 | 1011011 | 101 | 0 | 100010 | 101110 | 1000101 | 10100 | 101101 |
Color Harmonies of #82895B
Complementary color
Monochromatic Colors of #82895B
Black with #82895B
Text Example
Text Example
White with #82895B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82895B; }
p { color: rgb(130,137,91); }
H1.HeaderClassName
{
color: #82895B;
}
.AnyTagClassName
{
color: #82895B;
}
</style>
background-color css
<style>
a { background-color: #82895B; }
a { background-color: rgb(130,137,91); }
div.DivClassName
{
background-color: #82895B;
}
.BgClassName
{
background-color: #82895B;
}
</style>
border-color css
<style>
span { border-color: #82895B; }
span { border-color: rgb(130,137,91); }
td.TdClassName
{
border-color: #82895B;
}
.TagClassName
{
border-color: #82895B;
}
</style>