Shades of Highball #857E3D
Tints of Highball #857E3D
RGB
CMYK
RGB Variations
Color information
#857E3D (or 0x857E3D) is known color: Highball. HEX triplet: 85, 7E and 3D. RGB value is (133,126,61). Sum of RGB (Red+Green+Blue) = 133+126+61=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 126 (49.61% from 255 or 39.38% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 133 - color contains mainly: red. Hex color #857E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857E3D is #7A81C2. Grayscale: #787878. Windows color (decimal): -8028611 or 4030085. OLE color: 4030085.
HSL color Cylindrical-coordinate representation of color #857E3D: hue angle of 54.17º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #857E3D is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 126 | 61 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.48 |
| HSL | 54.17º | 0.37% | 0.38% | - |
| HSV(B) | 54.17º | 0.54% | 0.52% | - |
| XYZ | 17.98 | 20.25 | 7.38 | - |
| YUV | 120.68 | 94.32 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 126 | 61 | 0 | 0.05 | 0.54 | 0.48 | 54.17 | 0.37 | 0.38 |
| Hex | 85 | 7E | 3D | 0 | 5 | 36 | 30 | 36 | 25 | 26 |
| Octal | 205 | 176 | 75 | 0 | 5 | 66 | 60 | 66 | 45 | 46 |
| Binary | 10000101 | 1111110 | 111101 | 0 | 101 | 110110 | 110000 | 110110 | 100101 | 100110 |
Color Harmonies of #857E3D
Complementary color
Monochromatic Colors of #857E3D
Black with #857E3D
Text Example
Text Example
White with #857E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857E3D; }
p { color: rgb(133,126,61); }
H1.HeaderClassName
{
color: #857E3D;
}
.AnyTagClassName
{
color: #857E3D;
}
</style>
background-color css
<style>
a { background-color: #857E3D; }
a { background-color: rgb(133,126,61); }
div.DivClassName
{
background-color: #857E3D;
}
.BgClassName
{
background-color: #857E3D;
}
</style>
border-color css
<style>
span { border-color: #857E3D; }
span { border-color: rgb(133,126,61); }
td.TdClassName
{
border-color: #857E3D;
}
.TagClassName
{
border-color: #857E3D;
}
</style>