#9F5A3E

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

Shades of Sepia #9F5A3E

Tints of Sepia #9F5A3E

Color information

#9F5A3E (or 0x9F5A3E) is unknown color: approx Sepia. HEX triplet: 9F, 5A and 3E. RGB value is (159,90,62). Sum of RGB (Red+Green+Blue) = 159+90+62=311 (41% of max value = 765). Red value is 159 (62.5% from 255 or 51.13% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5A3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5A3E is #60A5C1. Grayscale: #6B6B6B. Windows color (decimal): -6333890 or 4086431. OLE color: 4086431.

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

Color convert

RGB1599062-
CMYK00.430.610.38
HSL17.32º43.89%43.33%-
HSV(B)17.32º61.01%62.35%-
XYZ18.8215.036.47-
YUV107.44102.36164.78-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.13%
GREEN value IS 90 (35.55% from 255) = 28.94%
BLUE value IS 62 (24.61% from 255) = 19.94%
R=51.13%
G=28.94%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.61
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159906200.430.610.3817.3243.8943.33
Hex9F5A3E02B3D26112c2b
Octal237132760537546215453
Binary100111111011010111110010101111110110011010001101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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