#80873B

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

Shades of Wasabi #80873B

Tints of Wasabi #80873B

Color information

#80873B (or 0x80873B) is unknown color: approx Wasabi. HEX triplet: 80, 87 and 3B. RGB value is (128,135,59). Sum of RGB (Red+Green+Blue) = 128+135+59=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 59 (23.44% from 255 or 18.32% from 322); Max value from RGB is 135 - color contains mainly: green. Hex color #80873B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80873B is #7F78C4. Grayscale: #7C7C7C. Windows color (decimal): -8353989 or 3901312. OLE color: 3901312.

HSL color Cylindrical-coordinate representation of color #80873B: hue angle of 65.53º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80873B is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB12813559-
CMYK0.0500.560.47
HSL65.53º39.18%38.04%-
HSV(B)65.53º56.3%52.94%-
XYZ18.3622.237.46-
YUV124.2491.18130.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.75%
GREEN value IS 135 (53.12% from 255) = 41.93%
BLUE value IS 59 (23.44% from 255) = 18.32%
R=39.75%
G=41.93%
B=18.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128135590.0500.560.4765.5339.1838.04
Hex80873B50382F422726
Octal200207735070571024746
Binary100000001000011111101110101110001011111000010100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80873B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80873B; }

 p { color: rgb(128,135,59); }

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

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

 a { background-color: rgb(128,135,59); }

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

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

 span { border-color: rgb(128,135,59); }

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