#9C5A40

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

Shades of Sepia #9C5A40

Tints of Sepia #9C5A40

Color information

#9C5A40 (or 0x9C5A40) is unknown color: approx Sepia. HEX triplet: 9C, 5A and 40. RGB value is (156,90,64). Sum of RGB (Red+Green+Blue) = 156+90+64=310 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.32% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5A40 is #63A5BF. Grayscale: #6A6A6A. Windows color (decimal): -6530496 or 4217500. OLE color: 4217500.

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

Color convert

RGB1569064-
CMYK00.420.590.39
HSL16.96º41.82%43.14%-
HSV(B)16.96º58.97%61.18%-
XYZ18.2914.756.73-
YUV106.77103.87163.11-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50.32%
GREEN value IS 90 (35.55% from 255) = 29.03%
BLUE value IS 64 (25.39% from 255) = 20.65%
R=50.32%
G=29.03%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156906400.420.590.3916.9641.8243.14
Hex9C5A4002A3B27112a2b
Octal2341321000527347215253
Binary1001110010110101000000010101011101110011110001101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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