#858949

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

Shades of Wasabi #858949

Tints of Wasabi #858949

Color information

#858949 (or 0x858949) is unknown color: approx Wasabi. HEX triplet: 85, 89 and 49. RGB value is (133,137,73). Sum of RGB (Red+Green+Blue) = 133+137+73=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 137 - color contains mainly: green. Hex color #858949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858949 is #7A76B6. Grayscale: #808080. Windows color (decimal): -8025783 or 4819333. OLE color: 4819333.

HSL color Cylindrical-coordinate representation of color #858949: hue angle of 63.75º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #858949 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB13313773-
CMYK0.0300.470.46
HSL63.75º30.48%41.18%-
HSV(B)63.75º46.72%53.73%-
XYZ19.8223.369.77-
YUV128.5196.67131.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.78%
GREEN value IS 137 (53.91% from 255) = 39.94%
BLUE value IS 73 (28.91% from 255) = 21.28%
R=38.78%
G=39.94%
B=21.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal133137730.0300.470.4663.7530.4841.18
Hex858949302F2E401e29
Octal2052111113057561003651
Binary10000101100010011001001110101111101110100000011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858949; }

 p { color: rgb(133,137,73); }

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

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

 a { background-color: rgb(133,137,73); }

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

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

 span { border-color: rgb(133,137,73); }

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