#848385

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

Shades of Topaz #848385

Tints of Topaz #848385

Color information

#848385 (or 0x848385) is unknown color: approx Topaz. HEX triplet: 84, 83 and 85. RGB value is (132,131,133). Sum of RGB (Red+Green+Blue) = 132+131+133=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 133 - color contains mainly: blue. Hex color #848385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848385 is #7B7C7A. Grayscale: #838383. Windows color (decimal): -8092795 or 8749956. OLE color: 8749956.

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

Color convert

RGB132131133-
CMYK0.010.0200.48
HSL270º0.81%51.76%-
HSV(B)270º1.5%52.16%-
XYZ21.8722.8325.44-
YUV131.53128.83128.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.33%
GREEN value IS 131 (51.56% from 255) = 33.08%
BLUE value IS 133 (52.34% from 255) = 33.59%
R=33.33%
G=33.08%
B=33.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321311330.010.0200.482700.8151.76
Hex8483851203010e134
Octal20420320512060416164
Binary10000100100000111000010111001100001000011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848385; }

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

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

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

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

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

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

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

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