#85974E

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

Shades of Wasabi #85974E

Tints of Wasabi #85974E

Color information

#85974E (or 0x85974E) is unknown color: approx Wasabi. HEX triplet: 85, 97 and 4E. RGB value is (133,151,78). Sum of RGB (Red+Green+Blue) = 133+151+78=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 151 (59.38% from 255 or 41.71% from 362); Blue value is 78 (30.86% from 255 or 21.55% from 362); Max value from RGB is 151 - color contains mainly: green. Hex color #85974E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85974E is #7A68B1. Grayscale: #898989. Windows color (decimal): -8022194 or 5150597. OLE color: 5150597.

HSL color Cylindrical-coordinate representation of color #85974E: hue angle of 74.79º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85974E is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB13315178-
CMYK0.1200.480.41
HSL74.79º31.88%44.9%-
HSV(B)74.79º48.34%59.22%-
XYZ22.1127.6711.38-
YUV137.394.54124.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.74%
GREEN value IS 151 (59.38% from 255) = 41.71%
BLUE value IS 78 (30.86% from 255) = 21.55%
R=36.74%
G=41.71%
B=21.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal133151780.1200.480.4174.7931.8844.9
Hex85974EC030294b202d
Octal20522711614060511134055
Binary10000101100101111001110110001100001010011001011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85974E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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