#80853F

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

Shades of Wasabi #80853F

Tints of Wasabi #80853F

Color information

#80853F (or 0x80853F) is unknown color: approx Wasabi. HEX triplet: 80, 85 and 3F. RGB value is (128,133,63). Sum of RGB (Red+Green+Blue) = 128+133+63=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 133 - color contains mainly: green. Hex color #80853F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80853F is #7F7AC0. Grayscale: #7B7B7B. Windows color (decimal): -8354497 or 4162944. OLE color: 4162944.

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

Color convert

RGB12813363-
CMYK0.0400.530.48
HSL64.29º35.71%38.43%-
HSV(B)64.29º52.63%52.16%-
XYZ18.1921.727.94-
YUV123.5293.84131.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.51%
GREEN value IS 133 (52.34% from 255) = 41.05%
BLUE value IS 63 (25% from 255) = 19.44%
R=39.51%
G=41.05%
B=19.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128133630.0400.530.4864.2935.7138.43
Hex80853F403530402426
Octal200205774065601004446
Binary100000001000010111111110001101011100001000000100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80853F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80853F; }

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

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

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

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

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

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

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

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