Shades of Bitter #83875A
Tints of Bitter #83875A
RGB
CMYK
RGB Variations
Color information
#83875A (or 0x83875A) is known color: Bitter. HEX triplet: 83, 87 and 5A. RGB value is (131,135,90). Sum of RGB (Red+Green+Blue) = 131+135+90=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 135 - color contains mainly: green. Hex color #83875A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83875A is #7C78A5. Grayscale: #808080. Windows color (decimal): -8157350 or 5932931. OLE color: 5932931.
HSL color Cylindrical-coordinate representation of color #83875A: hue angle of 65.33º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #83875A is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 135 | 90 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.47 |
| HSL | 65.33º | 0.2% | 0.44% | - |
| HSV(B) | 65.33º | 0.33% | 0.53% | - |
| XYZ | 19.87 | 22.89 | 13.04 | - |
| YUV | 128.67 | 106.17 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 135 | 90 | 0.03 | 0 | 0.33 | 0.47 | 65.33 | 0.2 | 0.44 |
| Hex | 83 | 87 | 5A | 3 | 0 | 21 | 2F | 41 | 14 | 2C |
| Octal | 203 | 207 | 132 | 3 | 0 | 41 | 57 | 101 | 24 | 54 |
| Binary | 10000011 | 10000111 | 1011010 | 11 | 0 | 100001 | 101111 | 1000001 | 10100 | 101100 |
Color Harmonies of #83875A
Complementary color
Monochromatic Colors of #83875A
Black with #83875A
Text Example
Text Example
White with #83875A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83875A; }
p { color: rgb(131,135,90); }
H1.HeaderClassName
{
color: #83875A;
}
.AnyTagClassName
{
color: #83875A;
}
</style>
background-color css
<style>
a { background-color: #83875A; }
a { background-color: rgb(131,135,90); }
div.DivClassName
{
background-color: #83875A;
}
.BgClassName
{
background-color: #83875A;
}
</style>
border-color css
<style>
span { border-color: #83875A; }
span { border-color: rgb(131,135,90); }
td.TdClassName
{
border-color: #83875A;
}
.TagClassName
{
border-color: #83875A;
}
</style>