#80893D

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

Shades of Wasabi #80893D

Tints of Wasabi #80893D

Color information

#80893D (or 0x80893D) is unknown color: approx Wasabi. HEX triplet: 80, 89 and 3D. RGB value is (128,137,61). Sum of RGB (Red+Green+Blue) = 128+137+61=326 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.26% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 137 - color contains mainly: green. Hex color #80893D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80893D is #7F76C2. Grayscale: #7D7D7D. Windows color (decimal): -8353475 or 4032896. OLE color: 4032896.

HSL color Cylindrical-coordinate representation of color #80893D: hue angle of 67.11º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80893D is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.

Color convert

RGB12813761-
CMYK0.0700.550.46
HSL67.11º38.38%38.82%-
HSV(B)67.11º55.47%53.73%-
XYZ18.6922.827.83-
YUV125.6591.52129.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.26%
GREEN value IS 137 (53.91% from 255) = 42.02%
BLUE value IS 61 (24.22% from 255) = 18.71%
R=39.26%
G=42.02%
B=18.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal128137610.0700.550.4667.1138.3838.82
Hex80893D70372E432627
Octal200211757067561034647
Binary100000001000100111110111101101111011101000011100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80893D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80893D; }

 p { color: rgb(128,137,61); }

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

<style>
 a { background-color: #80893D; }

 a { background-color: rgb(128,137,61); }

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

<style>
 span { border-color: #80893D; }

 span { border-color: rgb(128,137,61); }

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