Shades of Bitter #828B5B
Tints of Bitter #828B5B
RGB
CMYK
RGB Variations
Color information
#828B5B (or 0x828B5B) is known color: Bitter. HEX triplet: 82, 8B and 5B. RGB value is (130,139,91). Sum of RGB (Red+Green+Blue) = 130+139+91=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 139 (54.69% from 255 or 38.61% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 139 - color contains mainly: green. Hex color #828B5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828B5B is #7D74A4. Grayscale: #838383. Windows color (decimal): -8221861 or 5999490. OLE color: 5999490.
HSL color Cylindrical-coordinate representation of color #828B5B: hue angle of 71.25º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #828B5B is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 139 | 91 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.45 |
| HSL | 71.25º | 0.21% | 0.45% | - |
| HSV(B) | 71.25º | 0.35% | 0.55% | - |
| XYZ | 20.33 | 23.97 | 13.45 | - |
| YUV | 130.84 | 105.52 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 139 | 91 | 0.06 | 0 | 0.35 | 0.45 | 71.25 | 0.21 | 0.45 |
| Hex | 82 | 8B | 5B | 6 | 0 | 23 | 2D | 47 | 15 | 2D |
| Octal | 202 | 213 | 133 | 6 | 0 | 43 | 55 | 107 | 25 | 55 |
| Binary | 10000010 | 10001011 | 1011011 | 110 | 0 | 100011 | 101101 | 1000111 | 10101 | 101101 |
Color Harmonies of #828B5B
Complementary color
Monochromatic Colors of #828B5B
Black with #828B5B
Text Example
Text Example
White with #828B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828B5B; }
p { color: rgb(130,139,91); }
H1.HeaderClassName
{
color: #828B5B;
}
.AnyTagClassName
{
color: #828B5B;
}
</style>
background-color css
<style>
a { background-color: #828B5B; }
a { background-color: rgb(130,139,91); }
div.DivClassName
{
background-color: #828B5B;
}
.BgClassName
{
background-color: #828B5B;
}
</style>
border-color css
<style>
span { border-color: #828B5B; }
span { border-color: rgb(130,139,91); }
td.TdClassName
{
border-color: #828B5B;
}
.TagClassName
{
border-color: #828B5B;
}
</style>