#808844

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

Shades of Wasabi #808844

Tints of Wasabi #808844

Color information

#808844 (or 0x808844) is unknown color: approx Wasabi. HEX triplet: 80, 88 and 44. RGB value is (128,136,68). Sum of RGB (Red+Green+Blue) = 128+136+68=332 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.55% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 68 (26.95% from 255 or 20.48% from 332); Max value from RGB is 136 - color contains mainly: green. Hex color #808844 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808844 is #7F77BB. Grayscale: #7E7E7E. Windows color (decimal): -8353724 or 4491392. OLE color: 4491392.

HSL color Cylindrical-coordinate representation of color #808844: hue angle of 67.06º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #808844 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB12813668-
CMYK0.0600.500.47
HSL67.06º33.33%40%-
HSV(B)67.06º50%53.33%-
XYZ18.7522.618.85-
YUV125.8695.35129.53-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.55%
GREEN value IS 136 (53.52% from 255) = 40.96%
BLUE value IS 68 (26.95% from 255) = 20.48%
R=38.55%
G=40.96%
B=20.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128136680.0600.500.4767.0633.3340
Hex80884460322F432128
Octal2002101046062571034150
Binary1000000010001000100010011001100101011111000011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808844; }

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

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

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

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

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

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

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

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