Shades of Highball #857E46
Tints of Highball #857E46
RGB
CMYK
RGB Variations
Color information
#857E46 (or 0x857E46) is known color: Highball. HEX triplet: 85, 7E and 46. RGB value is (133,126,70). Sum of RGB (Red+Green+Blue) = 133+126+70=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 126 (49.61% from 255 or 38.30% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 133 - color contains mainly: red. Hex color #857E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857E46 is #7A81B9. Grayscale: #797979. Windows color (decimal): -8028602 or 4619909. OLE color: 4619909.
HSL color Cylindrical-coordinate representation of color #857E46: hue angle of 53.33º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #857E46 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 126 | 70 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.48 |
| HSL | 53.33º | 0.31% | 0.4% | - |
| HSV(B) | 53.33º | 0.47% | 0.52% | - |
| XYZ | 18.24 | 20.35 | 8.76 | - |
| YUV | 121.71 | 98.82 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 126 | 70 | 0 | 0.05 | 0.47 | 0.48 | 53.33 | 0.31 | 0.4 |
| Hex | 85 | 7E | 46 | 0 | 5 | 2F | 30 | 35 | 1F | 28 |
| Octal | 205 | 176 | 106 | 0 | 5 | 57 | 60 | 65 | 37 | 50 |
| Binary | 10000101 | 1111110 | 1000110 | 0 | 101 | 101111 | 110000 | 110101 | 11111 | 101000 |
Color Harmonies of #857E46
Complementary color
Monochromatic Colors of #857E46
Black with #857E46
Text Example
Text Example
White with #857E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857E46; }
p { color: rgb(133,126,70); }
H1.HeaderClassName
{
color: #857E46;
}
.AnyTagClassName
{
color: #857E46;
}
</style>
background-color css
<style>
a { background-color: #857E46; }
a { background-color: rgb(133,126,70); }
div.DivClassName
{
background-color: #857E46;
}
.BgClassName
{
background-color: #857E46;
}
</style>
border-color css
<style>
span { border-color: #857E46; }
span { border-color: rgb(133,126,70); }
td.TdClassName
{
border-color: #857E46;
}
.TagClassName
{
border-color: #857E46;
}
</style>