Shades of Bitter #838A5F
Tints of Bitter #838A5F
RGB
CMYK
RGB Variations
Color information
#838A5F (or 0x838A5F) is known color: Bitter. HEX triplet: 83, 8A and 5F. RGB value is (131,138,95). Sum of RGB (Red+Green+Blue) = 131+138+95=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 138 - color contains mainly: green. Hex color #838A5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838A5F is #7C75A0. Grayscale: #838383. Windows color (decimal): -8156577 or 6261379. OLE color: 6261379.
HSL color Cylindrical-coordinate representation of color #838A5F: hue angle of 69.77º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #838A5F is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 138 | 95 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.46 |
| HSL | 69.77º | 0.18% | 0.46% | - |
| HSV(B) | 69.77º | 0.31% | 0.54% | - |
| XYZ | 20.51 | 23.83 | 14.34 | - |
| YUV | 131.01 | 107.68 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 138 | 95 | 0.05 | 0 | 0.31 | 0.46 | 69.77 | 0.18 | 0.46 |
| Hex | 83 | 8A | 5F | 5 | 0 | 1F | 2E | 46 | 12 | 2E |
| Octal | 203 | 212 | 137 | 5 | 0 | 37 | 56 | 106 | 22 | 56 |
| Binary | 10000011 | 10001010 | 1011111 | 101 | 0 | 11111 | 101110 | 1000110 | 10010 | 101110 |
Color Harmonies of #838A5F
Complementary color
Monochromatic Colors of #838A5F
Black with #838A5F
Text Example
Text Example
White with #838A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838A5F; }
p { color: rgb(131,138,95); }
H1.HeaderClassName
{
color: #838A5F;
}
.AnyTagClassName
{
color: #838A5F;
}
</style>
background-color css
<style>
a { background-color: #838A5F; }
a { background-color: rgb(131,138,95); }
div.DivClassName
{
background-color: #838A5F;
}
.BgClassName
{
background-color: #838A5F;
}
</style>
border-color css
<style>
span { border-color: #838A5F; }
span { border-color: rgb(131,138,95); }
td.TdClassName
{
border-color: #838A5F;
}
.TagClassName
{
border-color: #838A5F;
}
</style>