#80912D

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

Shades of Wasabi #80912D

Tints of Wasabi #80912D

Color information

#80912D (or 0x80912D) is unknown color: approx Wasabi. HEX triplet: 80, 91 and 2D. RGB value is (128,145,45). Sum of RGB (Red+Green+Blue) = 128+145+45=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #80912D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80912D is #7F6ED2. Grayscale: #808080. Windows color (decimal): -8351443 or 2986368. OLE color: 2986368.

HSL color Cylindrical-coordinate representation of color #80912D: hue angle of 70.2º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80912D is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.

Color convert

RGB12814545-
CMYK0.1200.690.43
HSL70.2º52.63%37.25%-
HSV(B)70.2º68.97%56.86%-
XYZ19.525.036.29-
YUV128.5280.87127.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.25%
GREEN value IS 145 (57.03% from 255) = 45.60%
BLUE value IS 45 (17.97% from 255) = 14.15%
R=40.25%
G=45.60%
B=14.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal128145450.1200.690.4370.252.6337.25
Hex80912DC0452B463525
Octal20022155140105531066545
Binary10000000100100011011011100010001011010111000110110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80912D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,145,45); }

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

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

 a { background-color: rgb(128,145,45); }

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

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

 span { border-color: rgb(128,145,45); }

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