#9F5C3E

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

Shades of Sepia #9F5C3E

Tints of Sepia #9F5C3E

Color information

#9F5C3E (or 0x9F5C3E) is unknown color: approx Sepia. HEX triplet: 9F, 5C and 3E. RGB value is (159,92,62). Sum of RGB (Red+Green+Blue) = 159+92+62=313 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.80% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5C3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5C3E is #60A3C1. Grayscale: #6C6C6C. Windows color (decimal): -6333378 or 4086943. OLE color: 4086943.

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

Color convert

RGB1599262-
CMYK00.420.610.38
HSL18.56º43.89%43.33%-
HSV(B)18.56º61.01%62.35%-
XYZ18.9915.376.52-
YUV108.61101.7163.94-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50.80%
GREEN value IS 92 (36.33% from 255) = 29.39%
BLUE value IS 62 (24.61% from 255) = 19.81%
R=50.80%
G=29.39%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.61
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159926200.420.610.3818.5643.8943.33
Hex9F5C3E02A3D26132c2b
Octal237134760527546235453
Binary100111111011100111110010101011110110011010011101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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