Shades of Bitter #82875B
Tints of Bitter #82875B
RGB
CMYK
RGB Variations
Color information
#82875B (or 0x82875B) is known color: Bitter. HEX triplet: 82, 87 and 5B. RGB value is (130,135,91). Sum of RGB (Red+Green+Blue) = 130+135+91=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 135 - color contains mainly: green. Hex color #82875B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82875B is #7D78A4. Grayscale: #808080. Windows color (decimal): -8222885 or 5998466. OLE color: 5998466.
HSL color Cylindrical-coordinate representation of color #82875B: hue angle of 66.82º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #82875B is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 135 | 91 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.47 |
| HSL | 66.82º | 0.19% | 0.44% | - |
| HSV(B) | 66.82º | 0.33% | 0.53% | - |
| XYZ | 19.76 | 22.83 | 13.26 | - |
| YUV | 128.49 | 106.84 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 135 | 91 | 0.04 | 0 | 0.33 | 0.47 | 66.82 | 0.19 | 0.44 |
| Hex | 82 | 87 | 5B | 4 | 0 | 21 | 2F | 43 | 13 | 2C |
| Octal | 202 | 207 | 133 | 4 | 0 | 41 | 57 | 103 | 23 | 54 |
| Binary | 10000010 | 10000111 | 1011011 | 100 | 0 | 100001 | 101111 | 1000011 | 10011 | 101100 |
Color Harmonies of #82875B
Complementary color
Monochromatic Colors of #82875B
Black with #82875B
Text Example
Text Example
White with #82875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82875B; }
p { color: rgb(130,135,91); }
H1.HeaderClassName
{
color: #82875B;
}
.AnyTagClassName
{
color: #82875B;
}
</style>
background-color css
<style>
a { background-color: #82875B; }
a { background-color: rgb(130,135,91); }
div.DivClassName
{
background-color: #82875B;
}
.BgClassName
{
background-color: #82875B;
}
</style>
border-color css
<style>
span { border-color: #82875B; }
span { border-color: rgb(130,135,91); }
td.TdClassName
{
border-color: #82875B;
}
.TagClassName
{
border-color: #82875B;
}
</style>