#83863C

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

Shades of Wasabi #83863C

Tints of Wasabi #83863C

Color information

#83863C (or 0x83863C) is unknown color: approx Wasabi. HEX triplet: 83, 86 and 3C. RGB value is (131,134,60). Sum of RGB (Red+Green+Blue) = 131+134+60=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 134 - color contains mainly: green. Hex color #83863C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83863C is #7C79C3. Grayscale: #7C7C7C. Windows color (decimal): -8157636 or 3966595. OLE color: 3966595.

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

Color convert

RGB13113460-
CMYK0.0200.550.47
HSL62.43º38.14%38.04%-
HSV(B)62.43º55.22%52.55%-
XYZ18.722.27.57-
YUV124.6791.51132.52-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.31%
GREEN value IS 134 (52.73% from 255) = 41.23%
BLUE value IS 60 (23.83% from 255) = 18.46%
R=40.31%
G=41.23%
B=18.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131134600.0200.550.4762.4338.1438.04
Hex83863C20372F3e2626
Octal20320674206757764646
Binary1000001110000110111100100110111101111111110100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83863C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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