#858633

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

Shades of Wasabi #858633

Tints of Wasabi #858633

Color information

#858633 (or 0x858633) is unknown color: approx Wasabi. HEX triplet: 85, 86 and 33. RGB value is (133,134,51). Sum of RGB (Red+Green+Blue) = 133+134+51=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 51 (20.31% from 255 or 16.04% from 318); Max value from RGB is 134 - color contains mainly: green. Hex color #858633 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858633 is #7A79CC. Grayscale: #7C7C7C. Windows color (decimal): -8026573 or 3376773. OLE color: 3376773.

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

Color convert

RGB13313451-
CMYK0.0100.620.47
HSL60.72º44.86%36.27%-
HSV(B)60.72º61.94%52.55%-
XYZ18.822.286.44-
YUV124.2486.67134.25-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.82%
GREEN value IS 134 (52.73% from 255) = 42.14%
BLUE value IS 51 (20.31% from 255) = 16.04%
R=41.82%
G=42.14%
B=16.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133134510.0100.620.4760.7244.8636.27
Hex858633103E2F3d2d24
Octal20520663107657755544
Binary100001011000011011001110111110101111111101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858633; }

 p { color: rgb(133,134,51); }

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

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

 a { background-color: rgb(133,134,51); }

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

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

 span { border-color: rgb(133,134,51); }

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