#937350

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

Shades of Pale Brown #937350

Tints of Pale Brown #937350

Color information

#937350 (or 0x937350) is unknown color: approx Pale Brown. HEX triplet: 93, 73 and 50. RGB value is (147,115,80). Sum of RGB (Red+Green+Blue) = 147+115+80=342 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.98% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 147 - color contains mainly: red. Hex color #937350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937350 is #6C8CAF. Grayscale: #787878. Windows color (decimal): -7113904 or 5272467. OLE color: 5272467.

HSL color Cylindrical-coordinate representation of color #937350: hue angle of 31.34º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #937350 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB14711580-
CMYK00.220.460.42
HSL31.34º29.52%44.51%-
HSV(B)31.34º45.58%57.65%-
XYZ19.6119.0410.23-
YUV120.58105.1146.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.98%
GREEN value IS 115 (45.31% from 255) = 33.63%
BLUE value IS 80 (31.64% from 255) = 23.39%
R=42.98%
G=33.63%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471158000.220.460.4231.3429.5244.51
Hex9373500162E2A1f1e2d
Octal2231631200265652373655
Binary10010011111001110100000101101011101010101111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937350; }

 p { color: rgb(147,115,80); }

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

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

 a { background-color: rgb(147,115,80); }

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

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

 span { border-color: rgb(147,115,80); }

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