#858D48

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

Shades of Wasabi #858D48

Tints of Wasabi #858D48

Color information

#858D48 (or 0x858D48) is unknown color: approx Wasabi. HEX triplet: 85, 8D and 48. RGB value is (133,141,72). Sum of RGB (Red+Green+Blue) = 133+141+72=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 141 (55.47% from 255 or 40.75% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 141 - color contains mainly: green. Hex color #858D48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858D48 is #7A72B7. Grayscale: #838383. Windows color (decimal): -8024760 or 4754821. OLE color: 4754821.

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

Color convert

RGB13314172-
CMYK0.0600.490.45
HSL66.96º32.39%41.76%-
HSV(B)66.96º48.94%55.29%-
XYZ20.3724.59.79-
YUV130.7494.85129.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.44%
GREEN value IS 141 (55.47% from 255) = 40.75%
BLUE value IS 72 (28.52% from 255) = 20.81%
R=38.44%
G=40.75%
B=20.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal133141720.0600.490.4566.9632.3941.76
Hex858D4860312D43202a
Octal2052151106061551034052
Binary1000010110001101100100011001100011011011000011100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858D48; }

 p { color: rgb(133,141,72); }

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

<style>
 a { background-color: #858D48; }

 a { background-color: rgb(133,141,72); }

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

<style>
 span { border-color: #858D48; }

 span { border-color: rgb(133,141,72); }

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