#85914E

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

Shades of Wasabi #85914E

Tints of Wasabi #85914E

Color information

#85914E (or 0x85914E) is unknown color: approx Wasabi. HEX triplet: 85, 91 and 4E. RGB value is (133,145,78). Sum of RGB (Red+Green+Blue) = 133+145+78=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 145 - color contains mainly: green. Hex color #85914E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85914E is #7A6EB1. Grayscale: #868686. Windows color (decimal): -8023730 or 5149061. OLE color: 5149061.

HSL color Cylindrical-coordinate representation of color #85914E: hue angle of 70.75º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85914E is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.

Color convert

RGB13314578-
CMYK0.0800.460.43
HSL70.75º30.04%43.73%-
HSV(B)70.75º46.21%56.86%-
XYZ21.1725.7911.07-
YUV133.7796.52127.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.36%
GREEN value IS 145 (57.03% from 255) = 40.73%
BLUE value IS 78 (30.86% from 255) = 21.91%
R=37.36%
G=40.73%
B=21.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal133145780.0800.460.4370.7530.0443.73
Hex85914E802E2B471e2c
Octal20522111610056531073654
Binary1000010110010001100111010000101110101011100011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85914E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85914E; }

 p { color: rgb(133,145,78); }

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

<style>
 a { background-color: #85914E; }

 a { background-color: rgb(133,145,78); }

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

<style>
 span { border-color: #85914E; }

 span { border-color: rgb(133,145,78); }

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