Shades of Bitter #83856F
Tints of Bitter #83856F
RGB
CMYK
RGB Variations
Color information
#83856F (or 0x83856F) is known color: Bitter. HEX triplet: 83, 85 and 6F. RGB value is (131,133,111). Sum of RGB (Red+Green+Blue) = 131+133+111=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 133 - color contains mainly: green. Hex color #83856F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83856F is #7C7A90. Grayscale: #818181. Windows color (decimal): -8157841 or 7308675. OLE color: 7308675.
HSL color Cylindrical-coordinate representation of color #83856F: hue angle of 65.45º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #83856F is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 133 | 111 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.48 |
| HSL | 65.45º | 0.09% | 0.48% | - |
| HSV(B) | 65.45º | 0.17% | 0.52% | - |
| XYZ | 20.62 | 22.75 | 18.34 | - |
| YUV | 129.89 | 117.34 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 133 | 111 | 0.02 | 0 | 0.17 | 0.48 | 65.45 | 0.09 | 0.48 |
| Hex | 83 | 85 | 6F | 2 | 0 | 11 | 30 | 41 | 9 | 30 |
| Octal | 203 | 205 | 157 | 2 | 0 | 21 | 60 | 101 | 11 | 60 |
| Binary | 10000011 | 10000101 | 1101111 | 10 | 0 | 10001 | 110000 | 1000001 | 1001 | 110000 |
Color Harmonies of #83856F
Complementary color
Monochromatic Colors of #83856F
Black with #83856F
Text Example
Text Example
White with #83856F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83856F; }
p { color: rgb(131,133,111); }
H1.HeaderClassName
{
color: #83856F;
}
.AnyTagClassName
{
color: #83856F;
}
</style>
background-color css
<style>
a { background-color: #83856F; }
a { background-color: rgb(131,133,111); }
div.DivClassName
{
background-color: #83856F;
}
.BgClassName
{
background-color: #83856F;
}
</style>
border-color css
<style>
span { border-color: #83856F; }
span { border-color: rgb(131,133,111); }
td.TdClassName
{
border-color: #83856F;
}
.TagClassName
{
border-color: #83856F;
}
</style>