Shades of Highball #87823C
Tints of Highball #87823C
RGB
CMYK
RGB Variations
Color information
#87823C (or 0x87823C) is known color: Highball. HEX triplet: 87, 82 and 3C. RGB value is (135,130,60). Sum of RGB (Red+Green+Blue) = 135+130+60=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 135 - color contains mainly: red. Hex color #87823C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87823C is #787DC3. Grayscale: #7B7B7B. Windows color (decimal): -7896516 or 3965575. OLE color: 3965575.
HSL color Cylindrical-coordinate representation of color #87823C: hue angle of 56º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #87823C is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 130 | 60 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.47 |
| HSL | 56º | 0.38% | 0.38% | - |
| HSV(B) | 56º | 0.56% | 0.53% | - |
| XYZ | 18.79 | 21.44 | 7.42 | - |
| YUV | 123.52 | 92.16 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 130 | 60 | 0 | 0.04 | 0.56 | 0.47 | 56 | 0.38 | 0.38 |
| Hex | 87 | 82 | 3C | 0 | 4 | 38 | 2F | 38 | 26 | 26 |
| Octal | 207 | 202 | 74 | 0 | 4 | 70 | 57 | 70 | 46 | 46 |
| Binary | 10000111 | 10000010 | 111100 | 0 | 100 | 111000 | 101111 | 111000 | 100110 | 100110 |
Color Harmonies of #87823C
Complementary color
Monochromatic Colors of #87823C
Black with #87823C
Text Example
Text Example
White with #87823C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87823C; }
p { color: rgb(135,130,60); }
H1.HeaderClassName
{
color: #87823C;
}
.AnyTagClassName
{
color: #87823C;
}
</style>
background-color css
<style>
a { background-color: #87823C; }
a { background-color: rgb(135,130,60); }
div.DivClassName
{
background-color: #87823C;
}
.BgClassName
{
background-color: #87823C;
}
</style>
border-color css
<style>
span { border-color: #87823C; }
span { border-color: rgb(135,130,60); }
td.TdClassName
{
border-color: #87823C;
}
.TagClassName
{
border-color: #87823C;
}
</style>