Shades of Highball #87813D
Tints of Highball #87813D
RGB
CMYK
RGB Variations
Color information
#87813D (or 0x87813D) is known color: Highball. HEX triplet: 87, 81 and 3D. RGB value is (135,129,61). Sum of RGB (Red+Green+Blue) = 135+129+61=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 135 - color contains mainly: red. Hex color #87813D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87813D is #787EC2. Grayscale: #7B7B7B. Windows color (decimal): -7896771 or 4030855. OLE color: 4030855.
HSL color Cylindrical-coordinate representation of color #87813D: hue angle of 55.14º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #87813D is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 129 | 61 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.47 |
| HSL | 55.14º | 0.38% | 0.38% | - |
| HSV(B) | 55.14º | 0.55% | 0.53% | - |
| XYZ | 18.68 | 21.19 | 7.52 | - |
| YUV | 123.04 | 92.99 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 129 | 61 | 0 | 0.04 | 0.55 | 0.47 | 55.14 | 0.38 | 0.38 |
| Hex | 87 | 81 | 3D | 0 | 4 | 37 | 2F | 37 | 26 | 26 |
| Octal | 207 | 201 | 75 | 0 | 4 | 67 | 57 | 67 | 46 | 46 |
| Binary | 10000111 | 10000001 | 111101 | 0 | 100 | 110111 | 101111 | 110111 | 100110 | 100110 |
Color Harmonies of #87813D
Complementary color
Monochromatic Colors of #87813D
Black with #87813D
Text Example
Text Example
White with #87813D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87813D; }
p { color: rgb(135,129,61); }
H1.HeaderClassName
{
color: #87813D;
}
.AnyTagClassName
{
color: #87813D;
}
</style>
background-color css
<style>
a { background-color: #87813D; }
a { background-color: rgb(135,129,61); }
div.DivClassName
{
background-color: #87813D;
}
.BgClassName
{
background-color: #87813D;
}
</style>
border-color css
<style>
span { border-color: #87813D; }
span { border-color: rgb(135,129,61); }
td.TdClassName
{
border-color: #87813D;
}
.TagClassName
{
border-color: #87813D;
}
</style>