#9C5745

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

Shades of Sepia #9C5745

Tints of Sepia #9C5745

Color information

#9C5745 (or 0x9C5745) is unknown color: approx Sepia. HEX triplet: 9C, 57 and 45. RGB value is (156,87,69). Sum of RGB (Red+Green+Blue) = 156+87+69=312 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5745 is #63A8BA. Grayscale: #696969. Windows color (decimal): -6531259 or 4544412. OLE color: 4544412.

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

Color convert

RGB1568769-
CMYK00.440.560.39
HSL12.41º38.67%44.12%-
HSV(B)12.41º55.77%61.18%-
XYZ18.1914.317.43-
YUV105.58107.36163.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50%
GREEN value IS 87 (34.38% from 255) = 27.88%
BLUE value IS 69 (27.34% from 255) = 22.12%
R=50%
G=27.88%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156876900.440.560.3912.4138.6744.12
Hex9C574502C3827c272c
Octal2341271050547047144754
Binary100111001010111100010101011001110001001111100100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,87,69); }

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

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

 a { background-color: rgb(156,87,69); }

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

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

 span { border-color: rgb(156,87,69); }

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