Shades of Highball #8D853D
Tints of Highball #8D853D
RGB
CMYK
RGB Variations
Color information
#8D853D (or 0x8D853D) is known color: Highball. HEX triplet: 8D, 85 and 3D. RGB value is (141,133,61). Sum of RGB (Red+Green+Blue) = 141+133+61=335 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.09% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 141 - color contains mainly: red. Hex color #8D853D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D853D is #727AC2. Grayscale: #7F7F7F. Windows color (decimal): -7502531 or 4031885. OLE color: 4031885.
HSL color Cylindrical-coordinate representation of color #8D853D: hue angle of 54º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D853D is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 133 | 61 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.45 |
| HSL | 54º | 0.4% | 0.4% | - |
| HSV(B) | 54º | 0.57% | 0.55% | - |
| XYZ | 20.21 | 22.77 | 7.75 | - |
| YUV | 127.18 | 90.65 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 133 | 61 | 0 | 0.06 | 0.57 | 0.45 | 54 | 0.4 | 0.4 |
| Hex | 8D | 85 | 3D | 0 | 6 | 39 | 2D | 36 | 28 | 28 |
| Octal | 215 | 205 | 75 | 0 | 6 | 71 | 55 | 66 | 50 | 50 |
| Binary | 10001101 | 10000101 | 111101 | 0 | 110 | 111001 | 101101 | 110110 | 101000 | 101000 |
Color Harmonies of #8D853D
Complementary color
Monochromatic Colors of #8D853D
Black with #8D853D
Text Example
Text Example
White with #8D853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D853D; }
p { color: rgb(141,133,61); }
H1.HeaderClassName
{
color: #8D853D;
}
.AnyTagClassName
{
color: #8D853D;
}
</style>
background-color css
<style>
a { background-color: #8D853D; }
a { background-color: rgb(141,133,61); }
div.DivClassName
{
background-color: #8D853D;
}
.BgClassName
{
background-color: #8D853D;
}
</style>
border-color css
<style>
span { border-color: #8D853D; }
span { border-color: rgb(141,133,61); }
td.TdClassName
{
border-color: #8D853D;
}
.TagClassName
{
border-color: #8D853D;
}
</style>