#85945D

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

Shades of Highland #85945D

Tints of Highland #85945D

Color information

#85945D (or 0x85945D) is unknown color: approx Highland. HEX triplet: 85, 94 and 5D. RGB value is (133,148,93). Sum of RGB (Red+Green+Blue) = 133+148+93=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 148 - color contains mainly: green. Hex color #85945D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85945D is #7A6BA2. Grayscale: #898989. Windows color (decimal): -8022947 or 6132869. OLE color: 6132869.

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

Color convert

RGB13314893-
CMYK0.1000.370.42
HSL76.36º22.82%47.25%-
HSV(B)76.36º37.16%58.04%-
XYZ22.2426.9614.39-
YUV137.24103.03124.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.56%
GREEN value IS 148 (58.20% from 255) = 39.57%
BLUE value IS 93 (36.72% from 255) = 24.87%
R=35.56%
G=39.57%
B=24.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133148930.1000.370.4276.3622.8247.25
Hex85945DA0252A4c172f
Octal20522413512045521142757
Binary1000010110010100101110110100100101101010100110010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85945D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85945D; }

 p { color: rgb(133,148,93); }

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

<style>
 a { background-color: #85945D; }

 a { background-color: rgb(133,148,93); }

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

<style>
 span { border-color: #85945D; }

 span { border-color: rgb(133,148,93); }

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