#848848

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

Shades of Wasabi #848848

Tints of Wasabi #848848

Color information

#848848 (or 0x848848) is unknown color: approx Wasabi. HEX triplet: 84, 88 and 48. RGB value is (132,136,72). Sum of RGB (Red+Green+Blue) = 132+136+72=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 72 (28.52% from 255 or 21.18% from 340); Max value from RGB is 136 - color contains mainly: green. Hex color #848848 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848848 is #7B77B7. Grayscale: #7F7F7F. Windows color (decimal): -8091576 or 4753540. OLE color: 4753540.

HSL color Cylindrical-coordinate representation of color #848848: hue angle of 63.75º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #848848 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB13213672-
CMYK0.0300.470.47
HSL63.75º30.77%40.78%-
HSV(B)63.75º47.06%53.33%-
XYZ19.4922.989.54-
YUV127.5196.67131.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.82%
GREEN value IS 136 (53.52% from 255) = 40%
BLUE value IS 72 (28.52% from 255) = 21.18%
R=38.82%
G=40%
B=21.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132136720.0300.470.4763.7530.7740.78
Hex848848302F2F401f29
Octal2042101103057571003751
Binary10000100100010001001000110101111101111100000011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848848; }

 p { color: rgb(132,136,72); }

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

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

 a { background-color: rgb(132,136,72); }

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

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

 span { border-color: rgb(132,136,72); }

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