#808849

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

Shades of Wasabi #808849

Tints of Wasabi #808849

Color information

#808849 (or 0x808849) is unknown color: approx Wasabi. HEX triplet: 80, 88 and 49. RGB value is (128,136,73). Sum of RGB (Red+Green+Blue) = 128+136+73=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 136 - color contains mainly: green. Hex color #808849 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808849 is #7F77B6. Grayscale: #7E7E7E. Windows color (decimal): -8353719 or 4819072. OLE color: 4819072.

HSL color Cylindrical-coordinate representation of color #808849: hue angle of 67.62º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #808849 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB12813673-
CMYK0.0600.460.47
HSL67.62º30.14%40.98%-
HSV(B)67.62º46.32%53.33%-
XYZ18.9122.689.68-
YUV126.4397.85129.12-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.98%
GREEN value IS 136 (53.52% from 255) = 40.36%
BLUE value IS 73 (28.91% from 255) = 21.66%
R=37.98%
G=40.36%
B=21.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128136730.0600.460.4767.6230.1440.98
Hex808849602E2F441e29
Octal2002101116056571043651
Binary100000001000100010010011100101110101111100010011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808849; }

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

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

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

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

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

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

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

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