#9C5140

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

Shades of Sepia #9C5140

Tints of Sepia #9C5140

Color information

#9C5140 (or 0x9C5140) is unknown color: approx Sepia. HEX triplet: 9C, 51 and 40. RGB value is (156,81,64). Sum of RGB (Red+Green+Blue) = 156+81+64=301 (39% of max value = 765). Red value is 156 (61.33% from 255 or 51.83% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5140 is #63AEBF. Grayscale: #656565. Windows color (decimal): -6532800 or 4215196. OLE color: 4215196.

HSL color Cylindrical-coordinate representation of color #9C5140: hue angle of 11.09º 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 #9C5140 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB1568164-
CMYK00.480.590.39
HSL11.09º41.82%43.14%-
HSV(B)11.09º58.97%61.18%-
XYZ17.5813.326.5-
YUV101.49106.85166.88-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 51.83%
GREEN value IS 81 (32.03% from 255) = 26.91%
BLUE value IS 64 (25.39% from 255) = 21.26%
R=51.83%
G=26.91%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156816400.480.590.3911.0941.8243.14
Hex9C51400303B27b2a2b
Octal2341211000607347135253
Binary100111001010001100000001100001110111001111011101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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