#9C5341

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

Shades of Sepia #9C5341

Tints of Sepia #9C5341

Color information

#9C5341 (or 0x9C5341) is unknown color: approx Sepia. HEX triplet: 9C, 53 and 41. RGB value is (156,83,65). Sum of RGB (Red+Green+Blue) = 156+83+65=304 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.32% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5341 is #63ACBE. Grayscale: #666666. Windows color (decimal): -6532287 or 4281244. OLE color: 4281244.

HSL color Cylindrical-coordinate representation of color #9C5341: hue angle of 11.87º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C5341 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB1568365-
CMYK00.470.580.39
HSL11.87º41.18%43.33%-
HSV(B)11.87º58.33%61.18%-
XYZ17.7613.646.7-
YUV102.78106.68165.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 51.32%
GREEN value IS 83 (32.81% from 255) = 27.30%
BLUE value IS 65 (25.78% from 255) = 21.38%
R=51.32%
G=27.30%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156836500.470.580.3911.8741.1843.33
Hex9C534102F3A27c292b
Octal2341231010577247145153
Binary100111001010011100000101011111110101001111100101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,83,65); }

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

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

 a { background-color: rgb(156,83,65); }

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

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

 span { border-color: rgb(156,83,65); }

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