Shades of Bitter #838B5A
Tints of Bitter #838B5A
RGB
CMYK
RGB Variations
Color information
#838B5A (or 0x838B5A) is known color: Bitter. HEX triplet: 83, 8B and 5A. RGB value is (131,139,90). Sum of RGB (Red+Green+Blue) = 131+139+90=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 139 (54.69% from 255 or 38.61% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 139 - color contains mainly: green. Hex color #838B5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838B5A is #7C74A5. Grayscale: #838383. Windows color (decimal): -8156326 or 5933955. OLE color: 5933955.
HSL color Cylindrical-coordinate representation of color #838B5A: hue angle of 69.8º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #838B5A is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 139 | 90 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.45 |
| HSL | 69.8º | 0.21% | 0.45% | - |
| HSV(B) | 69.8º | 0.35% | 0.55% | - |
| XYZ | 20.44 | 24.03 | 13.23 | - |
| YUV | 131.02 | 104.85 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 139 | 90 | 0.06 | 0 | 0.35 | 0.45 | 69.8 | 0.21 | 0.45 |
| Hex | 83 | 8B | 5A | 6 | 0 | 23 | 2D | 46 | 15 | 2D |
| Octal | 203 | 213 | 132 | 6 | 0 | 43 | 55 | 106 | 25 | 55 |
| Binary | 10000011 | 10001011 | 1011010 | 110 | 0 | 100011 | 101101 | 1000110 | 10101 | 101101 |
Color Harmonies of #838B5A
Complementary color
Monochromatic Colors of #838B5A
Black with #838B5A
Text Example
Text Example
White with #838B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838B5A; }
p { color: rgb(131,139,90); }
H1.HeaderClassName
{
color: #838B5A;
}
.AnyTagClassName
{
color: #838B5A;
}
</style>
background-color css
<style>
a { background-color: #838B5A; }
a { background-color: rgb(131,139,90); }
div.DivClassName
{
background-color: #838B5A;
}
.BgClassName
{
background-color: #838B5A;
}
</style>
border-color css
<style>
span { border-color: #838B5A; }
span { border-color: rgb(131,139,90); }
td.TdClassName
{
border-color: #838B5A;
}
.TagClassName
{
border-color: #838B5A;
}
</style>