#83914C

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

Shades of Wasabi #83914C

Tints of Wasabi #83914C

Color information

#83914C (or 0x83914C) is unknown color: approx Wasabi. HEX triplet: 83, 91 and 4C. RGB value is (131,145,76). Sum of RGB (Red+Green+Blue) = 131+145+76=352 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.22% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 145 - color contains mainly: green. Hex color #83914C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83914C is #7C6EB3. Grayscale: #858585. Windows color (decimal): -8154804 or 5017987. OLE color: 5017987.

HSL color Cylindrical-coordinate representation of color #83914C: hue angle of 72.17º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83914C is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB13114576-
CMYK0.1000.480.43
HSL72.17º31.22%43.33%-
HSV(B)72.17º47.59%56.86%-
XYZ20.7925.610.68-
YUV132.9595.86126.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.22%
GREEN value IS 145 (57.03% from 255) = 41.19%
BLUE value IS 76 (30.08% from 255) = 21.59%
R=37.22%
G=41.19%
B=21.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal131145760.1000.480.4372.1731.2243.33
Hex83914CA0302B481f2b
Octal20322111412060531103753
Binary1000001110010001100110010100110000101011100100011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83914C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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