#9F5C44

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

Shades of Sepia #9F5C44

Tints of Sepia #9F5C44

Color information

#9F5C44 (or 0x9F5C44) is unknown color: approx Sepia. HEX triplet: 9F, 5C and 44. RGB value is (159,92,68). Sum of RGB (Red+Green+Blue) = 159+92+68=319 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.84% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5C44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5C44 is #60A3BB. Grayscale: #6D6D6D. Windows color (decimal): -6333372 or 4480159. OLE color: 4480159.

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

Color convert

RGB1599268-
CMYK00.420.570.38
HSL15.82º40.09%44.51%-
HSV(B)15.82º57.23%62.35%-
XYZ19.1715.447.44-
YUV109.3104.7163.45-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.84%
GREEN value IS 92 (36.33% from 255) = 28.84%
BLUE value IS 68 (26.95% from 255) = 21.32%
R=49.84%
G=28.84%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159926800.420.570.3815.8240.0944.51
Hex9F5C4402A392610282d
Octal2371341040527146205055
Binary1001111110111001000100010101011100110011010000101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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