Shades of Bitter #838A5E
Tints of Bitter #838A5E
RGB
CMYK
RGB Variations
Color information
#838A5E (or 0x838A5E) is known color: Bitter. HEX triplet: 83, 8A and 5E. RGB value is (131,138,94). Sum of RGB (Red+Green+Blue) = 131+138+94=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 138 - color contains mainly: green. Hex color #838A5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838A5E is #7C75A1. Grayscale: #838383. Windows color (decimal): -8156578 or 6195843. OLE color: 6195843.
HSL color Cylindrical-coordinate representation of color #838A5E: hue angle of 69.55º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #838A5E is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 138 | 94 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.46 |
| HSL | 69.55º | 0.19% | 0.45% | - |
| HSV(B) | 69.55º | 0.32% | 0.54% | - |
| XYZ | 20.47 | 23.81 | 14.11 | - |
| YUV | 130.89 | 107.18 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 138 | 94 | 0.05 | 0 | 0.32 | 0.46 | 69.55 | 0.19 | 0.45 |
| Hex | 83 | 8A | 5E | 5 | 0 | 20 | 2E | 46 | 13 | 2D |
| Octal | 203 | 212 | 136 | 5 | 0 | 40 | 56 | 106 | 23 | 55 |
| Binary | 10000011 | 10001010 | 1011110 | 101 | 0 | 100000 | 101110 | 1000110 | 10011 | 101101 |
Color Harmonies of #838A5E
Complementary color
Monochromatic Colors of #838A5E
Black with #838A5E
Text Example
Text Example
White with #838A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838A5E; }
p { color: rgb(131,138,94); }
H1.HeaderClassName
{
color: #838A5E;
}
.AnyTagClassName
{
color: #838A5E;
}
</style>
background-color css
<style>
a { background-color: #838A5E; }
a { background-color: rgb(131,138,94); }
div.DivClassName
{
background-color: #838A5E;
}
.BgClassName
{
background-color: #838A5E;
}
</style>
border-color css
<style>
span { border-color: #838A5E; }
span { border-color: rgb(131,138,94); }
td.TdClassName
{
border-color: #838A5E;
}
.TagClassName
{
border-color: #838A5E;
}
</style>