#937445

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

Shades of Pale Brown #937445

Tints of Pale Brown #937445

Color information

#937445 (or 0x937445) is unknown color: approx Pale Brown. HEX triplet: 93, 74 and 45. RGB value is (147,116,69). Sum of RGB (Red+Green+Blue) = 147+116+69=332 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.28% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 69 (27.34% from 255 or 20.78% from 332); Max value from RGB is 147 - color contains mainly: red. Hex color #937445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937445 is #6C8BBA. Grayscale: #787878. Windows color (decimal): -7113659 or 4551827. OLE color: 4551827.

HSL color Cylindrical-coordinate representation of color #937445: hue angle of 36.15º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #937445 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB14711669-
CMYK00.210.530.42
HSL36.15º36.11%42.35%-
HSV(B)36.15º53.06%57.65%-
XYZ19.3519.128.3-
YUV119.9199.27147.32-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.28%
GREEN value IS 116 (45.70% from 255) = 34.94%
BLUE value IS 69 (27.34% from 255) = 20.78%
R=44.28%
G=34.94%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471166900.210.530.4236.1536.1142.35
Hex937445015352A24242a
Octal2231641050256552444452
Binary1001001111101001000101010101110101101010100100100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937445; }

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

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

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

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

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

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

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

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