Shades of Bitter #838F5C
Tints of Bitter #838F5C
RGB
CMYK
RGB Variations
Color information
#838F5C (or 0x838F5C) is known color: Bitter. HEX triplet: 83, 8F and 5C. RGB value is (131,143,92). Sum of RGB (Red+Green+Blue) = 131+143+92=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 143 (56.25% from 255 or 39.07% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 143 - color contains mainly: green. Hex color #838F5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838F5C is #7C70A3. Grayscale: #858585. Windows color (decimal): -8155300 or 6066051. OLE color: 6066051.
HSL color Cylindrical-coordinate representation of color #838F5C: hue angle of 74.12º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #838F5C is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 143 | 92 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.44 |
| HSL | 74.12º | 0.22% | 0.46% | - |
| HSV(B) | 74.12º | 0.36% | 0.56% | - |
| XYZ | 21.11 | 25.24 | 13.88 | - |
| YUV | 133.6 | 104.52 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 143 | 92 | 0.08 | 0 | 0.36 | 0.44 | 74.12 | 0.22 | 0.46 |
| Hex | 83 | 8F | 5C | 8 | 0 | 24 | 2C | 4A | 16 | 2E |
| Octal | 203 | 217 | 134 | 10 | 0 | 44 | 54 | 112 | 26 | 56 |
| Binary | 10000011 | 10001111 | 1011100 | 1000 | 0 | 100100 | 101100 | 1001010 | 10110 | 101110 |
Color Harmonies of #838F5C
Complementary color
Monochromatic Colors of #838F5C
Black with #838F5C
Text Example
Text Example
White with #838F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838F5C; }
p { color: rgb(131,143,92); }
H1.HeaderClassName
{
color: #838F5C;
}
.AnyTagClassName
{
color: #838F5C;
}
</style>
background-color css
<style>
a { background-color: #838F5C; }
a { background-color: rgb(131,143,92); }
div.DivClassName
{
background-color: #838F5C;
}
.BgClassName
{
background-color: #838F5C;
}
</style>
border-color css
<style>
span { border-color: #838F5C; }
span { border-color: rgb(131,143,92); }
td.TdClassName
{
border-color: #838F5C;
}
.TagClassName
{
border-color: #838F5C;
}
</style>