#808549

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

Shades of Wasabi #808549

Tints of Wasabi #808549

Color information

#808549 (or 0x808549) is unknown color: approx Wasabi. HEX triplet: 80, 85 and 49. RGB value is (128,133,73). Sum of RGB (Red+Green+Blue) = 128+133+73=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 133 - color contains mainly: green. Hex color #808549 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808549 is #7F7AB6. Grayscale: #7C7C7C. Windows color (decimal): -8354487 or 4818304. OLE color: 4818304.

HSL color Cylindrical-coordinate representation of color #808549: hue angle of 65º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #808549 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB12813373-
CMYK0.0400.450.48
HSL65º29.13%40.39%-
HSV(B)65º45.11%52.16%-
XYZ18.4921.859.55-
YUV124.6698.84130.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.32%
GREEN value IS 133 (52.34% from 255) = 39.82%
BLUE value IS 73 (28.91% from 255) = 21.86%
R=38.32%
G=39.82%
B=21.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128133730.0400.450.486529.1340.39
Hex808549402D30411d28
Octal2002051114055601013550
Binary100000001000010110010011000101101110000100000111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808549; }

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

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

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

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

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

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

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

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