#9D5740

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

Shades of Sepia #9D5740

Tints of Sepia #9D5740

Color information

#9D5740 (or 0x9D5740) is unknown color: approx Sepia. HEX triplet: 9D, 57 and 40. RGB value is (157,87,64). Sum of RGB (Red+Green+Blue) = 157+87+64=308 (40% of max value = 765). Red value is 157 (61.72% from 255 or 50.97% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5740 is #62A8BF. Grayscale: #696969. Windows color (decimal): -6465728 or 4216733. OLE color: 4216733.

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

Color convert

RGB1578764-
CMYK00.450.590.38
HSL14.84º42.08%43.33%-
HSV(B)14.84º59.24%61.57%-
XYZ18.2414.356.66-
YUV105.31104.69164.87-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 50.97%
GREEN value IS 87 (34.38% from 255) = 28.25%
BLUE value IS 64 (25.39% from 255) = 20.78%
R=50.97%
G=28.25%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157876400.450.590.3814.8442.0843.33
Hex9D574002D3B26f2a2b
Octal2351271000557346175253
Binary100111011010111100000001011011110111001101111101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,87,64); }

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

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

 a { background-color: rgb(157,87,64); }

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

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

 span { border-color: rgb(157,87,64); }

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