#84863E

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

Shades of Wasabi #84863E

Tints of Wasabi #84863E

Color information

#84863E (or 0x84863E) is unknown color: approx Wasabi. HEX triplet: 84, 86 and 3E. RGB value is (132,134,62). Sum of RGB (Red+Green+Blue) = 132+134+62=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 62 (24.61% from 255 or 18.90% from 328); Max value from RGB is 134 - color contains mainly: green. Hex color #84863E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84863E is #7B79C1. Grayscale: #7D7D7D. Windows color (decimal): -8092098 or 4097668. OLE color: 4097668.

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

Color convert

RGB13213462-
CMYK0.0100.540.47
HSL61.67º36.73%38.43%-
HSV(B)61.67º53.73%52.55%-
XYZ18.9122.37.87-
YUV125.1992.34132.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.24%
GREEN value IS 134 (52.73% from 255) = 40.85%
BLUE value IS 62 (24.61% from 255) = 18.90%
R=40.24%
G=40.85%
B=18.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132134620.0100.540.4761.6736.7338.43
Hex84863E10362F3e2526
Octal20420676106657764546
Binary100001001000011011111010110110101111111110100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84863E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,134,62); }

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

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

 a { background-color: rgb(132,134,62); }

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

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

 span { border-color: rgb(132,134,62); }

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