#9C5B47

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

Shades of Sepia #9C5B47

Tints of Sepia #9C5B47

Color information

#9C5B47 (or 0x9C5B47) is unknown color: approx Sepia. HEX triplet: 9C, 5B and 47. RGB value is (156,91,71). Sum of RGB (Red+Green+Blue) = 156+91+71=318 (42% of max value = 765). Red value is 156 (61.33% from 255 or 49.06% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 71 (28.12% from 255 or 22.33% from 318); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5B47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5B47 is #63A4B8. Grayscale: #6C6C6C. Windows color (decimal): -6530233 or 4676508. OLE color: 4676508.

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

Color convert

RGB1569171-
CMYK00.420.540.39
HSL14.12º37.44%44.51%-
HSV(B)14.12º54.49%61.18%-
XYZ18.5915.017.88-
YUV108.15107.03162.13-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.06%
GREEN value IS 91 (35.94% from 255) = 28.62%
BLUE value IS 71 (28.12% from 255) = 22.33%
R=49.06%
G=28.62%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156917100.420.540.3914.1237.4444.51
Hex9C5B4702A3627e252d
Octal2341331070526647164555
Binary100111001011011100011101010101101101001111110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,91,71); }

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

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

 a { background-color: rgb(156,91,71); }

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

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

 span { border-color: rgb(156,91,71); }

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