#808447

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

Shades of Wasabi #808447

Tints of Wasabi #808447

Color information

#808447 (or 0x808447) is unknown color: approx Wasabi. HEX triplet: 80, 84 and 47. RGB value is (128,132,71). Sum of RGB (Red+Green+Blue) = 128+132+71=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 71 (28.12% from 255 or 21.45% from 331); Max value from RGB is 132 - color contains mainly: green. Hex color #808447 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808447 is #7F7BB8. Grayscale: #7C7C7C. Windows color (decimal): -8354745 or 4686976. OLE color: 4686976.

HSL color Cylindrical-coordinate representation of color #808447: hue angle of 63.93º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #808447 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB12813271-
CMYK0.0300.460.48
HSL63.93º30.05%39.8%-
HSV(B)63.93º46.21%51.76%-
XYZ18.2921.559.16-
YUV123.8598.17130.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.67%
GREEN value IS 132 (51.95% from 255) = 39.88%
BLUE value IS 71 (28.12% from 255) = 21.45%
R=38.67%
G=39.88%
B=21.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128132710.0300.460.4863.9330.0539.8
Hex808447302E30401e28
Octal2002041073056601003650
Binary10000000100001001000111110101110110000100000011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808447; }

 p { color: rgb(128,132,71); }

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

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

 a { background-color: rgb(128,132,71); }

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

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

 span { border-color: rgb(128,132,71); }

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