#808348

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

Shades of Wasabi #808348

Tints of Wasabi #808348

Color information

#808348 (or 0x808348) is unknown color: approx Wasabi. HEX triplet: 80, 83 and 48. RGB value is (128,131,72). Sum of RGB (Red+Green+Blue) = 128+131+72=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 131 (51.56% from 255 or 39.58% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 131 - color contains mainly: green. Hex color #808348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808348 is #7F7CB7. Grayscale: #7B7B7B. Windows color (decimal): -8355000 or 4752256. OLE color: 4752256.

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

Color convert

RGB12813172-
CMYK0.0200.450.49
HSL63.05º29.06%39.8%-
HSV(B)63.05º45.04%51.37%-
XYZ18.1921.299.28-
YUV123.3899.01131.3-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.67%
GREEN value IS 131 (51.56% from 255) = 39.58%
BLUE value IS 72 (28.52% from 255) = 21.75%
R=38.67%
G=39.58%
B=21.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128131720.0200.450.4963.0529.0639.8
Hex808348202D313f1d28
Octal200203110205561773550
Binary1000000010000011100100010010110111000111111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808348; }

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

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

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

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

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

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

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

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