#9F5744

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

Shades of Sepia #9F5744

Tints of Sepia #9F5744

Color information

#9F5744 (or 0x9F5744) is unknown color: approx Sepia. HEX triplet: 9F, 57 and 44. RGB value is (159,87,68). Sum of RGB (Red+Green+Blue) = 159+87+68=314 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.64% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5744 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5744 is #60A8BB. Grayscale: #6A6A6A. Windows color (decimal): -6334652 or 4478879. OLE color: 4478879.

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

Color convert

RGB1598768-
CMYK00.450.570.38
HSL12.53º40.09%44.51%-
HSV(B)12.53º57.23%62.35%-
XYZ18.7514.67.3-
YUV106.36106.35165.54-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50.64%
GREEN value IS 87 (34.38% from 255) = 27.71%
BLUE value IS 68 (26.95% from 255) = 21.66%
R=50.64%
G=27.71%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159876800.450.570.3812.5340.0944.51
Hex9F574402D3926d282d
Octal2371271040557146155055
Binary100111111010111100010001011011110011001101101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,87,68); }

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

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

 a { background-color: rgb(159,87,68); }

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

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

 span { border-color: rgb(159,87,68); }

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