Shades of Bitter #83876C
Tints of Bitter #83876C
RGB
CMYK
RGB Variations
Color information
#83876C (or 0x83876C) is known color: Bitter. HEX triplet: 83, 87 and 6C. RGB value is (131,135,108). Sum of RGB (Red+Green+Blue) = 131+135+108=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 108 (42.58% from 255 or 28.88% from 374); Max value from RGB is 135 - color contains mainly: green. Hex color #83876C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83876C is #7C7893. Grayscale: #828282. Windows color (decimal): -8157332 or 7112579. OLE color: 7112579.
HSL color Cylindrical-coordinate representation of color #83876C: hue angle of 68.89º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #83876C is Cyan = 0.03, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 135 | 108 | - |
| CMYK | 0.03 | 0 | 0.2 | 0.47 |
| HSL | 68.89º | 0.11% | 0.48% | - |
| HSV(B) | 68.89º | 0.2% | 0.53% | - |
| XYZ | 20.73 | 23.24 | 17.58 | - |
| YUV | 130.73 | 115.17 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 135 | 108 | 0.03 | 0 | 0.2 | 0.47 | 68.89 | 0.11 | 0.48 |
| Hex | 83 | 87 | 6C | 3 | 0 | 14 | 2F | 45 | B | 30 |
| Octal | 203 | 207 | 154 | 3 | 0 | 24 | 57 | 105 | 13 | 60 |
| Binary | 10000011 | 10000111 | 1101100 | 11 | 0 | 10100 | 101111 | 1000101 | 1011 | 110000 |
Color Harmonies of #83876C
Complementary color
Monochromatic Colors of #83876C
Black with #83876C
Text Example
Text Example
White with #83876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83876C; }
p { color: rgb(131,135,108); }
H1.HeaderClassName
{
color: #83876C;
}
.AnyTagClassName
{
color: #83876C;
}
</style>
background-color css
<style>
a { background-color: #83876C; }
a { background-color: rgb(131,135,108); }
div.DivClassName
{
background-color: #83876C;
}
.BgClassName
{
background-color: #83876C;
}
</style>
border-color css
<style>
span { border-color: #83876C; }
span { border-color: rgb(131,135,108); }
td.TdClassName
{
border-color: #83876C;
}
.TagClassName
{
border-color: #83876C;
}
</style>