#858B35

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

Shades of Wasabi #858B35

Tints of Wasabi #858B35

Color information

#858B35 (or 0x858B35) is unknown color: approx Wasabi. HEX triplet: 85, 8B and 35. RGB value is (133,139,53). Sum of RGB (Red+Green+Blue) = 133+139+53=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 139 (54.69% from 255 or 42.77% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 139 - color contains mainly: green. Hex color #858B35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858B35 is #7A74CA. Grayscale: #7F7F7F. Windows color (decimal): -8025291 or 3509125. OLE color: 3509125.

HSL color Cylindrical-coordinate representation of color #858B35: hue angle of 64.19º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #858B35 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.45.

Color convert

RGB13313953-
CMYK0.0400.620.45
HSL64.19º44.79%37.65%-
HSV(B)64.19º61.87%54.51%-
XYZ19.5523.716.91-
YUV127.486.01131.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.92%
GREEN value IS 139 (54.69% from 255) = 42.77%
BLUE value IS 53 (21.09% from 255) = 16.31%
R=40.92%
G=42.77%
B=16.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal133139530.0400.620.4564.1944.7937.65
Hex858B35403E2D402d26
Octal205213654076551005546
Binary100001011000101111010110001111101011011000000101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,139,53); }

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

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

 a { background-color: rgb(133,139,53); }

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

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

 span { border-color: rgb(133,139,53); }

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