#858284

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

Shades of Taupe Grey #858284

Tints of Taupe Grey #858284

Color information

#858284 (or 0x858284) is unknown color: approx Taupe Grey. HEX triplet: 85, 82 and 84. RGB value is (133,130,132). Sum of RGB (Red+Green+Blue) = 133+130+132=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 133 - color contains mainly: red. Hex color #858284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858284 is #7A7D7B. Grayscale: #838383. Windows color (decimal): -8027516 or 8684165. OLE color: 8684165.

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

Color convert

RGB133130132-
CMYK00.020.010.48
HSL320º1.21%51.57%-
HSV(B)320º2.26%52.16%-
XYZ21.8222.6225.05-
YUV131.12128.49129.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.67%
GREEN value IS 130 (51.17% from 255) = 32.91%
BLUE value IS 132 (51.95% from 255) = 33.42%
R=33.67%
G=32.91%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313013200.020.010.483201.2151.57
Hex85828402130140134
Octal20520220402160500164
Binary10000101100000101000010001011100001010000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858284; }

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

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

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

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

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

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

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

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