#85913F

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

Shades of Wasabi #85913F

Tints of Wasabi #85913F

Color information

#85913F (or 0x85913F) is unknown color: approx Wasabi. HEX triplet: 85, 91 and 3F. RGB value is (133,145,63). Sum of RGB (Red+Green+Blue) = 133+145+63=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 145 (57.03% from 255 or 42.52% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 145 - color contains mainly: green. Hex color #85913F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85913F is #7A6EC0. Grayscale: #848484. Windows color (decimal): -8023745 or 4166021. OLE color: 4166021.

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

Color convert

RGB13314563-
CMYK0.0800.570.43
HSL68.78º39.42%40.78%-
HSV(B)68.78º56.55%56.86%-
XYZ20.725.68.55-
YUV132.0689.02128.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.00%
GREEN value IS 145 (57.03% from 255) = 42.52%
BLUE value IS 63 (25% from 255) = 18.48%
R=39.00%
G=42.52%
B=18.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal133145630.0800.570.4368.7839.4240.78
Hex85913F80392B452729
Octal2052217710071531054751
Binary1000010110010001111111100001110011010111000101100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85913F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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