#808343

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

Shades of Wasabi #808343

Tints of Wasabi #808343

Color information

#808343 (or 0x808343) is unknown color: approx Wasabi. HEX triplet: 80, 83 and 43. RGB value is (128,131,67). Sum of RGB (Red+Green+Blue) = 128+131+67=326 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.26% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 67 (26.56% from 255 or 20.55% from 326); Max value from RGB is 131 - color contains mainly: green. Hex color #808343 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808343 is #7F7CBC. Grayscale: #7B7B7B. Windows color (decimal): -8355005 or 4424576. OLE color: 4424576.

HSL color Cylindrical-coordinate representation of color #808343: hue angle of 62.81º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #808343 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB12813167-
CMYK0.0200.490.49
HSL62.81º32.32%38.82%-
HSV(B)62.81º48.85%51.37%-
XYZ18.0321.238.46-
YUV122.8196.51131.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.26%
GREEN value IS 131 (51.56% from 255) = 40.18%
BLUE value IS 67 (26.56% from 255) = 20.55%
R=39.26%
G=40.18%
B=20.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128131670.0200.490.4962.8132.3238.82
Hex8083432031313f2027
Octal200203103206161774047
Binary10000000100000111000011100110001110001111111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808343; }

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

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

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

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

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

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

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

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