#83944C

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

Shades of Wasabi #83944C

Tints of Wasabi #83944C

Color information

#83944C (or 0x83944C) is unknown color: approx Wasabi. HEX triplet: 83, 94 and 4C. RGB value is (131,148,76). Sum of RGB (Red+Green+Blue) = 131+148+76=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 148 - color contains mainly: green. Hex color #83944C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83944C is #7C6BB3. Grayscale: #868686. Windows color (decimal): -8154036 or 5018755. OLE color: 5018755.

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

Color convert

RGB13114876-
CMYK0.1100.490.42
HSL74.17º32.14%43.92%-
HSV(B)74.17º48.65%58.04%-
XYZ21.2526.5310.84-
YUV134.7194.87125.35-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.90%
GREEN value IS 148 (58.20% from 255) = 41.69%
BLUE value IS 76 (30.08% from 255) = 21.41%
R=36.90%
G=41.69%
B=21.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131148760.1100.490.4274.1732.1443.92
Hex83944CB0312A4a202c
Octal20322411413061521124054
Binary10000011100101001001100101101100011010101001010100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83944C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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