Shades of Bitter #84875D
Tints of Bitter #84875D
RGB
CMYK
RGB Variations
Color information
#84875D (or 0x84875D) is known color: Bitter. HEX triplet: 84, 87 and 5D. RGB value is (132,135,93). Sum of RGB (Red+Green+Blue) = 132+135+93=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 135 - color contains mainly: green. Hex color #84875D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84875D is #7B78A2. Grayscale: #818181. Windows color (decimal): -8091811 or 6129540. OLE color: 6129540.
HSL color Cylindrical-coordinate representation of color #84875D: hue angle of 64.29º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84875D is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 135 | 93 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.47 |
| HSL | 64.29º | 0.18% | 0.45% | - |
| HSV(B) | 64.29º | 0.31% | 0.53% | - |
| XYZ | 20.16 | 23.02 | 13.74 | - |
| YUV | 129.32 | 107.51 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 135 | 93 | 0.02 | 0 | 0.31 | 0.47 | 64.29 | 0.18 | 0.45 |
| Hex | 84 | 87 | 5D | 2 | 0 | 1F | 2F | 40 | 12 | 2D |
| Octal | 204 | 207 | 135 | 2 | 0 | 37 | 57 | 100 | 22 | 55 |
| Binary | 10000100 | 10000111 | 1011101 | 10 | 0 | 11111 | 101111 | 1000000 | 10010 | 101101 |
Color Harmonies of #84875D
Complementary color
Monochromatic Colors of #84875D
Black with #84875D
Text Example
Text Example
White with #84875D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84875D; }
p { color: rgb(132,135,93); }
H1.HeaderClassName
{
color: #84875D;
}
.AnyTagClassName
{
color: #84875D;
}
</style>
background-color css
<style>
a { background-color: #84875D; }
a { background-color: rgb(132,135,93); }
div.DivClassName
{
background-color: #84875D;
}
.BgClassName
{
background-color: #84875D;
}
</style>
border-color css
<style>
span { border-color: #84875D; }
span { border-color: rgb(132,135,93); }
td.TdClassName
{
border-color: #84875D;
}
.TagClassName
{
border-color: #84875D;
}
</style>