#80873A

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

Shades of Wasabi #80873A

Tints of Wasabi #80873A

Color information

#80873A (or 0x80873A) is unknown color: approx Wasabi. HEX triplet: 80, 87 and 3A. RGB value is (128,135,58). Sum of RGB (Red+Green+Blue) = 128+135+58=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 58 (23.05% from 255 or 18.07% from 321); Max value from RGB is 135 - color contains mainly: green. Hex color #80873A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80873A is #7F78C5. Grayscale: #7C7C7C. Windows color (decimal): -8353990 or 3835776. OLE color: 3835776.

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

Color convert

RGB12813558-
CMYK0.0500.570.47
HSL65.45º39.9%37.84%-
HSV(B)65.45º57.04%52.94%-
XYZ18.3322.227.33-
YUV124.1390.68130.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.88%
GREEN value IS 135 (53.12% from 255) = 42.06%
BLUE value IS 58 (23.05% from 255) = 18.07%
R=39.88%
G=42.06%
B=18.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128135580.0500.570.4765.4539.937.84
Hex80873A50392F412826
Octal200207725071571015046
Binary100000001000011111101010101110011011111000001101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80873A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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