#849541

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

Shades of Wasabi #849541

Tints of Wasabi #849541

Color information

#849541 (or 0x849541) is unknown color: approx Wasabi. HEX triplet: 84, 95 and 41. RGB value is (132,149,65). Sum of RGB (Red+Green+Blue) = 132+149+65=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 149 - color contains mainly: green. Hex color #849541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849541 is #7B6ABE. Grayscale: #868686. Windows color (decimal): -8088255 or 4298116. OLE color: 4298116.

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

Color convert

RGB13214965-
CMYK0.1100.560.42
HSL72.14º39.25%41.96%-
HSV(B)72.14º56.38%58.43%-
XYZ21.2226.789.05-
YUV134.3488.87126.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.15%
GREEN value IS 149 (58.59% from 255) = 43.06%
BLUE value IS 65 (25.78% from 255) = 18.79%
R=38.15%
G=43.06%
B=18.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132149650.1100.560.4272.1439.2541.96
Hex849541B0382A48272a
Octal20422510113070521104752
Binary10000100100101011000001101101110001010101001000100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849541; }

 p { color: rgb(132,149,65); }

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

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

 a { background-color: rgb(132,149,65); }

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

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

 span { border-color: rgb(132,149,65); }

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