#83944A

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

Shades of Wasabi #83944A

Tints of Wasabi #83944A

Color information

#83944A (or 0x83944A) is unknown color: approx Wasabi. HEX triplet: 83, 94 and 4A. RGB value is (131,148,74). Sum of RGB (Red+Green+Blue) = 131+148+74=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 148 - color contains mainly: green. Hex color #83944A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83944A is #7C6BB5. Grayscale: #868686. Windows color (decimal): -8154038 or 4887683. OLE color: 4887683.

HSL color Cylindrical-coordinate representation of color #83944A: hue angle of 73.78º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #83944A is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB13114874-
CMYK0.1100.500.42
HSL73.78º33.33%43.53%-
HSV(B)73.78º50%58.04%-
XYZ21.1926.510.48-
YUV134.4893.87125.52-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.11%
GREEN value IS 148 (58.20% from 255) = 41.93%
BLUE value IS 74 (29.30% from 255) = 20.96%
R=37.11%
G=41.93%
B=20.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131148740.1100.500.4273.7833.3343.53
Hex83944AB0322A4a212c
Octal20322411213062521124154
Binary10000011100101001001010101101100101010101001010100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83944A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83944A; }

 p { color: rgb(131,148,74); }

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

<style>
 a { background-color: #83944A; }

 a { background-color: rgb(131,148,74); }

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

<style>
 span { border-color: #83944A; }

 span { border-color: rgb(131,148,74); }

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