#808B49

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

Shades of Wasabi #808B49

Tints of Wasabi #808B49

Color information

#808B49 (or 0x808B49) is unknown color: approx Wasabi. HEX triplet: 80, 8B and 49. RGB value is (128,139,73). Sum of RGB (Red+Green+Blue) = 128+139+73=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 139 - color contains mainly: green. Hex color #808B49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808B49 is #7F74B6. Grayscale: #808080. Windows color (decimal): -8352951 or 4819840. OLE color: 4819840.

HSL color Cylindrical-coordinate representation of color #808B49: hue angle of 70º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #808B49 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB12813973-
CMYK0.0800.470.45
HSL70º31.13%41.57%-
HSV(B)70º47.48%54.51%-
XYZ19.3423.549.83-
YUV128.1996.86127.87-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.65%
GREEN value IS 139 (54.69% from 255) = 40.88%
BLUE value IS 73 (28.91% from 255) = 21.47%
R=37.65%
G=40.88%
B=21.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128139730.0800.470.457031.1341.57
Hex808B49802F2D461f2a
Octal20021311110057551063752
Binary1000000010001011100100110000101111101101100011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808B49; }

 p { color: rgb(128,139,73); }

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

<style>
 a { background-color: #808B49; }

 a { background-color: rgb(128,139,73); }

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

<style>
 span { border-color: #808B49; }

 span { border-color: rgb(128,139,73); }

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