#838B49

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

Shades of Wasabi #838B49

Tints of Wasabi #838B49

Color information

#838B49 (or 0x838B49) is unknown color: approx Wasabi. HEX triplet: 83, 8B and 49. RGB value is (131,139,73). Sum of RGB (Red+Green+Blue) = 131+139+73=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 139 (54.69% from 255 or 40.52% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 139 - color contains mainly: green. Hex color #838B49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838B49 is #7C74B6. Grayscale: #818181. Windows color (decimal): -8156343 or 4819843. OLE color: 4819843.

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

Color convert

RGB13113973-
CMYK0.0600.470.45
HSL67.27º31.13%41.57%-
HSV(B)67.27º47.48%54.51%-
XYZ19.823.779.85-
YUV129.0896.35129.37-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.19%
GREEN value IS 139 (54.69% from 255) = 40.52%
BLUE value IS 73 (28.91% from 255) = 21.28%
R=38.19%
G=40.52%
B=21.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131139730.0600.470.4567.2731.1341.57
Hex838B49602F2D431f2a
Octal2032131116057551033752
Binary100000111000101110010011100101111101101100001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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