#85904A

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

Shades of Wasabi #85904A

Tints of Wasabi #85904A

Color information

#85904A (or 0x85904A) is unknown color: approx Wasabi. HEX triplet: 85, 90 and 4A. RGB value is (133,144,74). Sum of RGB (Red+Green+Blue) = 133+144+74=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 144 - color contains mainly: green. Hex color #85904A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85904A is #7A6FB5. Grayscale: #858585. Windows color (decimal): -8023990 or 4886661. OLE color: 4886661.

HSL color Cylindrical-coordinate representation of color #85904A: hue angle of 69.43º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85904A is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB13314474-
CMYK0.0800.490.44
HSL69.43º32.11%42.75%-
HSV(B)69.43º48.61%56.47%-
XYZ20.8825.4310.29-
YUV132.7394.86128.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.89%
GREEN value IS 144 (56.64% from 255) = 41.03%
BLUE value IS 74 (29.30% from 255) = 21.08%
R=37.89%
G=41.03%
B=21.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal133144740.0800.490.4469.4332.1142.75
Hex85904A80312C45202b
Octal20522011210061541054053
Binary10000101100100001001010100001100011011001000101100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85904A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85904A; }

 p { color: rgb(133,144,74); }

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

<style>
 a { background-color: #85904A; }

 a { background-color: rgb(133,144,74); }

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

<style>
 span { border-color: #85904A; }

 span { border-color: rgb(133,144,74); }

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