#84863D

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

Shades of Wasabi #84863D

Tints of Wasabi #84863D

Color information

#84863D (or 0x84863D) is unknown color: approx Wasabi. HEX triplet: 84, 86 and 3D. RGB value is (132,134,61). Sum of RGB (Red+Green+Blue) = 132+134+61=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 134 (52.73% from 255 or 40.98% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 134 - color contains mainly: green. Hex color #84863D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84863D is #7B79C2. Grayscale: #7D7D7D. Windows color (decimal): -8092099 or 4032132. OLE color: 4032132.

HSL color Cylindrical-coordinate representation of color #84863D: hue angle of 61.64º 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 #84863D is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB13213461-
CMYK0.0100.540.47
HSL61.64º37.44%38.24%-
HSV(B)61.64º54.48%52.55%-
XYZ18.8822.297.72-
YUV125.0891.84132.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.37%
GREEN value IS 134 (52.73% from 255) = 40.98%
BLUE value IS 61 (24.22% from 255) = 18.65%
R=40.37%
G=40.98%
B=18.65%

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
Decimal132134610.0100.540.4761.6437.4438.24
Hex84863D10362F3e2526
Octal20420675106657764546
Binary100001001000011011110110110110101111111110100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84863D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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