Html Css Color HEX #93897D Heathered Grey

📋 copy color: '#93897D'

red 147 ◦ green 137 ◦ blue 125

#93897D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heathered Grey #93897D

Tints of Heathered Grey #93897D

RGB

 RED value IS 147 (57.81% from 255) = 35.94%

 GREEN value IS 137 (53.91% from 255) = 33.5%

 BLUE value IS 125 (49.22% from 255) = 30.56%

R = 35.94%
G = 33.5%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#93897D (or 0x93897D) is known color: 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

RGB 147 137 125 -
CMYK 0 0.07 0.15 0.42
HSL 32.73º 0.09% 0.53% -
HSV(B) 32.73º 0.15% 0.58% -
XYZ 24.68 25.58 23.04 -
YUV 138.62 120.31 133.98 -
System Red Green Blue C M Y K H S L
Decimal 147 137 125 0 0.07 0.15 0.42 32.73 0.09 0.53
Hex 93 89 7D 0 7 F 2A 21 9 35
Octal 223 211 175 0 7 17 52 41 11 65
Binary 10010011 10001001 1111101 0 111 1111 101010 100001 1001 110101

Color Harmonies of #93897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93897D

Black with #93897D

Text Example


Text Example

White with #93897D

Text Example


Text Example

HTML Codes & Css Web 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>