Shades of Highball #85813F
Tints of Highball #85813F
RGB
CMYK
RGB Variations
Color information
#85813F (or 0x85813F) is known color: Highball. HEX triplet: 85, 81 and 3F. RGB value is (133,129,63). Sum of RGB (Red+Green+Blue) = 133+129+63=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 133 - color contains mainly: red. Hex color #85813F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85813F is #7A7EC0. Grayscale: #7A7A7A. Windows color (decimal): -8027841 or 4161925. OLE color: 4161925.
HSL color Cylindrical-coordinate representation of color #85813F: hue angle of 56.57º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #85813F is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 129 | 63 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.48 |
| HSL | 56.57º | 0.36% | 0.38% | - |
| HSV(B) | 56.57º | 0.53% | 0.52% | - |
| XYZ | 18.42 | 21.05 | 7.79 | - |
| YUV | 122.67 | 94.33 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 129 | 63 | 0 | 0.03 | 0.53 | 0.48 | 56.57 | 0.36 | 0.38 |
| Hex | 85 | 81 | 3F | 0 | 3 | 35 | 30 | 39 | 24 | 26 |
| Octal | 205 | 201 | 77 | 0 | 3 | 65 | 60 | 71 | 44 | 46 |
| Binary | 10000101 | 10000001 | 111111 | 0 | 11 | 110101 | 110000 | 111001 | 100100 | 100110 |
Color Harmonies of #85813F
Complementary color
Monochromatic Colors of #85813F
Black with #85813F
Text Example
Text Example
White with #85813F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85813F; }
p { color: rgb(133,129,63); }
H1.HeaderClassName
{
color: #85813F;
}
.AnyTagClassName
{
color: #85813F;
}
</style>
background-color css
<style>
a { background-color: #85813F; }
a { background-color: rgb(133,129,63); }
div.DivClassName
{
background-color: #85813F;
}
.BgClassName
{
background-color: #85813F;
}
</style>
border-color css
<style>
span { border-color: #85813F; }
span { border-color: rgb(133,129,63); }
td.TdClassName
{
border-color: #85813F;
}
.TagClassName
{
border-color: #85813F;
}
</style>