#808843

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

Shades of Wasabi #808843

Tints of Wasabi #808843

Color information

#808843 (or 0x808843) is unknown color: approx Wasabi. HEX triplet: 80, 88 and 43. RGB value is (128,136,67). Sum of RGB (Red+Green+Blue) = 128+136+67=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 136 (53.52% from 255 or 41.09% from 331); Blue value is 67 (26.56% from 255 or 20.24% from 331); Max value from RGB is 136 - color contains mainly: green. Hex color #808843 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808843 is #7F77BC. Grayscale: #7E7E7E. Windows color (decimal): -8353725 or 4425856. OLE color: 4425856.

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

Color convert

RGB12813667-
CMYK0.0600.510.47
HSL66.96º33.99%39.8%-
HSV(B)66.96º50.74%53.33%-
XYZ18.7222.68.69-
YUV125.7494.85129.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.67%
GREEN value IS 136 (53.52% from 255) = 41.09%
BLUE value IS 67 (26.56% from 255) = 20.24%
R=38.67%
G=41.09%
B=20.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128136670.0600.510.4766.9633.9939.8
Hex80884360332F432228
Octal2002101036063571034250
Binary1000000010001000100001111001100111011111000011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808843; }

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

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

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

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

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

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

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

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