#858C4A

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

Shades of Wasabi #858C4A

Tints of Wasabi #858C4A

Color information

#858C4A (or 0x858C4A) is unknown color: approx Wasabi. HEX triplet: 85, 8C and 4A. RGB value is (133,140,74). Sum of RGB (Red+Green+Blue) = 133+140+74=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 140 (55.08% from 255 or 40.35% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 140 - color contains mainly: green. Hex color #858C4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858C4A is #7A73B5. Grayscale: #828282. Windows color (decimal): -8025014 or 4885637. OLE color: 4885637.

HSL color Cylindrical-coordinate representation of color #858C4A: hue angle of 66.36º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #858C4A is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB13314074-
CMYK0.0500.470.45
HSL66.36º30.84%41.96%-
HSV(B)66.36º47.14%54.9%-
XYZ20.2924.2410.09-
YUV130.3896.18129.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.33%
GREEN value IS 140 (55.08% from 255) = 40.35%
BLUE value IS 74 (29.30% from 255) = 21.33%
R=38.33%
G=40.35%
B=21.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal133140740.0500.470.4566.3630.8441.96
Hex858C4A502F2D421f2a
Octal2052141125057551023752
Binary100001011000110010010101010101111101101100001011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858C4A; }

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

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

<style>
 a { background-color: #858C4A; }

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

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

<style>
 span { border-color: #858C4A; }

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

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