#83863D

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

Shades of Wasabi #83863D

Tints of Wasabi #83863D

Color information

#83863D (or 0x83863D) is unknown color: approx Wasabi. HEX triplet: 83, 86 and 3D. RGB value is (131,134,61). Sum of RGB (Red+Green+Blue) = 131+134+61=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 134 - color contains mainly: green. Hex color #83863D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83863D is #7C79C2. Grayscale: #7D7D7D. Windows color (decimal): -8157635 or 4032131. OLE color: 4032131.

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

Color convert

RGB13113461-
CMYK0.0200.540.47
HSL62.47º37.44%38.24%-
HSV(B)62.47º54.48%52.55%-
XYZ18.7322.217.72-
YUV124.7892.01132.44-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.18%
GREEN value IS 134 (52.73% from 255) = 41.10%
BLUE value IS 61 (24.22% from 255) = 18.71%
R=40.18%
G=41.10%
B=18.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131134610.0200.540.4762.4737.4438.24
Hex83863D20362F3e2526
Octal20320675206657764546
Binary1000001110000110111101100110110101111111110100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83863D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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