Shades of Highball #857A3C
Tints of Highball #857A3C
RGB
CMYK
RGB Variations
Color information
#857A3C (or 0x857A3C) is known color: Highball. HEX triplet: 85, 7A and 3C. RGB value is (133,122,60). Sum of RGB (Red+Green+Blue) = 133+122+60=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #857A3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857A3C is #7A85C3. Grayscale: #767676. Windows color (decimal): -8029636 or 3963525. OLE color: 3963525.
HSL color Cylindrical-coordinate representation of color #857A3C: hue angle of 50.96º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #857A3C is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 122 | 60 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.48 |
| HSL | 50.96º | 0.38% | 0.38% | - |
| HSV(B) | 50.96º | 0.55% | 0.52% | - |
| XYZ | 17.45 | 19.23 | 7.07 | - |
| YUV | 118.22 | 95.14 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 122 | 60 | 0 | 0.08 | 0.55 | 0.48 | 50.96 | 0.38 | 0.38 |
| Hex | 85 | 7A | 3C | 0 | 8 | 37 | 30 | 33 | 26 | 26 |
| Octal | 205 | 172 | 74 | 0 | 10 | 67 | 60 | 63 | 46 | 46 |
| Binary | 10000101 | 1111010 | 111100 | 0 | 1000 | 110111 | 110000 | 110011 | 100110 | 100110 |
Color Harmonies of #857A3C
Complementary color
Monochromatic Colors of #857A3C
Black with #857A3C
Text Example
Text Example
White with #857A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857A3C; }
p { color: rgb(133,122,60); }
H1.HeaderClassName
{
color: #857A3C;
}
.AnyTagClassName
{
color: #857A3C;
}
</style>
background-color css
<style>
a { background-color: #857A3C; }
a { background-color: rgb(133,122,60); }
div.DivClassName
{
background-color: #857A3C;
}
.BgClassName
{
background-color: #857A3C;
}
</style>
border-color css
<style>
span { border-color: #857A3C; }
span { border-color: rgb(133,122,60); }
td.TdClassName
{
border-color: #857A3C;
}
.TagClassName
{
border-color: #857A3C;
}
</style>