#83944D

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

Shades of Wasabi #83944D

Tints of Wasabi #83944D

Color information

#83944D (or 0x83944D) is unknown color: approx Wasabi. HEX triplet: 83, 94 and 4D. RGB value is (131,148,77). Sum of RGB (Red+Green+Blue) = 131+148+77=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 148 - color contains mainly: green. Hex color #83944D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83944D is #7C6BB2. Grayscale: #878787. Windows color (decimal): -8154035 or 5084291. OLE color: 5084291.

HSL color Cylindrical-coordinate representation of color #83944D: hue angle of 74.37º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83944D is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB13114877-
CMYK0.1100.480.42
HSL74.37º31.56%44.12%-
HSV(B)74.37º47.97%58.04%-
XYZ21.2926.5411.02-
YUV134.8295.37125.27-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.80%
GREEN value IS 148 (58.20% from 255) = 41.57%
BLUE value IS 77 (30.47% from 255) = 21.63%
R=36.80%
G=41.57%
B=21.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131148770.1100.480.4274.3731.5644.12
Hex83944DB0302A4a202c
Octal20322411513060521124054
Binary10000011100101001001101101101100001010101001010100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83944D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,148,77); }

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

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

 a { background-color: rgb(131,148,77); }

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

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

 span { border-color: rgb(131,148,77); }

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