#808533

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

Shades of Wasabi #808533

Tints of Wasabi #808533

Color information

#808533 (or 0x808533) is unknown color: approx Wasabi. HEX triplet: 80, 85 and 33. RGB value is (128,133,51). Sum of RGB (Red+Green+Blue) = 128+133+51=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 133 - color contains mainly: green. Hex color #808533 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808533 is #7F7ACC. Grayscale: #7A7A7A. Windows color (decimal): -8354509 or 3376512. OLE color: 3376512.

HSL color Cylindrical-coordinate representation of color #808533: hue angle of 63.66º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #808533 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB12813351-
CMYK0.0400.620.48
HSL63.66º44.57%36.08%-
HSV(B)63.66º61.65%52.16%-
XYZ17.8921.66.36-
YUV122.1687.84132.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.03%
GREEN value IS 133 (52.34% from 255) = 42.63%
BLUE value IS 51 (20.31% from 255) = 16.35%
R=41.03%
G=42.63%
B=16.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128133510.0400.620.4863.6644.5736.08
Hex808533403E30402d24
Octal200205634076601005544
Binary100000001000010111001110001111101100001000000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808533; }

 p { color: rgb(128,133,51); }

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

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

 a { background-color: rgb(128,133,51); }

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

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

 span { border-color: rgb(128,133,51); }

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