#83894B

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

Shades of Wasabi #83894B

Tints of Wasabi #83894B

Color information

#83894B (or 0x83894B) is unknown color: approx Wasabi. HEX triplet: 83, 89 and 4B. RGB value is (131,137,75). Sum of RGB (Red+Green+Blue) = 131+137+75=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 137 - color contains mainly: green. Hex color #83894B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83894B is #7C76B4. Grayscale: #808080. Windows color (decimal): -8156853 or 4950403. OLE color: 4950403.

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

Color convert

RGB13113775-
CMYK0.0400.450.46
HSL65.81º29.25%41.57%-
HSV(B)65.81º45.26%53.73%-
XYZ19.5823.2210.11-
YUV128.1498.01130.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.19%
GREEN value IS 137 (53.91% from 255) = 39.94%
BLUE value IS 75 (29.69% from 255) = 21.87%
R=38.19%
G=39.94%
B=21.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal131137750.0400.450.4665.8129.2541.57
Hex83894B402D2E421d2a
Octal2032111134055561023552
Binary100000111000100110010111000101101101110100001011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83894B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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