#85894B

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

Shades of Wasabi #85894B

Tints of Wasabi #85894B

Color information

#85894B (or 0x85894B) is unknown color: approx Wasabi. HEX triplet: 85, 89 and 4B. RGB value is (133,137,75). Sum of RGB (Red+Green+Blue) = 133+137+75=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 137 - color contains mainly: green. Hex color #85894B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85894B is #7A76B4. Grayscale: #808080. Windows color (decimal): -8025781 or 4950405. OLE color: 4950405.

HSL color Cylindrical-coordinate representation of color #85894B: hue angle of 63.87º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85894B is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB13313775-
CMYK0.0300.450.46
HSL63.87º29.25%41.57%-
HSV(B)63.87º45.26%53.73%-
XYZ19.8923.3910.12-
YUV128.7497.67131.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.55%
GREEN value IS 137 (53.91% from 255) = 39.71%
BLUE value IS 75 (29.69% from 255) = 21.74%
R=38.55%
G=39.71%
B=21.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal133137750.0300.450.4663.8729.2541.57
Hex85894B302D2E401d2a
Octal2052111133055561003552
Binary10000101100010011001011110101101101110100000011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85894B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85894B; }

 p { color: rgb(133,137,75); }

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

<style>
 a { background-color: #85894B; }

 a { background-color: rgb(133,137,75); }

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

<style>
 span { border-color: #85894B; }

 span { border-color: rgb(133,137,75); }

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