#937149

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

Shades of Pale Brown #937149

Tints of Pale Brown #937149

Color information

#937149 (or 0x937149) is unknown color: approx Pale Brown. HEX triplet: 93, 71 and 49. RGB value is (147,113,73). Sum of RGB (Red+Green+Blue) = 147+113+73=333 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.14% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 147 - color contains mainly: red. Hex color #937149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937149 is #6C8EB6. Grayscale: #767676. Windows color (decimal): -7114423 or 4813203. OLE color: 4813203.

HSL color Cylindrical-coordinate representation of color #937149: hue angle of 32.43º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #937149 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB14711373-
CMYK00.230.500.42
HSL32.43º33.64%43.14%-
HSV(B)32.43º50.34%57.65%-
XYZ19.1418.498.86-
YUV118.61102.26148.25-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.14%
GREEN value IS 113 (44.53% from 255) = 33.93%
BLUE value IS 73 (28.91% from 255) = 21.92%
R=44.14%
G=33.93%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471137300.230.500.4232.4333.6443.14
Hex937149017322A20222b
Octal2231611110276252404253
Binary1001001111100011001001010111110010101010100000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937149; }

 p { color: rgb(147,113,73); }

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

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

 a { background-color: rgb(147,113,73); }

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

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

 span { border-color: rgb(147,113,73); }

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