#93838D

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

Shades of Taupe Grey #93838D

Tints of Taupe Grey #93838D

Color information

#93838D (or 0x93838D) is unknown color: approx Taupe Grey. HEX triplet: 93, 83 and 8D. RGB value is (147,131,141). Sum of RGB (Red+Green+Blue) = 147+131+141=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 147 - color contains mainly: red. Hex color #93838D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93838D is #6C7C72. Grayscale: #888888. Windows color (decimal): -7109747 or 9274259. OLE color: 9274259.

HSL color Cylindrical-coordinate representation of color #93838D: hue angle of 322.5º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #93838D is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB147131141-
CMYK00.110.040.42
HSL322.5º6.9%54.51%-
HSV(B)322.5º10.88%57.65%-
XYZ24.9624.3628.59-
YUV136.92130.3135.19-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.08%
GREEN value IS 131 (51.56% from 255) = 31.26%
BLUE value IS 141 (55.47% from 255) = 33.65%
R=35.08%
G=31.26%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713114100.110.040.42322.56.954.51
Hex93838D0B42A143737
Octal223203215013452503767
Binary10010011100000111000110101011100101010101000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93838D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93838D; }

 p { color: rgb(147,131,141); }

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

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

 a { background-color: rgb(147,131,141); }

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

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

 span { border-color: rgb(147,131,141); }

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