#858083

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

Shades of Taupe Grey #858083

Tints of Taupe Grey #858083

Color information

#858083 (or 0x858083) is unknown color: approx Taupe Grey. HEX triplet: 85, 80 and 83. RGB value is (133,128,131). Sum of RGB (Red+Green+Blue) = 133+128+131=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 133 - color contains mainly: red. Hex color #858083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858083 is #7A7F7C. Grayscale: #818181. Windows color (decimal): -8028029 or 8618117. OLE color: 8618117.

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

Color convert

RGB133128131-
CMYK00.040.020.48
HSL324º2.01%51.18%-
HSV(B)324º3.76%52.16%-
XYZ21.4922.0624.6-
YUV129.84128.66130.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.93%
GREEN value IS 128 (50.39% from 255) = 32.65%
BLUE value IS 131 (51.56% from 255) = 33.42%
R=33.93%
G=32.65%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312813100.040.020.483242.0151.18
Hex85808304230144233
Octal20520020304260504263
Binary10000101100000001000001101001011000010100010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858083; }

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

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

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

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

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

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

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

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