#858735

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

Shades of Wasabi #858735

Tints of Wasabi #858735

Color information

#858735 (or 0x858735) is unknown color: approx Wasabi. HEX triplet: 85, 87 and 35. RGB value is (133,135,53). Sum of RGB (Red+Green+Blue) = 133+135+53=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 135 - color contains mainly: green. Hex color #858735 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858735 is #7A78CA. Grayscale: #7D7D7D. Windows color (decimal): -8026315 or 3508101. OLE color: 3508101.

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

Color convert

RGB13313553-
CMYK0.0100.610.47
HSL61.46º43.62%36.86%-
HSV(B)61.46º60.74%52.94%-
XYZ18.9822.576.72-
YUV125.0587.34133.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.43%
GREEN value IS 135 (53.12% from 255) = 42.06%
BLUE value IS 53 (21.09% from 255) = 16.51%
R=41.43%
G=42.06%
B=16.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133135530.0100.610.4761.4643.6236.86
Hex858735103D2F3d2c25
Octal20520765107557755445
Binary100001011000011111010110111101101111111101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858735; }

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

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

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

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

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

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

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

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