#9C5741

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

Shades of Sepia #9C5741

Tints of Sepia #9C5741

Color information

#9C5741 (or 0x9C5741) is unknown color: approx Sepia. HEX triplet: 9C, 57 and 41. RGB value is (156,87,65). Sum of RGB (Red+Green+Blue) = 156+87+65=308 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.65% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5741 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5741 is #63A8BE. Grayscale: #696969. Windows color (decimal): -6531263 or 4282268. OLE color: 4282268.

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

Color convert

RGB1568765-
CMYK00.440.580.39
HSL14.51º41.18%43.33%-
HSV(B)14.51º58.33%61.18%-
XYZ18.0714.276.8-
YUV105.12105.36164.29-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50.65%
GREEN value IS 87 (34.38% from 255) = 28.25%
BLUE value IS 65 (25.78% from 255) = 21.10%
R=50.65%
G=28.25%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156876500.440.580.3914.5141.1843.33
Hex9C574102C3A27f292b
Octal2341271010547247175153
Binary100111001010111100000101011001110101001111111101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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