Shades of Highball #85813A
Tints of Highball #85813A
RGB
CMYK
RGB Variations
Color information
#85813A (or 0x85813A) is known color: Highball. HEX triplet: 85, 81 and 3A. RGB value is (133,129,58). Sum of RGB (Red+Green+Blue) = 133+129+58=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 133 - color contains mainly: red. Hex color #85813A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85813A is #7A7EC5. Grayscale: #7A7A7A. Windows color (decimal): -8027846 or 3834245. OLE color: 3834245.
HSL color Cylindrical-coordinate representation of color #85813A: hue angle of 56.8º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85813A is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 129 | 58 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.48 |
| HSL | 56.8º | 0.39% | 0.37% | - |
| HSV(B) | 56.8º | 0.56% | 0.52% | - |
| XYZ | 18.29 | 20.99 | 7.09 | - |
| YUV | 122.1 | 91.83 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 129 | 58 | 0 | 0.03 | 0.56 | 0.48 | 56.8 | 0.39 | 0.37 |
| Hex | 85 | 81 | 3A | 0 | 3 | 38 | 30 | 39 | 27 | 25 |
| Octal | 205 | 201 | 72 | 0 | 3 | 70 | 60 | 71 | 47 | 45 |
| Binary | 10000101 | 10000001 | 111010 | 0 | 11 | 111000 | 110000 | 111001 | 100111 | 100101 |
Color Harmonies of #85813A
Complementary color
Monochromatic Colors of #85813A
Black with #85813A
Text Example
Text Example
White with #85813A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85813A; }
p { color: rgb(133,129,58); }
H1.HeaderClassName
{
color: #85813A;
}
.AnyTagClassName
{
color: #85813A;
}
</style>
background-color css
<style>
a { background-color: #85813A; }
a { background-color: rgb(133,129,58); }
div.DivClassName
{
background-color: #85813A;
}
.BgClassName
{
background-color: #85813A;
}
</style>
border-color css
<style>
span { border-color: #85813A; }
span { border-color: rgb(133,129,58); }
td.TdClassName
{
border-color: #85813A;
}
.TagClassName
{
border-color: #85813A;
}
</style>