#858A48

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

Shades of Wasabi #858A48

Tints of Wasabi #858A48

Color information

#858A48 (or 0x858A48) is unknown color: approx Wasabi. HEX triplet: 85, 8A and 48. RGB value is (133,138,72). Sum of RGB (Red+Green+Blue) = 133+138+72=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 138 (54.30% from 255 or 40.23% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 138 - color contains mainly: green. Hex color #858A48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858A48 is #7A75B7. Grayscale: #818181. Windows color (decimal): -8025528 or 4754053. OLE color: 4754053.

HSL color Cylindrical-coordinate representation of color #858A48: hue angle of 64.55º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #858A48 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.46.

Color convert

RGB13313872-
CMYK0.0400.480.46
HSL64.55º31.43%41.18%-
HSV(B)64.55º47.83%54.12%-
XYZ19.9323.639.64-
YUV128.9895.84130.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.78%
GREEN value IS 138 (54.30% from 255) = 40.23%
BLUE value IS 72 (28.52% from 255) = 20.99%
R=38.78%
G=40.23%
B=20.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal133138720.0400.480.4664.5531.4341.18
Hex858A4840302E411f29
Octal2052121104060561013751
Binary100001011000101010010001000110000101110100000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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