#858635

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

Shades of Wasabi #858635

Tints of Wasabi #858635

Color information

#858635 (or 0x858635) is unknown color: approx Wasabi. HEX triplet: 85, 86 and 35. RGB value is (133,134,53). Sum of RGB (Red+Green+Blue) = 133+134+53=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 53 (21.09% from 255 or 16.56% from 320); Max value from RGB is 134 - color contains mainly: green. Hex color #858635 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858635 is #7A79CA. Grayscale: #7C7C7C. Windows color (decimal): -8026571 or 3507845. OLE color: 3507845.

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

Color convert

RGB13313453-
CMYK0.0100.600.47
HSL60.74º43.32%36.67%-
HSV(B)60.74º60.45%52.55%-
XYZ18.8422.296.68-
YUV124.4787.67134.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.56%
GREEN value IS 134 (52.73% from 255) = 41.88%
BLUE value IS 53 (21.09% from 255) = 16.56%
R=41.56%
G=41.88%
B=16.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133134530.0100.600.4760.7443.3236.67
Hex858635103C2F3d2b25
Octal20520665107457755345
Binary100001011000011011010110111100101111111101101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858635; }

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

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

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

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

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

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

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

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