#848384

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

Shades of Monsoon #848384

Tints of Monsoon #848384

Color information

#848384 (or 0x848384) is unknown color: approx Monsoon. HEX triplet: 84, 83 and 84. RGB value is (132,131,132). Sum of RGB (Red+Green+Blue) = 132+131+132=395 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.42% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 132 - color contains mainly: red, blue. Hex color #848384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848384 is #7B7C7B. Grayscale: #838383. Windows color (decimal): -8092796 or 8684420. OLE color: 8684420.

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

Color convert

RGB132131132-
CMYK00.0100.48
HSL300º0.4%51.57%-
HSV(B)300º0.76%51.76%-
XYZ21.822.825.08-
YUV131.41128.33128.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.42%
GREEN value IS 131 (51.56% from 255) = 33.16%
BLUE value IS 132 (51.95% from 255) = 33.42%
R=33.42%
G=33.16%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13213113200.0100.483000.451.57
Hex8483840103012c034
Octal20420320401060454064
Binary1000010010000011100001000101100001001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848384; }

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

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

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

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

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

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

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

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