#80873E

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

Shades of Wasabi #80873E

Tints of Wasabi #80873E

Color information

#80873E (or 0x80873E) is unknown color: approx Wasabi. HEX triplet: 80, 87 and 3E. RGB value is (128,135,62). Sum of RGB (Red+Green+Blue) = 128+135+62=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 62 (24.61% from 255 or 19.08% from 325); Max value from RGB is 135 - color contains mainly: green. Hex color #80873E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80873E is #7F78C1. Grayscale: #7C7C7C. Windows color (decimal): -8353986 or 4097920. OLE color: 4097920.

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

Color convert

RGB12813562-
CMYK0.0500.540.47
HSL65.75º37.06%38.63%-
HSV(B)65.75º54.07%52.94%-
XYZ18.4422.267.88-
YUV124.5892.68130.44-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.38%
GREEN value IS 135 (53.12% from 255) = 41.54%
BLUE value IS 62 (24.61% from 255) = 19.08%
R=39.38%
G=41.54%
B=19.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128135620.0500.540.4765.7537.0638.63
Hex80873E50362F422527
Octal200207765066571024547
Binary100000001000011111111010101101101011111000010100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80873E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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