Shades of Bitter #83885A
Tints of Bitter #83885A
RGB
CMYK
RGB Variations
Color information
#83885A (or 0x83885A) is known color: Bitter. HEX triplet: 83, 88 and 5A. RGB value is (131,136,90). Sum of RGB (Red+Green+Blue) = 131+136+90=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 136 - color contains mainly: green. Hex color #83885A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83885A is #7C77A5. Grayscale: #818181. Windows color (decimal): -8157094 or 5933187. OLE color: 5933187.
HSL color Cylindrical-coordinate representation of color #83885A: hue angle of 66.52º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #83885A is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 136 | 90 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.47 |
| HSL | 66.52º | 0.2% | 0.44% | - |
| HSV(B) | 66.52º | 0.34% | 0.53% | - |
| XYZ | 20.01 | 23.17 | 13.09 | - |
| YUV | 129.26 | 105.84 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 136 | 90 | 0.04 | 0 | 0.34 | 0.47 | 66.52 | 0.2 | 0.44 |
| Hex | 83 | 88 | 5A | 4 | 0 | 22 | 2F | 43 | 14 | 2C |
| Octal | 203 | 210 | 132 | 4 | 0 | 42 | 57 | 103 | 24 | 54 |
| Binary | 10000011 | 10001000 | 1011010 | 100 | 0 | 100010 | 101111 | 1000011 | 10100 | 101100 |
Color Harmonies of #83885A
Complementary color
Monochromatic Colors of #83885A
Black with #83885A
Text Example
Text Example
White with #83885A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83885A; }
p { color: rgb(131,136,90); }
H1.HeaderClassName
{
color: #83885A;
}
.AnyTagClassName
{
color: #83885A;
}
</style>
background-color css
<style>
a { background-color: #83885A; }
a { background-color: rgb(131,136,90); }
div.DivClassName
{
background-color: #83885A;
}
.BgClassName
{
background-color: #83885A;
}
</style>
border-color css
<style>
span { border-color: #83885A; }
span { border-color: rgb(131,136,90); }
td.TdClassName
{
border-color: #83885A;
}
.TagClassName
{
border-color: #83885A;
}
</style>