Shades of Bitter #83846A
Tints of Bitter #83846A
RGB
CMYK
RGB Variations
Color information
#83846A (or 0x83846A) is known color: Bitter. HEX triplet: 83, 84 and 6A. RGB value is (131,132,106). Sum of RGB (Red+Green+Blue) = 131+132+106=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 132 - color contains mainly: green. Hex color #83846A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83846A is #7C7B95. Grayscale: #808080. Windows color (decimal): -8158102 or 6980739. OLE color: 6980739.
HSL color Cylindrical-coordinate representation of color #83846A: hue angle of 62.31º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #83846A is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 132 | 106 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.48 |
| HSL | 62.31º | 0.11% | 0.47% | - |
| HSV(B) | 62.31º | 0.2% | 0.52% | - |
| XYZ | 20.21 | 22.37 | 16.89 | - |
| YUV | 128.74 | 115.17 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 132 | 106 | 0.01 | 0 | 0.20 | 0.48 | 62.31 | 0.11 | 0.47 |
| Hex | 83 | 84 | 6A | 1 | 0 | 14 | 30 | 3E | B | 2F |
| Octal | 203 | 204 | 152 | 1 | 0 | 24 | 60 | 76 | 13 | 57 |
| Binary | 10000011 | 10000100 | 1101010 | 1 | 0 | 10100 | 110000 | 111110 | 1011 | 101111 |
Color Harmonies of #83846A
Complementary color
Monochromatic Colors of #83846A
Black with #83846A
Text Example
Text Example
White with #83846A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83846A; }
p { color: rgb(131,132,106); }
H1.HeaderClassName
{
color: #83846A;
}
.AnyTagClassName
{
color: #83846A;
}
</style>
background-color css
<style>
a { background-color: #83846A; }
a { background-color: rgb(131,132,106); }
div.DivClassName
{
background-color: #83846A;
}
.BgClassName
{
background-color: #83846A;
}
</style>
border-color css
<style>
span { border-color: #83846A; }
span { border-color: rgb(131,132,106); }
td.TdClassName
{
border-color: #83846A;
}
.TagClassName
{
border-color: #83846A;
}
</style>