Html Css Color HEX #93838F Taupe Grey

📋 copy color: '#93838F'

red 147 ◦ green 131 ◦ blue 143

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

Shades of Taupe Grey #93838F

Tints of Taupe Grey #93838F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.12%

 BLUE value IS 143 (56.25% from 255) = 33.97%

R = 34.92%
G = 31.12%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#93838F (or 0x93838F) is known color: Taupe Grey. HEX triplet: 93, 83 and 8F. RGB value is (147,131,143). Sum of RGB (Red+Green+Blue) = 147+131+143=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 147 - color contains mainly: red. Hex color #93838F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93838F is #6C7C70. Grayscale: #898989. Windows color (decimal): -7109745 or 9405331. OLE color: 9405331.

HSL color Cylindrical-coordinate representation of color #93838F: hue angle of 315º 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 #93838F is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 131 143 -
CMYK 0 0.11 0.03 0.42
HSL 315º 0.07% 0.55% -
HSV(B) 315º 0.11% 0.58% -
XYZ 25.11 24.42 29.38 -
YUV 137.15 131.3 135.02 -
System Red Green Blue C M Y K H S L
Decimal 147 131 143 0 0.11 0.03 0.42 315 0.07 0.55
Hex 93 83 8F 0 B 3 2A 13B 7 37
Octal 223 203 217 0 13 3 52 473 7 67
Binary 10010011 10000011 10001111 0 1011 11 101010 100111011 111 110111

Color Harmonies of #93838F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93838F

Black with #93838F

Text Example


Text Example

White with #93838F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #93838F;
 }
 .AnyTagClassName
 {
   color: #93838F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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