#80853A

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

Shades of Wasabi #80853A

Tints of Wasabi #80853A

Color information

#80853A (or 0x80853A) is unknown color: approx Wasabi. HEX triplet: 80, 85 and 3A. RGB value is (128,133,58). Sum of RGB (Red+Green+Blue) = 128+133+58=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 133 - color contains mainly: green. Hex color #80853A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80853A is #7F7AC5. Grayscale: #7B7B7B. Windows color (decimal): -8354502 or 3835264. OLE color: 3835264.

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

Color convert

RGB12813358-
CMYK0.0400.560.48
HSL64º39.27%37.45%-
HSV(B)64º56.39%52.16%-
XYZ18.0521.677.23-
YUV122.9591.34131.6-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.13%
GREEN value IS 133 (52.34% from 255) = 41.69%
BLUE value IS 58 (23.05% from 255) = 18.18%
R=40.13%
G=41.69%
B=18.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128133580.0400.560.486439.2737.45
Hex80853A403830402725
Octal200205724070601004745
Binary100000001000010111101010001110001100001000000100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80853A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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