#849352

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

Shades of Wasabi #849352

Tints of Wasabi #849352

Color information

#849352 (or 0x849352) is unknown color: approx Wasabi. HEX triplet: 84, 93 and 52. RGB value is (132,147,82). Sum of RGB (Red+Green+Blue) = 132+147+82=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 147 - color contains mainly: green. Hex color #849352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849352 is #7B6CAD. Grayscale: #878787. Windows color (decimal): -8088750 or 5411716. OLE color: 5411716.

HSL color Cylindrical-coordinate representation of color #849352: hue angle of 73.85º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #849352 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB13214782-
CMYK0.1000.440.42
HSL73.85º28.38%44.9%-
HSV(B)73.85º44.22%57.65%-
XYZ21.4726.3811.94-
YUV135.1198.03125.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.57%
GREEN value IS 147 (57.81% from 255) = 40.72%
BLUE value IS 82 (32.42% from 255) = 22.71%
R=36.57%
G=40.72%
B=22.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132147820.1000.440.4273.8528.3844.9
Hex849352A02C2A4a1c2d
Octal20422312212054521123455
Binary1000010010010011101001010100101100101010100101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849352; }

 p { color: rgb(132,147,82); }

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

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

 a { background-color: rgb(132,147,82); }

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

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

 span { border-color: rgb(132,147,82); }

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