Shades of Bitter #82865B
Tints of Bitter #82865B
RGB
CMYK
RGB Variations
Color information
#82865B (or 0x82865B) is known color: Bitter. HEX triplet: 82, 86 and 5B. RGB value is (130,134,91). Sum of RGB (Red+Green+Blue) = 130+134+91=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 134 - color contains mainly: green. Hex color #82865B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82865B is #7D79A4. Grayscale: #808080. Windows color (decimal): -8223141 or 5998210. OLE color: 5998210.
HSL color Cylindrical-coordinate representation of color #82865B: hue angle of 65.58º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82865B is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 134 | 91 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.47 |
| HSL | 65.58º | 0.19% | 0.44% | - |
| HSV(B) | 65.58º | 0.32% | 0.53% | - |
| XYZ | 19.62 | 22.55 | 13.22 | - |
| YUV | 127.9 | 107.17 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 134 | 91 | 0.03 | 0 | 0.32 | 0.47 | 65.58 | 0.19 | 0.44 |
| Hex | 82 | 86 | 5B | 3 | 0 | 20 | 2F | 42 | 13 | 2C |
| Octal | 202 | 206 | 133 | 3 | 0 | 40 | 57 | 102 | 23 | 54 |
| Binary | 10000010 | 10000110 | 1011011 | 11 | 0 | 100000 | 101111 | 1000010 | 10011 | 101100 |
Color Harmonies of #82865B
Complementary color
Monochromatic Colors of #82865B
Black with #82865B
Text Example
Text Example
White with #82865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82865B; }
p { color: rgb(130,134,91); }
H1.HeaderClassName
{
color: #82865B;
}
.AnyTagClassName
{
color: #82865B;
}
</style>
background-color css
<style>
a { background-color: #82865B; }
a { background-color: rgb(130,134,91); }
div.DivClassName
{
background-color: #82865B;
}
.BgClassName
{
background-color: #82865B;
}
</style>
border-color css
<style>
span { border-color: #82865B; }
span { border-color: rgb(130,134,91); }
td.TdClassName
{
border-color: #82865B;
}
.TagClassName
{
border-color: #82865B;
}
</style>