#85913C

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

Shades of Wasabi #85913C

Tints of Wasabi #85913C

Color information

#85913C (or 0x85913C) is unknown color: approx Wasabi. HEX triplet: 85, 91 and 3C. RGB value is (133,145,60). Sum of RGB (Red+Green+Blue) = 133+145+60=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 145 (57.03% from 255 or 42.90% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 145 - color contains mainly: green. Hex color #85913C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85913C is #7A6EC3. Grayscale: #848484. Windows color (decimal): -8023748 or 3969413. OLE color: 3969413.

HSL color Cylindrical-coordinate representation of color #85913C: hue angle of 68.47º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85913C is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB13314560-
CMYK0.0800.590.43
HSL68.47º41.46%40.2%-
HSV(B)68.47º58.62%56.86%-
XYZ20.6125.568.12-
YUV131.7287.52128.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.35%
GREEN value IS 145 (57.03% from 255) = 42.90%
BLUE value IS 60 (23.83% from 255) = 17.75%
R=39.35%
G=42.90%
B=17.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal133145600.0800.590.4368.4741.4640.2
Hex85913C803B2B442928
Octal2052217410073531045150
Binary1000010110010001111100100001110111010111000100101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85913C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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