#85954E

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

Shades of Wasabi #85954E

Tints of Wasabi #85954E

Color information

#85954E (or 0x85954E) is unknown color: approx Wasabi. HEX triplet: 85, 95 and 4E. RGB value is (133,149,78). Sum of RGB (Red+Green+Blue) = 133+149+78=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 149 (58.59% from 255 or 41.39% from 360); Blue value is 78 (30.86% from 255 or 21.67% from 360); Max value from RGB is 149 - color contains mainly: green. Hex color #85954E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85954E is #7A6AB1. Grayscale: #888888. Windows color (decimal): -8022706 or 5150085. OLE color: 5150085.

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

Color convert

RGB13314978-
CMYK0.1100.480.42
HSL73.52º31.28%44.51%-
HSV(B)73.52º47.65%58.43%-
XYZ21.827.0311.28-
YUV136.1295.2125.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.94%
GREEN value IS 149 (58.59% from 255) = 41.39%
BLUE value IS 78 (30.86% from 255) = 21.67%
R=36.94%
G=41.39%
B=21.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133149780.1100.480.4273.5231.2844.51
Hex85954EB0302A4a1f2d
Octal20522511613060521123755
Binary1000010110010101100111010110110000101010100101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85954E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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