#9C5C40

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

Shades of Sepia #9C5C40

Tints of Sepia #9C5C40

Color information

#9C5C40 (or 0x9C5C40) is unknown color: approx Sepia. HEX triplet: 9C, 5C and 40. RGB value is (156,92,64). Sum of RGB (Red+Green+Blue) = 156+92+64=312 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5C40 is #63A3BF. Grayscale: #6C6C6C. Windows color (decimal): -6529984 or 4218012. OLE color: 4218012.

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

Color convert

RGB1569264-
CMYK00.410.590.39
HSL18.26º41.82%43.14%-
HSV(B)18.26º58.97%61.18%-
XYZ18.4615.096.79-
YUV107.94103.2162.28-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50%
GREEN value IS 92 (36.33% from 255) = 29.49%
BLUE value IS 64 (25.39% from 255) = 20.51%
R=50%
G=29.49%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156926400.410.590.3918.2641.8243.14
Hex9C5C400293B27122a2b
Octal2341341000517347225253
Binary1001110010111001000000010100111101110011110010101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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