#858834

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

Shades of Wasabi #858834

Tints of Wasabi #858834

Color information

#858834 (or 0x858834) is unknown color: approx Wasabi. HEX triplet: 85, 88 and 34. RGB value is (133,136,52). Sum of RGB (Red+Green+Blue) = 133+136+52=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 136 - color contains mainly: green. Hex color #858834 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858834 is #7A77CB. Grayscale: #7D7D7D. Windows color (decimal): -8026060 or 3442821. OLE color: 3442821.

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

Color convert

RGB13313652-
CMYK0.0200.620.47
HSL62.14º44.68%36.86%-
HSV(B)62.14º61.76%53.33%-
XYZ19.122.846.65-
YUV125.5386.51133.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.43%
GREEN value IS 136 (53.52% from 255) = 42.37%
BLUE value IS 52 (20.70% from 255) = 16.20%
R=41.43%
G=42.37%
B=16.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133136520.0200.620.4762.1444.6836.86
Hex858834203E2F3e2d25
Octal20521064207657765545
Binary1000010110001000110100100111110101111111110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858834; }

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

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

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

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

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

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

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

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