#858184

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

Shades of Taupe Grey #858184

Tints of Taupe Grey #858184

Color information

#858184 (or 0x858184) is unknown color: approx Taupe Grey. HEX triplet: 85, 81 and 84. RGB value is (133,129,132). Sum of RGB (Red+Green+Blue) = 133+129+132=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 133 - color contains mainly: red. Hex color #858184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858184 is #7A7E7B. Grayscale: #828282. Windows color (decimal): -8027772 or 8683909. OLE color: 8683909.

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

Color convert

RGB133129132-
CMYK00.030.010.48
HSL315º1.61%51.37%-
HSV(B)315º3.01%52.16%-
XYZ21.6922.3525-
YUV130.54128.83129.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.76%
GREEN value IS 129 (50.78% from 255) = 32.74%
BLUE value IS 132 (51.95% from 255) = 33.50%
R=33.76%
G=32.74%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312913200.030.010.483151.6151.37
Hex8581840313013b233
Octal20520120403160473263
Binary100001011000000110000100011111000010011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858184; }

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

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

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

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

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

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

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

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