#9F573F

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

Shades of Sepia #9F573F

Tints of Sepia #9F573F

Color information

#9F573F (or 0x9F573F) is unknown color: approx Sepia. HEX triplet: 9F, 57 and 3F. RGB value is (159,87,63). Sum of RGB (Red+Green+Blue) = 159+87+63=309 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.46% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 159 - color contains mainly: red. Hex color #9F573F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F573F is #60A8C0. Grayscale: #696969. Windows color (decimal): -6334657 or 4151199. OLE color: 4151199.

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

Color convert

RGB1598763-
CMYK00.450.600.38
HSL15º43.24%43.53%-
HSV(B)15º60.38%62.35%-
XYZ18.614.556.53-
YUV105.79103.85165.95-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.46%
GREEN value IS 87 (34.38% from 255) = 28.16%
BLUE value IS 63 (25% from 255) = 20.39%
R=51.46%
G=28.16%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159876300.450.600.381543.2443.53
Hex9F573F02D3C26f2b2c
Octal237127770557446175354
Binary10011111101011111111101011011111001001101111101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F573F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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