#80833D

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

Shades of Wasabi #80833D

Tints of Wasabi #80833D

Color information

#80833D (or 0x80833D) is unknown color: approx Wasabi. HEX triplet: 80, 83 and 3D. RGB value is (128,131,61). Sum of RGB (Red+Green+Blue) = 128+131+61=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 131 - color contains mainly: green. Hex color #80833D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80833D is #7F7CC2. Grayscale: #7A7A7A. Windows color (decimal): -8355011 or 4031360. OLE color: 4031360.

HSL color Cylindrical-coordinate representation of color #80833D: hue angle of 62.57º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80833D is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB12813161-
CMYK0.0200.530.49
HSL62.57º36.46%37.65%-
HSV(B)62.57º53.44%51.37%-
XYZ17.8621.167.56-
YUV122.1293.51132.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40%
GREEN value IS 131 (51.56% from 255) = 40.94%
BLUE value IS 61 (24.22% from 255) = 19.06%
R=40%
G=40.94%
B=19.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128131610.0200.530.4962.5736.4637.65
Hex80833D2035313f2426
Octal20020375206561774446
Binary1000000010000011111101100110101110001111111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80833D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80833D; }

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

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

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

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

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

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

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

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