#93897D

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

Shades of Heathered Grey #93897D

Tints of Heathered Grey #93897D

Color information

#93897D (or 0x93897D) is unknown color: approx Heathered Grey. HEX triplet: 93, 89 and 7D. RGB value is (147,137,125). Sum of RGB (Red+Green+Blue) = 147+137+125=409 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.94% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 147 - color contains mainly: red. Hex color #93897D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93897D is #6C7682. Grayscale: #8A8A8A. Windows color (decimal): -7108227 or 8227219. OLE color: 8227219.

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

Color convert

RGB147137125-
CMYK00.070.150.42
HSL32.73º9.24%53.33%-
HSV(B)32.73º14.97%57.65%-
XYZ24.6825.5823.04-
YUV138.62120.31133.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.94%
GREEN value IS 137 (53.91% from 255) = 33.50%
BLUE value IS 125 (49.22% from 255) = 30.56%
R=35.94%
G=33.50%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713712500.070.150.4232.739.2453.33
Hex93897D07F2A21935
Octal223211175071752411165
Binary10010011100010011111101011111111010101000011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93897D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,137,125); }

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

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

 a { background-color: rgb(147,137,125); }

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

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

 span { border-color: rgb(147,137,125); }

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