#858836

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

Shades of Wasabi #858836

Tints of Wasabi #858836

Color information

#858836 (or 0x858836) is unknown color: approx Wasabi. HEX triplet: 85, 88 and 36. RGB value is (133,136,54). Sum of RGB (Red+Green+Blue) = 133+136+54=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 54 (21.48% from 255 or 16.72% from 323); Max value from RGB is 136 - color contains mainly: green. Hex color #858836 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858836 is #7A77C9. Grayscale: #7E7E7E. Windows color (decimal): -8026058 or 3573893. OLE color: 3573893.

HSL color Cylindrical-coordinate representation of color #858836: hue angle of 62.2º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #858836 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB13313654-
CMYK0.0200.600.47
HSL62.2º43.16%37.25%-
HSV(B)62.2º60.29%53.33%-
XYZ19.1422.866.89-
YUV125.7687.51133.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.18%
GREEN value IS 136 (53.52% from 255) = 42.11%
BLUE value IS 54 (21.48% from 255) = 16.72%
R=41.18%
G=42.11%
B=16.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133136540.0200.600.4762.243.1637.25
Hex858836203C2F3e2b25
Octal20521066207457765345
Binary1000010110001000110110100111100101111111110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858836; }

 p { color: rgb(133,136,54); }

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

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

 a { background-color: rgb(133,136,54); }

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

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

 span { border-color: rgb(133,136,54); }

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