#838B50

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

Shades of Wasabi #838B50

Tints of Wasabi #838B50

Color information

#838B50 (or 0x838B50) is unknown color: approx Wasabi. HEX triplet: 83, 8B and 50. RGB value is (131,139,80). Sum of RGB (Red+Green+Blue) = 131+139+80=350 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.43% from 350); Green value is 139 (54.69% from 255 or 39.71% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 139 - color contains mainly: green. Hex color #838B50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838B50 is #7C74AF. Grayscale: #828282. Windows color (decimal): -8156336 or 5278595. OLE color: 5278595.

HSL color Cylindrical-coordinate representation of color #838B50: hue angle of 68.14º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #838B50 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB13113980-
CMYK0.0600.420.45
HSL68.14º26.94%42.94%-
HSV(B)68.14º42.45%54.51%-
XYZ20.0423.8711.14-
YUV129.8899.85128.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.43%
GREEN value IS 139 (54.69% from 255) = 39.71%
BLUE value IS 80 (31.64% from 255) = 22.86%
R=37.43%
G=39.71%
B=22.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131139800.0600.420.4568.1426.9442.94
Hex838B50602A2D441b2b
Octal2032131206052551043353
Binary100000111000101110100001100101010101101100010011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838B50; }

 p { color: rgb(131,139,80); }

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

<style>
 a { background-color: #838B50; }

 a { background-color: rgb(131,139,80); }

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

<style>
 span { border-color: #838B50; }

 span { border-color: rgb(131,139,80); }

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