Shades of Highball #85823C
Tints of Highball #85823C
RGB
CMYK
RGB Variations
Color information
#85823C (or 0x85823C) is known color: Highball. HEX triplet: 85, 82 and 3C. RGB value is (133,130,60). Sum of RGB (Red+Green+Blue) = 133+130+60=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 130 (51.17% from 255 or 40.25% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 133 - color contains mainly: red. Hex color #85823C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85823C is #7A7DC3. Grayscale: #7B7B7B. Windows color (decimal): -8027588 or 3965573. OLE color: 3965573.
HSL color Cylindrical-coordinate representation of color #85823C: hue angle of 57.53º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85823C is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 130 | 60 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.48 |
| HSL | 57.53º | 0.38% | 0.38% | - |
| HSV(B) | 57.53º | 0.55% | 0.52% | - |
| XYZ | 18.47 | 21.28 | 7.41 | - |
| YUV | 122.92 | 92.49 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 130 | 60 | 0 | 0.02 | 0.55 | 0.48 | 57.53 | 0.38 | 0.38 |
| Hex | 85 | 82 | 3C | 0 | 2 | 37 | 30 | 3A | 26 | 26 |
| Octal | 205 | 202 | 74 | 0 | 2 | 67 | 60 | 72 | 46 | 46 |
| Binary | 10000101 | 10000010 | 111100 | 0 | 10 | 110111 | 110000 | 111010 | 100110 | 100110 |
Color Harmonies of #85823C
Complementary color
Monochromatic Colors of #85823C
Black with #85823C
Text Example
Text Example
White with #85823C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85823C; }
p { color: rgb(133,130,60); }
H1.HeaderClassName
{
color: #85823C;
}
.AnyTagClassName
{
color: #85823C;
}
</style>
background-color css
<style>
a { background-color: #85823C; }
a { background-color: rgb(133,130,60); }
div.DivClassName
{
background-color: #85823C;
}
.BgClassName
{
background-color: #85823C;
}
</style>
border-color css
<style>
span { border-color: #85823C; }
span { border-color: rgb(133,130,60); }
td.TdClassName
{
border-color: #85823C;
}
.TagClassName
{
border-color: #85823C;
}
</style>