#9C5543

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

Shades of Sepia #9C5543

Tints of Sepia #9C5543

Color information

#9C5543 (or 0x9C5543) is unknown color: approx Sepia. HEX triplet: 9C, 55 and 43. RGB value is (156,85,67). Sum of RGB (Red+Green+Blue) = 156+85+67=308 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.65% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5543 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5543 is #63AABC. Grayscale: #686868. Windows color (decimal): -6531773 or 4412828. OLE color: 4412828.

HSL color Cylindrical-coordinate representation of color #9C5543: hue angle of 12.13º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9C5543 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.39.

Color convert

RGB1568567-
CMYK00.460.570.39
HSL12.13º39.91%43.73%-
HSV(B)12.13º57.05%61.18%-
XYZ17.9713.977.06-
YUV104.18107.02164.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50.65%
GREEN value IS 85 (33.59% from 255) = 27.60%
BLUE value IS 67 (26.56% from 255) = 21.75%
R=50.65%
G=27.60%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156856700.460.570.3912.1339.9143.73
Hex9C554302E3927c282c
Octal2341251030567147145054
Binary100111001010101100001101011101110011001111100101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,85,67); }

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

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

 a { background-color: rgb(156,85,67); }

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

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

 span { border-color: rgb(156,85,67); }

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