#83894E

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

Shades of Wasabi #83894E

Tints of Wasabi #83894E

Color information

#83894E (or 0x83894E) is unknown color: approx Wasabi. HEX triplet: 83, 89 and 4E. RGB value is (131,137,78). Sum of RGB (Red+Green+Blue) = 131+137+78=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 137 - color contains mainly: green. Hex color #83894E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83894E is #7C76B1. Grayscale: #808080. Windows color (decimal): -8156850 or 5147011. OLE color: 5147011.

HSL color Cylindrical-coordinate representation of color #83894E: hue angle of 66.1º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #83894E is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.46.

Color convert

RGB13113778-
CMYK0.0400.430.46
HSL66.1º27.44%42.16%-
HSV(B)66.1º43.07%53.73%-
XYZ19.6823.2710.66-
YUV128.4899.51129.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.86%
GREEN value IS 137 (53.91% from 255) = 39.60%
BLUE value IS 78 (30.86% from 255) = 22.54%
R=37.86%
G=39.60%
B=22.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal131137780.0400.430.4666.127.4442.16
Hex83894E402B2E421b2a
Octal2032111164053561023352
Binary100000111000100110011101000101011101110100001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83894E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,137,78); }

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

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

 a { background-color: rgb(131,137,78); }

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

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

 span { border-color: rgb(131,137,78); }

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