Shades of Highball #8D823C
Tints of Highball #8D823C
RGB
CMYK
RGB Variations
Color information
#8D823C (or 0x8D823C) is known color: Highball. HEX triplet: 8D, 82 and 3C. RGB value is (141,130,60). Sum of RGB (Red+Green+Blue) = 141+130+60=331 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.60% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 141 - color contains mainly: red. Hex color #8D823C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D823C is #727DC3. Grayscale: #7D7D7D. Windows color (decimal): -7503300 or 3965581. OLE color: 3965581.
HSL color Cylindrical-coordinate representation of color #8D823C: hue angle of 51.85º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D823C is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 130 | 60 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.45 |
| HSL | 51.85º | 0.4% | 0.39% | - |
| HSV(B) | 51.85º | 0.57% | 0.55% | - |
| XYZ | 19.78 | 21.95 | 7.47 | - |
| YUV | 125.31 | 91.14 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 130 | 60 | 0 | 0.08 | 0.57 | 0.45 | 51.85 | 0.4 | 0.39 |
| Hex | 8D | 82 | 3C | 0 | 8 | 39 | 2D | 34 | 28 | 27 |
| Octal | 215 | 202 | 74 | 0 | 10 | 71 | 55 | 64 | 50 | 47 |
| Binary | 10001101 | 10000010 | 111100 | 0 | 1000 | 111001 | 101101 | 110100 | 101000 | 100111 |
Color Harmonies of #8D823C
Complementary color
Monochromatic Colors of #8D823C
Black with #8D823C
Text Example
Text Example
White with #8D823C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D823C; }
p { color: rgb(141,130,60); }
H1.HeaderClassName
{
color: #8D823C;
}
.AnyTagClassName
{
color: #8D823C;
}
</style>
background-color css
<style>
a { background-color: #8D823C; }
a { background-color: rgb(141,130,60); }
div.DivClassName
{
background-color: #8D823C;
}
.BgClassName
{
background-color: #8D823C;
}
</style>
border-color css
<style>
span { border-color: #8D823C; }
span { border-color: rgb(141,130,60); }
td.TdClassName
{
border-color: #8D823C;
}
.TagClassName
{
border-color: #8D823C;
}
</style>