#93754C

Color #93754C Pale Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Brown #93754C

Tints of Pale Brown #93754C

Color information

#93754C (or 0x93754C) is unknown color: approx Pale Brown. HEX triplet: 93, 75 and 4C. RGB value is (147,117,76). Sum of RGB (Red+Green+Blue) = 147+117+76=340 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.24% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 147 - color contains mainly: red. Hex color #93754C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93754C is #6C8AB3. Grayscale: #797979. Windows color (decimal): -7113396 or 5010835. OLE color: 5010835.

HSL color Cylindrical-coordinate representation of color #93754C: hue angle of 34.65º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #93754C is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB14711776-
CMYK00.200.480.42
HSL34.65º31.84%43.73%-
HSV(B)34.65º48.3%57.65%-
XYZ19.719.459.55-
YUV121.3102.44146.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.24%
GREEN value IS 117 (46.09% from 255) = 34.41%
BLUE value IS 76 (30.08% from 255) = 22.35%
R=43.24%
G=34.41%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471177600.200.480.4234.6531.8443.73
Hex93754C014302A23202c
Octal2231651140246052434054
Binary1001001111101011001100010100110000101010100011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93754C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93754C; }

 p { color: rgb(147,117,76); }

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

<style>
 a { background-color: #93754C; }

 a { background-color: rgb(147,117,76); }

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

<style>
 span { border-color: #93754C; }

 span { border-color: rgb(147,117,76); }

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