#80894C

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

Shades of Wasabi #80894C

Tints of Wasabi #80894C

Color information

#80894C (or 0x80894C) is unknown color: approx Wasabi. HEX triplet: 80, 89 and 4C. RGB value is (128,137,76). Sum of RGB (Red+Green+Blue) = 128+137+76=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 137 - color contains mainly: green. Hex color #80894C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80894C is #7F76B3. Grayscale: #7F7F7F. Windows color (decimal): -8353460 or 5015936. OLE color: 5015936.

HSL color Cylindrical-coordinate representation of color #80894C: hue angle of 68.85º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80894C is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB12813776-
CMYK0.0700.450.46
HSL68.85º28.64%41.76%-
HSV(B)68.85º44.53%53.73%-
XYZ19.152310.27-
YUV127.3699.02128.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.54%
GREEN value IS 137 (53.91% from 255) = 40.18%
BLUE value IS 76 (30.08% from 255) = 22.29%
R=37.54%
G=40.18%
B=22.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal128137760.0700.450.4668.8528.6441.76
Hex80894C702D2E451d2a
Octal2002111147055561053552
Binary100000001000100110011001110101101101110100010111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80894C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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