#80853B

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

Shades of Wasabi #80853B

Tints of Wasabi #80853B

Color information

#80853B (or 0x80853B) is unknown color: approx Wasabi. HEX triplet: 80, 85 and 3B. RGB value is (128,133,59). Sum of RGB (Red+Green+Blue) = 128+133+59=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 59 (23.44% from 255 or 18.44% from 320); Max value from RGB is 133 - color contains mainly: green. Hex color #80853B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80853B is #7F7AC4. Grayscale: #7B7B7B. Windows color (decimal): -8354501 or 3900800. OLE color: 3900800.

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

Color convert

RGB12813359-
CMYK0.0400.560.48
HSL64.05º38.54%37.65%-
HSV(B)64.05º55.64%52.16%-
XYZ18.0821.687.37-
YUV123.0791.84131.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40%
GREEN value IS 133 (52.34% from 255) = 41.56%
BLUE value IS 59 (23.44% from 255) = 18.44%
R=40%
G=41.56%
B=18.44%

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
Decimal128133590.0400.560.4864.0538.5437.65
Hex80853B403830402726
Octal200205734070601004746
Binary100000001000010111101110001110001100001000000100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80853B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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