#83952E

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

Shades of Wasabi #83952E

Tints of Wasabi #83952E

Color information

#83952E (or 0x83952E) is unknown color: approx Wasabi. HEX triplet: 83, 95 and 2E. RGB value is (131,149,46). Sum of RGB (Red+Green+Blue) = 131+149+46=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 149 (58.59% from 255 or 45.71% from 326); Blue value is 46 (18.36% from 255 or 14.11% from 326); Max value from RGB is 149 - color contains mainly: green. Hex color #83952E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83952E is #7C6AD1. Grayscale: #848484. Windows color (decimal): -8153810 or 3052931. OLE color: 3052931.

HSL color Cylindrical-coordinate representation of color #83952E: hue angle of 70.49º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83952E is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB13114946-
CMYK0.1200.690.42
HSL70.49º52.82%38.24%-
HSV(B)70.49º69.13%58.43%-
XYZ20.626.526.62-
YUV131.8879.54127.38-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.18%
GREEN value IS 149 (58.59% from 255) = 45.71%
BLUE value IS 46 (18.36% from 255) = 14.11%
R=40.18%
G=45.71%
B=14.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131149460.1200.690.4270.4952.8238.24
Hex83952EC0452A463526
Octal20322556140105521066546
Binary10000011100101011011101100010001011010101000110110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83952E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83952E; }

 p { color: rgb(131,149,46); }

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

<style>
 a { background-color: #83952E; }

 a { background-color: rgb(131,149,46); }

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

<style>
 span { border-color: #83952E; }

 span { border-color: rgb(131,149,46); }

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