Shades of Bitter #838870
Tints of Bitter #838870
RGB
CMYK
RGB Variations
Color information
#838870 (or 0x838870) is known color: Bitter. HEX triplet: 83, 88 and 70. RGB value is (131,136,112). Sum of RGB (Red+Green+Blue) = 131+136+112=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 136 - color contains mainly: green. Hex color #838870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838870 is #7C778F. Grayscale: #838383. Windows color (decimal): -8157072 or 7374979. OLE color: 7374979.
HSL color Cylindrical-coordinate representation of color #838870: hue angle of 72.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #838870 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 136 | 112 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.47 |
| HSL | 72.5º | 0.1% | 0.49% | - |
| HSV(B) | 72.5º | 0.18% | 0.53% | - |
| XYZ | 21.09 | 23.6 | 18.77 | - |
| YUV | 131.77 | 116.84 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 136 | 112 | 0.04 | 0 | 0.18 | 0.47 | 72.5 | 0.1 | 0.49 |
| Hex | 83 | 88 | 70 | 4 | 0 | 12 | 2F | 48 | A | 31 |
| Octal | 203 | 210 | 160 | 4 | 0 | 22 | 57 | 110 | 12 | 61 |
| Binary | 10000011 | 10001000 | 1110000 | 100 | 0 | 10010 | 101111 | 1001000 | 1010 | 110001 |
Color Harmonies of #838870
Complementary color
Monochromatic Colors of #838870
Black with #838870
Text Example
Text Example
White with #838870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838870; }
p { color: rgb(131,136,112); }
H1.HeaderClassName
{
color: #838870;
}
.AnyTagClassName
{
color: #838870;
}
</style>
background-color css
<style>
a { background-color: #838870; }
a { background-color: rgb(131,136,112); }
div.DivClassName
{
background-color: #838870;
}
.BgClassName
{
background-color: #838870;
}
</style>
border-color css
<style>
span { border-color: #838870; }
span { border-color: rgb(131,136,112); }
td.TdClassName
{
border-color: #838870;
}
.TagClassName
{
border-color: #838870;
}
</style>