Shades of Bitter #828A5C
Tints of Bitter #828A5C
RGB
CMYK
RGB Variations
Color information
#828A5C (or 0x828A5C) is known color: Bitter. HEX triplet: 82, 8A and 5C. RGB value is (130,138,92). Sum of RGB (Red+Green+Blue) = 130+138+92=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 138 - color contains mainly: green. Hex color #828A5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828A5C is #7D75A3. Grayscale: #828282. Windows color (decimal): -8222116 or 6064770. OLE color: 6064770.
HSL color Cylindrical-coordinate representation of color #828A5C: hue angle of 70.43º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #828A5C is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 138 | 92 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.46 |
| HSL | 70.43º | 0.2% | 0.45% | - |
| HSV(B) | 70.43º | 0.33% | 0.54% | - |
| XYZ | 20.23 | 23.7 | 13.63 | - |
| YUV | 130.36 | 106.35 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 138 | 92 | 0.06 | 0 | 0.33 | 0.46 | 70.43 | 0.2 | 0.45 |
| Hex | 82 | 8A | 5C | 6 | 0 | 21 | 2E | 46 | 14 | 2D |
| Octal | 202 | 212 | 134 | 6 | 0 | 41 | 56 | 106 | 24 | 55 |
| Binary | 10000010 | 10001010 | 1011100 | 110 | 0 | 100001 | 101110 | 1000110 | 10100 | 101101 |
Color Harmonies of #828A5C
Complementary color
Monochromatic Colors of #828A5C
Black with #828A5C
Text Example
Text Example
White with #828A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828A5C; }
p { color: rgb(130,138,92); }
H1.HeaderClassName
{
color: #828A5C;
}
.AnyTagClassName
{
color: #828A5C;
}
</style>
background-color css
<style>
a { background-color: #828A5C; }
a { background-color: rgb(130,138,92); }
div.DivClassName
{
background-color: #828A5C;
}
.BgClassName
{
background-color: #828A5C;
}
</style>
border-color css
<style>
span { border-color: #828A5C; }
span { border-color: rgb(130,138,92); }
td.TdClassName
{
border-color: #828A5C;
}
.TagClassName
{
border-color: #828A5C;
}
</style>