Shades of Highball #8C813D
Tints of Highball #8C813D
RGB
CMYK
RGB Variations
Color information
#8C813D (or 0x8C813D) is known color: Highball. HEX triplet: 8C, 81 and 3D. RGB value is (140,129,61). Sum of RGB (Red+Green+Blue) = 140+129+61=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 140 - color contains mainly: red. Hex color #8C813D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C813D is #737EC2. Grayscale: #7C7C7C. Windows color (decimal): -7569091 or 4030860. OLE color: 4030860.
HSL color Cylindrical-coordinate representation of color #8C813D: hue angle of 51.65º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C813D is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 129 | 61 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.45 |
| HSL | 51.65º | 0.39% | 0.39% | - |
| HSV(B) | 51.65º | 0.56% | 0.55% | - |
| XYZ | 19.51 | 21.61 | 7.56 | - |
| YUV | 124.54 | 92.14 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 129 | 61 | 0 | 0.08 | 0.56 | 0.45 | 51.65 | 0.39 | 0.39 |
| Hex | 8C | 81 | 3D | 0 | 8 | 38 | 2D | 34 | 27 | 27 |
| Octal | 214 | 201 | 75 | 0 | 10 | 70 | 55 | 64 | 47 | 47 |
| Binary | 10001100 | 10000001 | 111101 | 0 | 1000 | 111000 | 101101 | 110100 | 100111 | 100111 |
Color Harmonies of #8C813D
Complementary color
Monochromatic Colors of #8C813D
Black with #8C813D
Text Example
Text Example
White with #8C813D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C813D; }
p { color: rgb(140,129,61); }
H1.HeaderClassName
{
color: #8C813D;
}
.AnyTagClassName
{
color: #8C813D;
}
</style>
background-color css
<style>
a { background-color: #8C813D; }
a { background-color: rgb(140,129,61); }
div.DivClassName
{
background-color: #8C813D;
}
.BgClassName
{
background-color: #8C813D;
}
</style>
border-color css
<style>
span { border-color: #8C813D; }
span { border-color: rgb(140,129,61); }
td.TdClassName
{
border-color: #8C813D;
}
.TagClassName
{
border-color: #8C813D;
}
</style>