Shades of Highland #85945A
Tints of Highland #85945A
RGB
CMYK
RGB Variations
Color information
#85945A (or 0x85945A) is known color: Highland. HEX triplet: 85, 94 and 5A. RGB value is (133,148,90). Sum of RGB (Red+Green+Blue) = 133+148+90=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 148 - color contains mainly: green. Hex color #85945A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85945A is #7A6BA5. Grayscale: #898989. Windows color (decimal): -8022950 or 5936261. OLE color: 5936261.
HSL color Cylindrical-coordinate representation of color #85945A: hue angle of 75.52º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85945A is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 148 | 90 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.42 |
| HSL | 75.52º | 0.24% | 0.47% | - |
| HSV(B) | 75.52º | 0.39% | 0.58% | - |
| XYZ | 22.11 | 26.9 | 13.7 | - |
| YUV | 136.9 | 101.53 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 148 | 90 | 0.10 | 0 | 0.39 | 0.42 | 75.52 | 0.24 | 0.47 |
| Hex | 85 | 94 | 5A | A | 0 | 27 | 2A | 4C | 18 | 2F |
| Octal | 205 | 224 | 132 | 12 | 0 | 47 | 52 | 114 | 30 | 57 |
| Binary | 10000101 | 10010100 | 1011010 | 1010 | 0 | 100111 | 101010 | 1001100 | 11000 | 101111 |
Color Harmonies of #85945A
Complementary color
Monochromatic Colors of #85945A
Black with #85945A
Text Example
Text Example
White with #85945A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85945A; }
p { color: rgb(133,148,90); }
H1.HeaderClassName
{
color: #85945A;
}
.AnyTagClassName
{
color: #85945A;
}
</style>
background-color css
<style>
a { background-color: #85945A; }
a { background-color: rgb(133,148,90); }
div.DivClassName
{
background-color: #85945A;
}
.BgClassName
{
background-color: #85945A;
}
</style>
border-color css
<style>
span { border-color: #85945A; }
span { border-color: rgb(133,148,90); }
td.TdClassName
{
border-color: #85945A;
}
.TagClassName
{
border-color: #85945A;
}
</style>