#85935F

Color #85935F Highland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highland #85935F

Tints of Highland #85935F

Color information

#85935F (or 0x85935F) is unknown color: approx Highland. HEX triplet: 85, 93 and 5F. RGB value is (133,147,95). Sum of RGB (Red+Green+Blue) = 133+147+95=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 147 - color contains mainly: green. Hex color #85935F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85935F is #7A6CA0. Grayscale: #898989. Windows color (decimal): -8023201 or 6263685. OLE color: 6263685.

HSL color Cylindrical-coordinate representation of color #85935F: hue angle of 76.15º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85935F is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB13314795-
CMYK0.1000.350.42
HSL76.15º21.49%47.45%-
HSV(B)76.15º35.37%57.65%-
XYZ22.1726.6814.81-
YUV136.89104.36125.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 35.47%
GREEN value IS 147 (57.81% from 255) = 39.2%
BLUE value IS 95 (37.5% from 255) = 25.33%
R=35.47%
G=39.2%
B=25.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133147950.1000.350.4276.1521.4947.45
Hex85935FA0232A4c152f
Octal20522313712043521142557
Binary1000010110010011101111110100100011101010100110010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85935F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85935F; }

 p { color: rgb(133,147,95); }

 H1.HeaderClassName
 {
   color: #85935F;
 }
 .AnyTagClassName
 {
   color: #85935F;
 }
</style>
background-color css

<style>
 a { background-color: #85935F; }

 a { background-color: rgb(133,147,95); }

 div.DivClassName
 {
   background-color: #85935F;
 }
 .BgClassName
 {
   background-color: #85935F;
 }
</style>
border-color css

<style>
 span { border-color: #85935F; }

 span { border-color: rgb(133,147,95); }

 td.TdClassName
 {
   border-color: #85935F;
 }
 .TagClassName
 {
   border-color: #85935F;
 }
</style>