#85894D

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

Shades of Wasabi #85894D

Tints of Wasabi #85894D

Color information

#85894D (or 0x85894D) is unknown color: approx Wasabi. HEX triplet: 85, 89 and 4D. RGB value is (133,137,77). Sum of RGB (Red+Green+Blue) = 133+137+77=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 137 (53.91% from 255 or 39.48% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 137 - color contains mainly: green. Hex color #85894D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85894D is #7A76B2. Grayscale: #818181. Windows color (decimal): -8025779 or 5081477. OLE color: 5081477.

HSL color Cylindrical-coordinate representation of color #85894D: hue angle of 64º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85894D is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB13313777-
CMYK0.0300.440.46
HSL64º28.04%41.96%-
HSV(B)64º43.8%53.73%-
XYZ19.9623.4110.49-
YUV128.9698.67130.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.33%
GREEN value IS 137 (53.91% from 255) = 39.48%
BLUE value IS 77 (30.47% from 255) = 22.19%
R=38.33%
G=39.48%
B=22.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal133137770.0300.440.466428.0441.96
Hex85894D302C2E401c2a
Octal2052111153054561003452
Binary10000101100010011001101110101100101110100000011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85894D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,137,77); }

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

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

 a { background-color: rgb(133,137,77); }

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

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

 span { border-color: rgb(133,137,77); }

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