Shades of Bitter #82856B
Tints of Bitter #82856B
RGB
CMYK
RGB Variations
Color information
#82856B (or 0x82856B) is known color: Bitter. HEX triplet: 82, 85 and 6B. RGB value is (130,133,107). Sum of RGB (Red+Green+Blue) = 130+133+107=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 133 - color contains mainly: green. Hex color #82856B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82856B is #7D7A94. Grayscale: #818181. Windows color (decimal): -8223381 or 7046530. OLE color: 7046530.
HSL color Cylindrical-coordinate representation of color #82856B: hue angle of 66.92º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #82856B is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 133 | 107 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.48 |
| HSL | 66.92º | 0.11% | 0.47% | - |
| HSV(B) | 66.92º | 0.2% | 0.52% | - |
| XYZ | 20.25 | 22.58 | 17.2 | - |
| YUV | 129.14 | 115.51 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 133 | 107 | 0.02 | 0 | 0.20 | 0.48 | 66.92 | 0.11 | 0.47 |
| Hex | 82 | 85 | 6B | 2 | 0 | 14 | 30 | 43 | B | 2F |
| Octal | 202 | 205 | 153 | 2 | 0 | 24 | 60 | 103 | 13 | 57 |
| Binary | 10000010 | 10000101 | 1101011 | 10 | 0 | 10100 | 110000 | 1000011 | 1011 | 101111 |
Color Harmonies of #82856B
Complementary color
Monochromatic Colors of #82856B
Black with #82856B
Text Example
Text Example
White with #82856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82856B; }
p { color: rgb(130,133,107); }
H1.HeaderClassName
{
color: #82856B;
}
.AnyTagClassName
{
color: #82856B;
}
</style>
background-color css
<style>
a { background-color: #82856B; }
a { background-color: rgb(130,133,107); }
div.DivClassName
{
background-color: #82856B;
}
.BgClassName
{
background-color: #82856B;
}
</style>
border-color css
<style>
span { border-color: #82856B; }
span { border-color: rgb(130,133,107); }
td.TdClassName
{
border-color: #82856B;
}
.TagClassName
{
border-color: #82856B;
}
</style>