#85953E

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

Shades of Wasabi #85953E

Tints of Wasabi #85953E

Color information

#85953E (or 0x85953E) is unknown color: approx Wasabi. HEX triplet: 85, 95 and 3E. RGB value is (133,149,62). Sum of RGB (Red+Green+Blue) = 133+149+62=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 149 (58.59% from 255 or 43.31% from 344); Blue value is 62 (24.61% from 255 or 18.02% from 344); Max value from RGB is 149 - color contains mainly: green. Hex color #85953E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85953E is #7A6AC1. Grayscale: #868686. Windows color (decimal): -8022722 or 4101509. OLE color: 4101509.

HSL color Cylindrical-coordinate representation of color #85953E: hue angle of 71.03º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #85953E is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB13314962-
CMYK0.1100.580.42
HSL71.03º41.23%41.37%-
HSV(B)71.03º58.39%58.43%-
XYZ21.2926.838.61-
YUV134.387.2127.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.66%
GREEN value IS 149 (58.59% from 255) = 43.31%
BLUE value IS 62 (24.61% from 255) = 18.02%
R=38.66%
G=43.31%
B=18.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133149620.1100.580.4271.0341.2341.37
Hex85953EB03A2A472929
Octal2052257613072521075151
Binary1000010110010101111110101101110101010101000111101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85953E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85953E; }

 p { color: rgb(133,149,62); }

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

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

 a { background-color: rgb(133,149,62); }

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

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

 span { border-color: rgb(133,149,62); }

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