Shades of Bitter #838859
Tints of Bitter #838859
RGB
CMYK
RGB Variations
Color information
#838859 (or 0x838859) is known color: Bitter. HEX triplet: 83, 88 and 59. RGB value is (131,136,89). Sum of RGB (Red+Green+Blue) = 131+136+89=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 136 - color contains mainly: green. Hex color #838859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838859 is #7C77A6. Grayscale: #818181. Windows color (decimal): -8157095 or 5867651. OLE color: 5867651.
HSL color Cylindrical-coordinate representation of color #838859: hue angle of 66.38º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #838859 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 136 | 89 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.47 |
| HSL | 66.38º | 0.21% | 0.44% | - |
| HSV(B) | 66.38º | 0.35% | 0.53% | - |
| XYZ | 19.97 | 23.15 | 12.87 | - |
| YUV | 129.15 | 105.34 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 136 | 89 | 0.04 | 0 | 0.35 | 0.47 | 66.38 | 0.21 | 0.44 |
| Hex | 83 | 88 | 59 | 4 | 0 | 23 | 2F | 42 | 15 | 2C |
| Octal | 203 | 210 | 131 | 4 | 0 | 43 | 57 | 102 | 25 | 54 |
| Binary | 10000011 | 10001000 | 1011001 | 100 | 0 | 100011 | 101111 | 1000010 | 10101 | 101100 |
Color Harmonies of #838859
Complementary color
Monochromatic Colors of #838859
Black with #838859
Text Example
Text Example
White with #838859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838859; }
p { color: rgb(131,136,89); }
H1.HeaderClassName
{
color: #838859;
}
.AnyTagClassName
{
color: #838859;
}
</style>
background-color css
<style>
a { background-color: #838859; }
a { background-color: rgb(131,136,89); }
div.DivClassName
{
background-color: #838859;
}
.BgClassName
{
background-color: #838859;
}
</style>
border-color css
<style>
span { border-color: #838859; }
span { border-color: rgb(131,136,89); }
td.TdClassName
{
border-color: #838859;
}
.TagClassName
{
border-color: #838859;
}
</style>