#848383

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

Shades of Grey #848383

Tints of Grey #848383

Color information

#848383 (or 0x848383) is unknown color: approx Grey. HEX triplet: 84, 83 and 83. RGB value is (132,131,131). Sum of RGB (Red+Green+Blue) = 132+131+131=394 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.50% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 132 - color contains mainly: red. Hex color #848383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848383 is #7B7C7C. Grayscale: #838383. Windows color (decimal): -8092797 or 8618884. OLE color: 8618884.

HSL color Cylindrical-coordinate representation of color #848383: hue angle of 0º 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 #848383 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB132131131-
CMYK00.010.010.48
HSL0.4%51.57%-
HSV(B)0.76%51.76%-
XYZ21.7322.7824.72-
YUV131.3127.83128.5-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13213113100.010.010.4800.451.57
Hex848383011300034
Octal204203203011600064
Binary10000100100000111000001101111000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848383; }

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

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

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

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

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

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

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

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