#80894D

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

Shades of Wasabi #80894D

Tints of Wasabi #80894D

Color information

#80894D (or 0x80894D) is unknown color: approx Wasabi. HEX triplet: 80, 89 and 4D. RGB value is (128,137,77). Sum of RGB (Red+Green+Blue) = 128+137+77=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 137 (53.91% from 255 or 40.06% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 137 - color contains mainly: green. Hex color #80894D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80894D is #7F76B2. Grayscale: #7F7F7F. Windows color (decimal): -8353459 or 5081472. OLE color: 5081472.

HSL color Cylindrical-coordinate representation of color #80894D: hue angle of 69º 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 #80894D is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB12813777-
CMYK0.0700.440.46
HSL69º28.04%41.96%-
HSV(B)69º43.8%53.73%-
XYZ19.1923.0210.45-
YUV127.4799.52128.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.43%
GREEN value IS 137 (53.91% from 255) = 40.06%
BLUE value IS 77 (30.47% from 255) = 22.51%
R=37.43%
G=40.06%
B=22.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal128137770.0700.440.466928.0441.96
Hex80894D702C2E451c2a
Octal2002111157054561053452
Binary100000001000100110011011110101100101110100010111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80894D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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