Shades of Bitter #838A63
Tints of Bitter #838A63
RGB
CMYK
RGB Variations
Color information
#838A63 (or 0x838A63) is known color: Bitter. HEX triplet: 83, 8A and 63. RGB value is (131,138,99). Sum of RGB (Red+Green+Blue) = 131+138+99=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 99 (39.06% from 255 or 26.90% from 368); Max value from RGB is 138 - color contains mainly: green. Hex color #838A63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838A63 is #7C759C. Grayscale: #838383. Windows color (decimal): -8156573 or 6523523. OLE color: 6523523.
HSL color Cylindrical-coordinate representation of color #838A63: hue angle of 70.77º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #838A63 is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 138 | 99 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.46 |
| HSL | 70.77º | 0.16% | 0.46% | - |
| HSV(B) | 70.77º | 0.28% | 0.54% | - |
| XYZ | 20.7 | 23.9 | 15.33 | - |
| YUV | 131.46 | 109.68 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 138 | 99 | 0.05 | 0 | 0.28 | 0.46 | 70.77 | 0.16 | 0.46 |
| Hex | 83 | 8A | 63 | 5 | 0 | 1C | 2E | 47 | 10 | 2E |
| Octal | 203 | 212 | 143 | 5 | 0 | 34 | 56 | 107 | 20 | 56 |
| Binary | 10000011 | 10001010 | 1100011 | 101 | 0 | 11100 | 101110 | 1000111 | 10000 | 101110 |
Color Harmonies of #838A63
Complementary color
Monochromatic Colors of #838A63
Black with #838A63
Text Example
Text Example
White with #838A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838A63; }
p { color: rgb(131,138,99); }
H1.HeaderClassName
{
color: #838A63;
}
.AnyTagClassName
{
color: #838A63;
}
</style>
background-color css
<style>
a { background-color: #838A63; }
a { background-color: rgb(131,138,99); }
div.DivClassName
{
background-color: #838A63;
}
.BgClassName
{
background-color: #838A63;
}
</style>
border-color css
<style>
span { border-color: #838A63; }
span { border-color: rgb(131,138,99); }
td.TdClassName
{
border-color: #838A63;
}
.TagClassName
{
border-color: #838A63;
}
</style>