#858485

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

Shades of Taupe Grey #858485

Tints of Taupe Grey #858485

Color information

#858485 (or 0x858485) is unknown color: approx Taupe Grey. HEX triplet: 85, 84 and 85. RGB value is (133,132,133). Sum of RGB (Red+Green+Blue) = 133+132+133=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #858485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858485 is #7A7B7A. Grayscale: #848484. Windows color (decimal): -8027003 or 8750213. OLE color: 8750213.

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

Color convert

RGB133132133-
CMYK00.0100.48
HSL300º0.41%51.96%-
HSV(B)300º0.75%52.16%-
XYZ22.1623.1825.5-
YUV132.41128.33128.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.42%
GREEN value IS 132 (51.95% from 255) = 33.17%
BLUE value IS 133 (52.34% from 255) = 33.42%
R=33.42%
G=33.17%
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
Decimal13313213300.0100.483000.4151.96
Hex8584850103012c034
Octal20520420501060454064
Binary1000010110000100100001010101100001001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858485; }

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

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

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

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

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

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

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

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