#808345

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

Shades of Wasabi #808345

Tints of Wasabi #808345

Color information

#808345 (or 0x808345) is unknown color: approx Wasabi. HEX triplet: 80, 83 and 45. RGB value is (128,131,69). Sum of RGB (Red+Green+Blue) = 128+131+69=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 131 - color contains mainly: green. Hex color #808345 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808345 is #7F7CBA. Grayscale: #7B7B7B. Windows color (decimal): -8355003 or 4555648. OLE color: 4555648.

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

Color convert

RGB12813169-
CMYK0.0200.470.49
HSL62.9º31%39.22%-
HSV(B)62.9º47.33%51.37%-
XYZ18.0921.258.78-
YUV123.0397.51131.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.02%
GREEN value IS 131 (51.56% from 255) = 39.94%
BLUE value IS 69 (27.34% from 255) = 21.04%
R=39.02%
G=39.94%
B=21.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128131690.0200.470.4962.93139.22
Hex808345202F313f1f27
Octal200203105205761773747
Binary1000000010000011100010110010111111000111111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808345; }

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

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

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

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

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

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

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

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