Shades of Olive Haze #837E5E
Tints of Olive Haze #837E5E
RGB
CMYK
RGB Variations
Color information
#837E5E (or 0x837E5E) is known color: Olive Haze. HEX triplet: 83, 7E and 5E. RGB value is (131,126,94). Sum of RGB (Red+Green+Blue) = 131+126+94=351 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.32% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 131 - color contains mainly: red. Hex color #837E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837E5E is #7C81A1. Grayscale: #7B7B7B. Windows color (decimal): -8159650 or 6192771. OLE color: 6192771.
HSL color Cylindrical-coordinate representation of color #837E5E: hue angle of 51.89º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #837E5E is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 126 | 94 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.49 |
| HSL | 51.89º | 0.16% | 0.44% | - |
| HSV(B) | 51.89º | 0.28% | 0.51% | - |
| XYZ | 18.84 | 20.56 | 13.56 | - |
| YUV | 123.85 | 111.16 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 126 | 94 | 0 | 0.04 | 0.28 | 0.49 | 51.89 | 0.16 | 0.44 |
| Hex | 83 | 7E | 5E | 0 | 4 | 1C | 31 | 34 | 10 | 2C |
| Octal | 203 | 176 | 136 | 0 | 4 | 34 | 61 | 64 | 20 | 54 |
| Binary | 10000011 | 1111110 | 1011110 | 0 | 100 | 11100 | 110001 | 110100 | 10000 | 101100 |
Color Harmonies of #837E5E
Complementary color
Monochromatic Colors of #837E5E
Black with #837E5E
Text Example
Text Example
White with #837E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837E5E; }
p { color: rgb(131,126,94); }
H1.HeaderClassName
{
color: #837E5E;
}
.AnyTagClassName
{
color: #837E5E;
}
</style>
background-color css
<style>
a { background-color: #837E5E; }
a { background-color: rgb(131,126,94); }
div.DivClassName
{
background-color: #837E5E;
}
.BgClassName
{
background-color: #837E5E;
}
</style>
border-color css
<style>
span { border-color: #837E5E; }
span { border-color: rgb(131,126,94); }
td.TdClassName
{
border-color: #837E5E;
}
.TagClassName
{
border-color: #837E5E;
}
</style>