#9C5241

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

Shades of Sepia #9C5241

Tints of Sepia #9C5241

Color information

#9C5241 (or 0x9C5241) is unknown color: approx Sepia. HEX triplet: 9C, 52 and 41. RGB value is (156,82,65). Sum of RGB (Red+Green+Blue) = 156+82+65=303 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.49% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5241 is #63ADBE. Grayscale: #666666. Windows color (decimal): -6532543 or 4280988. OLE color: 4280988.

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

Color convert

RGB1568265-
CMYK00.470.580.39
HSL11.21º41.18%43.33%-
HSV(B)11.21º58.33%61.18%-
XYZ17.6813.486.67-
YUV102.19107.02166.38-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 51.49%
GREEN value IS 82 (32.42% from 255) = 27.06%
BLUE value IS 65 (25.78% from 255) = 21.45%
R=51.49%
G=27.06%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156826500.470.580.3911.2141.1843.33
Hex9C524102F3A27b292b
Octal2341221010577247135153
Binary100111001010010100000101011111110101001111011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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