Shades of Bitter #828B5C
Tints of Bitter #828B5C
RGB
CMYK
RGB Variations
Color information
#828B5C (or 0x828B5C) is known color: Bitter. HEX triplet: 82, 8B and 5C. RGB value is (130,139,92). Sum of RGB (Red+Green+Blue) = 130+139+92=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 139 - color contains mainly: green. Hex color #828B5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828B5C is #7D74A3. Grayscale: #838383. Windows color (decimal): -8221860 or 6065026. OLE color: 6065026.
HSL color Cylindrical-coordinate representation of color #828B5C: hue angle of 71.49º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #828B5C is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 139 | 92 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.45 |
| HSL | 71.49º | 0.2% | 0.45% | - |
| HSV(B) | 71.49º | 0.34% | 0.55% | - |
| XYZ | 20.37 | 23.98 | 13.68 | - |
| YUV | 130.95 | 106.02 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 139 | 92 | 0.06 | 0 | 0.34 | 0.45 | 71.49 | 0.2 | 0.45 |
| Hex | 82 | 8B | 5C | 6 | 0 | 22 | 2D | 47 | 14 | 2D |
| Octal | 202 | 213 | 134 | 6 | 0 | 42 | 55 | 107 | 24 | 55 |
| Binary | 10000010 | 10001011 | 1011100 | 110 | 0 | 100010 | 101101 | 1000111 | 10100 | 101101 |
Color Harmonies of #828B5C
Complementary color
Monochromatic Colors of #828B5C
Black with #828B5C
Text Example
Text Example
White with #828B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828B5C; }
p { color: rgb(130,139,92); }
H1.HeaderClassName
{
color: #828B5C;
}
.AnyTagClassName
{
color: #828B5C;
}
</style>
background-color css
<style>
a { background-color: #828B5C; }
a { background-color: rgb(130,139,92); }
div.DivClassName
{
background-color: #828B5C;
}
.BgClassName
{
background-color: #828B5C;
}
</style>
border-color css
<style>
span { border-color: #828B5C; }
span { border-color: rgb(130,139,92); }
td.TdClassName
{
border-color: #828B5C;
}
.TagClassName
{
border-color: #828B5C;
}
</style>