#848184

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

Shades of Monsoon #848184

Tints of Monsoon #848184

Color information

#848184 (or 0x848184) is unknown color: approx Monsoon. HEX triplet: 84, 81 and 84. RGB value is (132,129,132). Sum of RGB (Red+Green+Blue) = 132+129+132=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 132 - color contains mainly: red, blue. Hex color #848184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848184 is #7B7E7B. Grayscale: #828282. Windows color (decimal): -8093308 or 8683908. OLE color: 8683908.

HSL color Cylindrical-coordinate representation of color #848184: hue angle of 300º degrees, saturation: 0.01, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #848184 is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB132129132-
CMYK00.0200.48
HSL300º1.2%51.18%-
HSV(B)300º2.27%51.76%-
XYZ21.5322.2724.99-
YUV130.24128.99129.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.59%
GREEN value IS 129 (50.78% from 255) = 32.82%
BLUE value IS 132 (51.95% from 255) = 33.59%
R=33.59%
G=32.82%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212913200.0200.483001.251.18
Hex8481840203012c133
Octal20420120402060454163
Binary10000100100000011000010001001100001001011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848184; }

 p { color: rgb(132,129,132); }

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

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

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

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

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

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

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