#80893F

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

Shades of Wasabi #80893F

Tints of Wasabi #80893F

Color information

#80893F (or 0x80893F) is unknown color: approx Wasabi. HEX triplet: 80, 89 and 3F. RGB value is (128,137,63). Sum of RGB (Red+Green+Blue) = 128+137+63=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 137 (53.91% from 255 or 41.77% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 137 - color contains mainly: green. Hex color #80893F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80893F is #7F76C0. Grayscale: #7E7E7E. Windows color (decimal): -8353473 or 4163968. OLE color: 4163968.

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

Color convert

RGB12813763-
CMYK0.0700.540.46
HSL67.3º37%39.22%-
HSV(B)67.3º54.01%53.73%-
XYZ18.7422.848.12-
YUV125.8792.52129.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.02%
GREEN value IS 137 (53.91% from 255) = 41.77%
BLUE value IS 63 (25% from 255) = 19.21%
R=39.02%
G=41.77%
B=19.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal128137630.0700.540.4667.33739.22
Hex80893F70362E432527
Octal200211777066561034547
Binary100000001000100111111111101101101011101000011100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80893F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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