#9D7346

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

Shades of Pale Brown #9D7346

Tints of Pale Brown #9D7346

Color information

#9D7346 (or 0x9D7346) is unknown color: approx Pale Brown. HEX triplet: 9D, 73 and 46. RGB value is (157,115,70). Sum of RGB (Red+Green+Blue) = 157+115+70=342 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.91% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7346 is #628CB9. Grayscale: #7A7A7A. Windows color (decimal): -6458554 or 4617117. OLE color: 4617117.

HSL color Cylindrical-coordinate representation of color #9D7346: hue angle of 31.03º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9D7346 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB15711570-
CMYK00.270.550.38
HSL31.03º38.33%44.51%-
HSV(B)31.03º55.41%61.57%-
XYZ21.1419.878.52-
YUV122.4398.41152.66-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.91%
GREEN value IS 115 (45.31% from 255) = 33.63%
BLUE value IS 70 (27.73% from 255) = 20.47%
R=45.91%
G=33.63%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571157000.270.550.3831.0338.3344.51
Hex9D734601B37261f262d
Octal2351631060336746374655
Binary100111011110011100011001101111011110011011111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D7346; }

 p { color: rgb(157,115,70); }

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

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

 a { background-color: rgb(157,115,70); }

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

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

 span { border-color: rgb(157,115,70); }

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