#85913b

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

Shades of Wasabi #85913B

Tints of Wasabi #85913B

Color information

#85913B (or 0x85913B) is unknown color: approx Wasabi. HEX triplet: 85, 91 and 3B. RGB value is (133,145,59). Sum of RGB (Red+Green+Blue) = 133+145+59=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 59 (23.44% from 255 or 17.51% from 337); Max value from RGB is 145 - color contains mainly: green. Hex color #85913B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85913B is #7A6EC4. Grayscale: #838383. Windows color (decimal): -8023749 or 3903877. OLE color: 3903877.

HSL color Cylindrical-coordinate representation of color #85913B: hue angle of 68.37º degrees, saturation: 0.42, 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 #85913B is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB13314559-
CMYK0.0800.590.43
HSL68.37º42.16%40%-
HSV(B)68.37º59.31%56.86%-
XYZ20.5925.557.98-
YUV131.6187.02128.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.47%
GREEN value IS 145 (57.03% from 255) = 43.03%
BLUE value IS 59 (23.44% from 255) = 17.51%
R=39.47%
G=43.03%
B=17.51%

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
Decimal133145590.0800.590.4368.3742.1640
Hex85913B803B2B442a28
Octal2052217310073531045250
Binary1000010110010001111011100001110111010111000100101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85913b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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