#858845

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

Shades of Wasabi #858845

Tints of Wasabi #858845

Color information

#858845 (or 0x858845) is unknown color: approx Wasabi. HEX triplet: 85, 88 and 45. RGB value is (133,136,69). Sum of RGB (Red+Green+Blue) = 133+136+69=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 136 - color contains mainly: green. Hex color #858845 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858845 is #7A77BA. Grayscale: #7F7F7F. Windows color (decimal): -8026043 or 4556933. OLE color: 4556933.

HSL color Cylindrical-coordinate representation of color #858845: hue angle of 62.69º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #858845 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB13313669-
CMYK0.0200.490.47
HSL62.69º32.68%40.2%-
HSV(B)62.69º49.26%53.33%-
XYZ19.5523.029.04-
YUV127.4695.01131.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.35%
GREEN value IS 136 (53.52% from 255) = 40.24%
BLUE value IS 69 (27.34% from 255) = 20.41%
R=39.35%
G=40.24%
B=20.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133136690.0200.490.4762.6932.6840.2
Hex85884520312F3f2128
Octal205210105206157774150
Binary10000101100010001000101100110001101111111111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858845; }

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

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

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

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

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

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

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

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