Shades of Bitter #828B63
Tints of Bitter #828B63
RGB
CMYK
RGB Variations
Color information
#828B63 (or 0x828B63) is known color: Bitter. HEX triplet: 82, 8B and 63. RGB value is (130,139,99). Sum of RGB (Red+Green+Blue) = 130+139+99=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 139 (54.69% from 255 or 37.77% from 368); Blue value is 99 (39.06% from 255 or 26.90% from 368); Max value from RGB is 139 - color contains mainly: green. Hex color #828B63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828B63 is #7D749C. Grayscale: #838383. Windows color (decimal): -8221853 or 6523778. OLE color: 6523778.
HSL color Cylindrical-coordinate representation of color #828B63: hue angle of 73.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #828B63 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 139 | 99 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.45 |
| HSL | 73.5º | 0.17% | 0.47% | - |
| HSV(B) | 73.5º | 0.29% | 0.55% | - |
| XYZ | 20.69 | 24.11 | 15.37 | - |
| YUV | 131.75 | 109.52 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 139 | 99 | 0.06 | 0 | 0.29 | 0.45 | 73.5 | 0.17 | 0.47 |
| Hex | 82 | 8B | 63 | 6 | 0 | 1D | 2D | 4A | 11 | 2F |
| Octal | 202 | 213 | 143 | 6 | 0 | 35 | 55 | 112 | 21 | 57 |
| Binary | 10000010 | 10001011 | 1100011 | 110 | 0 | 11101 | 101101 | 1001010 | 10001 | 101111 |
Color Harmonies of #828B63
Complementary color
Monochromatic Colors of #828B63
Black with #828B63
Text Example
Text Example
White with #828B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828B63; }
p { color: rgb(130,139,99); }
H1.HeaderClassName
{
color: #828B63;
}
.AnyTagClassName
{
color: #828B63;
}
</style>
background-color css
<style>
a { background-color: #828B63; }
a { background-color: rgb(130,139,99); }
div.DivClassName
{
background-color: #828B63;
}
.BgClassName
{
background-color: #828B63;
}
</style>
border-color css
<style>
span { border-color: #828B63; }
span { border-color: rgb(130,139,99); }
td.TdClassName
{
border-color: #828B63;
}
.TagClassName
{
border-color: #828B63;
}
</style>