Shades of Bitter #828D5C
Tints of Bitter #828D5C
RGB
CMYK
RGB Variations
Color information
#828D5C (or 0x828D5C) is known color: Bitter. HEX triplet: 82, 8D and 5C. RGB value is (130,141,92). Sum of RGB (Red+Green+Blue) = 130+141+92=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 141 - color contains mainly: green. Hex color #828D5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828D5C is #7D72A3. Grayscale: #848484. Windows color (decimal): -8221348 or 6065538. OLE color: 6065538.
HSL color Cylindrical-coordinate representation of color #828D5C: hue angle of 73.47º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #828D5C is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 141 | 92 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.45 |
| HSL | 73.47º | 0.21% | 0.46% | - |
| HSV(B) | 73.47º | 0.35% | 0.55% | - |
| XYZ | 20.66 | 24.57 | 13.78 | - |
| YUV | 132.13 | 105.36 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 141 | 92 | 0.08 | 0 | 0.35 | 0.45 | 73.47 | 0.21 | 0.46 |
| Hex | 82 | 8D | 5C | 8 | 0 | 23 | 2D | 49 | 15 | 2E |
| Octal | 202 | 215 | 134 | 10 | 0 | 43 | 55 | 111 | 25 | 56 |
| Binary | 10000010 | 10001101 | 1011100 | 1000 | 0 | 100011 | 101101 | 1001001 | 10101 | 101110 |
Color Harmonies of #828D5C
Complementary color
Monochromatic Colors of #828D5C
Black with #828D5C
Text Example
Text Example
White with #828D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828D5C; }
p { color: rgb(130,141,92); }
H1.HeaderClassName
{
color: #828D5C;
}
.AnyTagClassName
{
color: #828D5C;
}
</style>
background-color css
<style>
a { background-color: #828D5C; }
a { background-color: rgb(130,141,92); }
div.DivClassName
{
background-color: #828D5C;
}
.BgClassName
{
background-color: #828D5C;
}
</style>
border-color css
<style>
span { border-color: #828D5C; }
span { border-color: rgb(130,141,92); }
td.TdClassName
{
border-color: #828D5C;
}
.TagClassName
{
border-color: #828D5C;
}
</style>