#83863F

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

Shades of Wasabi #83863F

Tints of Wasabi #83863F

Color information

#83863F (or 0x83863F) is unknown color: approx Wasabi. HEX triplet: 83, 86 and 3F. RGB value is (131,134,63). Sum of RGB (Red+Green+Blue) = 131+134+63=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 134 - color contains mainly: green. Hex color #83863F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83863F is #7C79C0. Grayscale: #7D7D7D. Windows color (decimal): -8157633 or 4163203. OLE color: 4163203.

HSL color Cylindrical-coordinate representation of color #83863F: hue angle of 62.54º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #83863F is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB13113463-
CMYK0.0200.530.47
HSL62.54º36.04%38.63%-
HSV(B)62.54º52.99%52.55%-
XYZ18.7822.238-
YUV125.0193.01132.27-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.94%
GREEN value IS 134 (52.73% from 255) = 40.85%
BLUE value IS 63 (25% from 255) = 19.21%
R=39.94%
G=40.85%
B=19.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131134630.0200.530.4762.5436.0438.63
Hex83863F20352F3f2427
Octal20320677206557774447
Binary1000001110000110111111100110101101111111111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83863F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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