#93828F

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

Shades of Taupe Grey #93828F

Tints of Taupe Grey #93828F

Color information

#93828F (or 0x93828F) is unknown color: approx Taupe Grey. HEX triplet: 93, 82 and 8F. RGB value is (147,130,143). Sum of RGB (Red+Green+Blue) = 147+130+143=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 147 - color contains mainly: red. Hex color #93828F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93828F is #6C7D70. Grayscale: #888888. Windows color (decimal): -7110001 or 9405075. OLE color: 9405075.

HSL color Cylindrical-coordinate representation of color #93828F: hue angle of 314.12º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #93828F is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB147130143-
CMYK00.120.030.42
HSL314.12º7.3%54.31%-
HSV(B)314.12º11.56%57.65%-
XYZ24.9724.1529.33-
YUV136.56131.63135.44-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35%
GREEN value IS 130 (51.17% from 255) = 30.95%
BLUE value IS 143 (56.25% from 255) = 34.05%
R=35%
G=30.95%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713014300.120.030.42314.127.354.31
Hex93828F0C32A13a736
Octal223202217014352472766
Binary1001001110000010100011110110011101010100111010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93828F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93828F; }

 p { color: rgb(147,130,143); }

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

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

 a { background-color: rgb(147,130,143); }

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

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

 span { border-color: rgb(147,130,143); }

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