#93744D

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

Shades of Pale Brown #93744D

Tints of Pale Brown #93744D

Color information

#93744D (or 0x93744D) is unknown color: approx Pale Brown. HEX triplet: 93, 74 and 4D. RGB value is (147,116,77). Sum of RGB (Red+Green+Blue) = 147+116+77=340 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.24% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 147 - color contains mainly: red. Hex color #93744D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93744D is #6C8BB2. Grayscale: #797979. Windows color (decimal): -7113651 or 5076115. OLE color: 5076115.

HSL color Cylindrical-coordinate representation of color #93744D: hue angle of 33.43º degrees, saturation: 0.31, 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 #93744D is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB14711677-
CMYK00.210.480.42
HSL33.43º31.25%43.92%-
HSV(B)33.43º47.62%57.65%-
XYZ19.6219.239.7-
YUV120.82103.27146.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.24%
GREEN value IS 116 (45.70% from 255) = 34.12%
BLUE value IS 77 (30.47% from 255) = 22.65%
R=43.24%
G=34.12%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471167700.210.480.4233.4331.2543.92
Hex93744D015302A211f2c
Octal2231641150256052413754
Binary100100111110100100110101010111000010101010000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93744D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,116,77); }

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

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

 a { background-color: rgb(147,116,77); }

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

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

 span { border-color: rgb(147,116,77); }

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