#838B48

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

Shades of Wasabi #838B48

Tints of Wasabi #838B48

Color information

#838B48 (or 0x838B48) is unknown color: approx Wasabi. HEX triplet: 83, 8B and 48. RGB value is (131,139,72). Sum of RGB (Red+Green+Blue) = 131+139+72=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 139 (54.69% from 255 or 40.64% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 139 - color contains mainly: green. Hex color #838B48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838B48 is #7C74B7. Grayscale: #818181. Windows color (decimal): -8156344 or 4754307. OLE color: 4754307.

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

Color convert

RGB13113972-
CMYK0.0600.480.45
HSL67.16º31.75%41.37%-
HSV(B)67.16º48.2%54.51%-
XYZ19.7623.769.68-
YUV128.9795.85129.45-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.30%
GREEN value IS 139 (54.69% from 255) = 40.64%
BLUE value IS 72 (28.52% from 255) = 21.05%
R=38.30%
G=40.64%
B=21.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131139720.0600.480.4567.1631.7541.37
Hex838B4860302D432029
Octal2032131106060551034051
Binary1000001110001011100100011001100001011011000011100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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