#83963B

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

Shades of Wasabi #83963B

Tints of Wasabi #83963B

Color information

#83963B (or 0x83963B) is unknown color: approx Wasabi. HEX triplet: 83, 96 and 3B. RGB value is (131,150,59). Sum of RGB (Red+Green+Blue) = 131+150+59=340 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.53% from 340); Green value is 150 (58.98% from 255 or 44.12% from 340); Blue value is 59 (23.44% from 255 or 17.35% from 340); Max value from RGB is 150 - color contains mainly: green. Hex color #83963B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83963B is #7C69C4. Grayscale: #868686. Windows color (decimal): -8153541 or 3905155. OLE color: 3905155.

HSL color Cylindrical-coordinate representation of color #83963B: hue angle of 72.53º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #83963B is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB13115059-
CMYK0.1300.610.41
HSL72.53º43.54%40.98%-
HSV(B)72.53º60.67%58.82%-
XYZ21.0626.958.23-
YUV133.9485.71125.9-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.53%
GREEN value IS 150 (58.98% from 255) = 44.12%
BLUE value IS 59 (23.44% from 255) = 17.35%
R=38.53%
G=44.12%
B=17.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal131150590.1300.610.4172.5343.5440.98
Hex83963BD03D29492c29
Octal2032267315075511115451
Binary1000001110010110111011110101111011010011001001101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83963B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83963B; }

 p { color: rgb(131,150,59); }

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

<style>
 a { background-color: #83963B; }

 a { background-color: rgb(131,150,59); }

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

<style>
 span { border-color: #83963B; }

 span { border-color: rgb(131,150,59); }

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