#85953C

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

Shades of Wasabi #85953C

Tints of Wasabi #85953C

Color information

#85953C (or 0x85953C) is unknown color: approx Wasabi. HEX triplet: 85, 95 and 3C. RGB value is (133,149,60). Sum of RGB (Red+Green+Blue) = 133+149+60=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 149 - color contains mainly: green. Hex color #85953C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85953C is #7A6AC3. Grayscale: #868686. Windows color (decimal): -8022724 or 3970437. OLE color: 3970437.

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

Color convert

RGB13314960-
CMYK0.1100.600.42
HSL70.79º42.58%40.98%-
HSV(B)70.79º59.73%58.43%-
XYZ21.2426.818.33-
YUV134.0786.2127.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.89%
GREEN value IS 149 (58.59% from 255) = 43.57%
BLUE value IS 60 (23.83% from 255) = 17.54%
R=38.89%
G=43.57%
B=17.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133149600.1100.600.4270.7942.5840.98
Hex85953CB03C2A472b29
Octal2052257413074521075351
Binary1000010110010101111100101101111001010101000111101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85953C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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