#83934D

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

Shades of Wasabi #83934D

Tints of Wasabi #83934D

Color information

#83934D (or 0x83934D) is unknown color: approx Wasabi. HEX triplet: 83, 93 and 4D. RGB value is (131,147,77). Sum of RGB (Red+Green+Blue) = 131+147+77=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 147 - color contains mainly: green. Hex color #83934D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83934D is #7C6CB2. Grayscale: #868686. Windows color (decimal): -8154291 or 5084035. OLE color: 5084035.

HSL color Cylindrical-coordinate representation of color #83934D: hue angle of 73.71º degrees, saturation: 0.31, 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 #83934D is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB13114777-
CMYK0.1100.480.42
HSL73.71º31.25%43.92%-
HSV(B)73.71º47.62%57.65%-
XYZ21.1326.2310.97-
YUV134.2495.7125.69-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.90%
GREEN value IS 147 (57.81% from 255) = 41.41%
BLUE value IS 77 (30.47% from 255) = 21.69%
R=36.90%
G=41.41%
B=21.69%

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
Decimal131147770.1100.480.4273.7131.2543.92
Hex83934DB0302A4a1f2c
Octal20322311513060521123754
Binary1000001110010011100110110110110000101010100101011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83934D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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