Shades of Bitter #83846B
Tints of Bitter #83846B
RGB
CMYK
RGB Variations
Color information
#83846B (or 0x83846B) is known color: Bitter. HEX triplet: 83, 84 and 6B. RGB value is (131,132,107). Sum of RGB (Red+Green+Blue) = 131+132+107=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 132 - color contains mainly: green. Hex color #83846B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83846B is #7C7B94. Grayscale: #808080. Windows color (decimal): -8158101 or 7046275. OLE color: 7046275.
HSL color Cylindrical-coordinate representation of color #83846B: hue angle of 62.4º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #83846B is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 132 | 107 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.48 |
| HSL | 62.4º | 0.1% | 0.47% | - |
| HSV(B) | 62.4º | 0.19% | 0.52% | - |
| XYZ | 20.27 | 22.39 | 17.16 | - |
| YUV | 128.85 | 115.67 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 132 | 107 | 0.01 | 0 | 0.19 | 0.48 | 62.4 | 0.1 | 0.47 |
| Hex | 83 | 84 | 6B | 1 | 0 | 13 | 30 | 3E | A | 2F |
| Octal | 203 | 204 | 153 | 1 | 0 | 23 | 60 | 76 | 12 | 57 |
| Binary | 10000011 | 10000100 | 1101011 | 1 | 0 | 10011 | 110000 | 111110 | 1010 | 101111 |
Color Harmonies of #83846B
Complementary color
Monochromatic Colors of #83846B
Black with #83846B
Text Example
Text Example
White with #83846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83846B; }
p { color: rgb(131,132,107); }
H1.HeaderClassName
{
color: #83846B;
}
.AnyTagClassName
{
color: #83846B;
}
</style>
background-color css
<style>
a { background-color: #83846B; }
a { background-color: rgb(131,132,107); }
div.DivClassName
{
background-color: #83846B;
}
.BgClassName
{
background-color: #83846B;
}
</style>
border-color css
<style>
span { border-color: #83846B; }
span { border-color: rgb(131,132,107); }
td.TdClassName
{
border-color: #83846B;
}
.TagClassName
{
border-color: #83846B;
}
</style>