#9D5945

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

Shades of Sepia #9D5945

Tints of Sepia #9D5945

Color information

#9D5945 (or 0x9D5945) is unknown color: approx Sepia. HEX triplet: 9D, 59 and 45. RGB value is (157,89,69). Sum of RGB (Red+Green+Blue) = 157+89+69=315 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.84% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5945 is #62A6BA. Grayscale: #6B6B6B. Windows color (decimal): -6465211 or 4544925. OLE color: 4544925.

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

Color convert

RGB1578969-
CMYK00.430.560.38
HSL13.64º38.94%44.31%-
HSV(B)13.64º56.05%61.57%-
XYZ18.5514.747.5-
YUV107.05106.53163.63-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 49.84%
GREEN value IS 89 (35.16% from 255) = 28.25%
BLUE value IS 69 (27.34% from 255) = 21.90%
R=49.84%
G=28.25%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157896900.430.560.3813.6438.9444.31
Hex9D594502B3826e272c
Octal2351311050537046164754
Binary100111011011001100010101010111110001001101110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,89,69); }

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

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

 a { background-color: rgb(157,89,69); }

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

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

 span { border-color: rgb(157,89,69); }

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