#838F48

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

Shades of Wasabi #838F48

Tints of Wasabi #838F48

Color information

#838F48 (or 0x838F48) is unknown color: approx Wasabi. HEX triplet: 83, 8F and 48. RGB value is (131,143,72). Sum of RGB (Red+Green+Blue) = 131+143+72=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 143 (56.25% from 255 or 41.33% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 143 - color contains mainly: green. Hex color #838F48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838F48 is #7C70B7. Grayscale: #838383. Windows color (decimal): -8155320 or 4755331. OLE color: 4755331.

HSL color Cylindrical-coordinate representation of color #838F48: hue angle of 70.14º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #838F48 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB13114372-
CMYK0.0800.500.44
HSL70.14º33.02%42.16%-
HSV(B)70.14º49.65%56.08%-
XYZ20.3524.949.87-
YUV131.3294.52127.77-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.86%
GREEN value IS 143 (56.25% from 255) = 41.33%
BLUE value IS 72 (28.52% from 255) = 20.81%
R=37.86%
G=41.33%
B=20.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131143720.0800.500.4470.1433.0242.16
Hex838F4880322C46212a
Octal20321711010062541064152
Binary10000011100011111001000100001100101011001000110100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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