#84894D

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

Shades of Wasabi #84894D

Tints of Wasabi #84894D

Color information

#84894D (or 0x84894D) is unknown color: approx Wasabi. HEX triplet: 84, 89 and 4D. RGB value is (132,137,77). Sum of RGB (Red+Green+Blue) = 132+137+77=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 137 - color contains mainly: green. Hex color #84894D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84894D is #7B76B2. Grayscale: #808080. Windows color (decimal): -8091315 or 5081476. OLE color: 5081476.

HSL color Cylindrical-coordinate representation of color #84894D: hue angle of 65º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84894D is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB13213777-
CMYK0.0400.440.46
HSL65º28.04%41.96%-
HSV(B)65º43.8%53.73%-
XYZ19.823.3310.48-
YUV128.6698.84130.38-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.15%
GREEN value IS 137 (53.91% from 255) = 39.60%
BLUE value IS 77 (30.47% from 255) = 22.25%
R=38.15%
G=39.60%
B=22.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal132137770.0400.440.466528.0441.96
Hex84894D402C2E411c2a
Octal2042111154054561013452
Binary100001001000100110011011000101100101110100000111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84894D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,137,77); }

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

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

 a { background-color: rgb(132,137,77); }

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

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

 span { border-color: rgb(132,137,77); }

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