#83914D

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

Shades of Wasabi #83914D

Tints of Wasabi #83914D

Color information

#83914D (or 0x83914D) is unknown color: approx Wasabi. HEX triplet: 83, 91 and 4D. RGB value is (131,145,77). Sum of RGB (Red+Green+Blue) = 131+145+77=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 145 (57.03% from 255 or 41.08% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 145 - color contains mainly: green. Hex color #83914D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83914D is #7C6EB2. Grayscale: #858585. Windows color (decimal): -8154803 or 5083523. OLE color: 5083523.

HSL color Cylindrical-coordinate representation of color #83914D: hue angle of 72.35º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83914D is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB13114577-
CMYK0.1000.470.43
HSL72.35º30.63%43.53%-
HSV(B)72.35º46.9%56.86%-
XYZ20.8325.6110.87-
YUV133.0696.36126.53-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.11%
GREEN value IS 145 (57.03% from 255) = 41.08%
BLUE value IS 77 (30.47% from 255) = 21.81%
R=37.11%
G=41.08%
B=21.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal131145770.1000.470.4372.3530.6343.53
Hex83914DA02F2B481f2c
Octal20322111512057531103754
Binary1000001110010001100110110100101111101011100100011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83914D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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