#80893E

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

Shades of Wasabi #80893E

Tints of Wasabi #80893E

Color information

#80893E (or 0x80893E) is unknown color: approx Wasabi. HEX triplet: 80, 89 and 3E. RGB value is (128,137,62). Sum of RGB (Red+Green+Blue) = 128+137+62=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 62 (24.61% from 255 or 18.96% from 327); Max value from RGB is 137 - color contains mainly: green. Hex color #80893E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80893E is #7F76C1. Grayscale: #7E7E7E. Windows color (decimal): -8353474 or 4098432. OLE color: 4098432.

HSL color Cylindrical-coordinate representation of color #80893E: hue angle of 67.2º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80893E is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.

Color convert

RGB12813762-
CMYK0.0700.550.46
HSL67.2º37.69%39.02%-
HSV(B)67.2º54.74%53.73%-
XYZ18.7222.837.98-
YUV125.7692.02129.6-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.14%
GREEN value IS 137 (53.91% from 255) = 41.90%
BLUE value IS 62 (24.61% from 255) = 18.96%
R=39.14%
G=41.90%
B=18.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal128137620.0700.550.4667.237.6939.02
Hex80893E70372E432627
Octal200211767067561034647
Binary100000001000100111111011101101111011101000011100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80893E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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