#9C5340

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

Shades of Sepia #9C5340

Tints of Sepia #9C5340

Color information

#9C5340 (or 0x9C5340) is unknown color: approx Sepia. HEX triplet: 9C, 53 and 40. RGB value is (156,83,64). Sum of RGB (Red+Green+Blue) = 156+83+64=303 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.49% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5340 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5340 is #63ACBF. Grayscale: #666666. Windows color (decimal): -6532288 or 4215708. OLE color: 4215708.

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

Color convert

RGB1568364-
CMYK00.470.590.39
HSL12.39º41.82%43.14%-
HSV(B)12.39º58.97%61.18%-
XYZ17.7313.626.55-
YUV102.66106.18166.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 51.49%
GREEN value IS 83 (32.81% from 255) = 27.39%
BLUE value IS 64 (25.39% from 255) = 21.12%
R=51.49%
G=27.39%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156836400.470.590.3912.3941.8243.14
Hex9C534002F3B27c2a2b
Octal2341231000577347145253
Binary100111001010011100000001011111110111001111100101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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