#9D5C47

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

Shades of Sepia #9D5C47

Tints of Sepia #9D5C47

Color information

#9D5C47 (or 0x9D5C47) is unknown color: approx Sepia. HEX triplet: 9D, 5C and 47. RGB value is (157,92,71). Sum of RGB (Red+Green+Blue) = 157+92+71=320 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.06% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5C47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5C47 is #62A3B8. Grayscale: #6D6D6D. Windows color (decimal): -6464441 or 4676765. OLE color: 4676765.

HSL color Cylindrical-coordinate representation of color #9D5C47: hue angle of 14.65º 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 #9D5C47 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB1579271-
CMYK00.410.550.38
HSL14.65º37.72%44.71%-
HSV(B)14.65º54.78%61.57%-
XYZ18.8715.287.92-
YUV109.04106.53162.21-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 49.06%
GREEN value IS 92 (36.33% from 255) = 28.75%
BLUE value IS 71 (28.12% from 255) = 22.19%
R=49.06%
G=28.75%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157927100.410.550.3814.6537.7244.71
Hex9D5C470293726f262d
Octal2351341070516746174655
Binary100111011011100100011101010011101111001101111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,92,71); }

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

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

 a { background-color: rgb(157,92,71); }

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

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

 span { border-color: rgb(157,92,71); }

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