#9E5C41

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

Shades of Sepia #9E5C41

Tints of Sepia #9E5C41

Color information

#9E5C41 (or 0x9E5C41) is unknown color: approx Sepia. HEX triplet: 9E, 5C and 41. RGB value is (158,92,65). Sum of RGB (Red+Green+Blue) = 158+92+65=315 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.16% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5C41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5C41 is #61A3BE. Grayscale: #6C6C6C. Windows color (decimal): -6398911 or 4283550. OLE color: 4283550.

HSL color Cylindrical-coordinate representation of color #9E5C41: hue angle of 17.42º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E5C41 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB1589265-
CMYK00.420.590.38
HSL17.42º41.7%43.73%-
HSV(B)17.42º58.86%61.96%-
XYZ18.8815.316.96-
YUV108.66103.37163.2-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.16%
GREEN value IS 92 (36.33% from 255) = 29.21%
BLUE value IS 65 (25.78% from 255) = 20.63%
R=50.16%
G=29.21%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158926500.420.590.3817.4241.743.73
Hex9E5C4102A3B26112a2c
Octal2361341010527346215254
Binary1001111010111001000001010101011101110011010001101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,92,65); }

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

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

 a { background-color: rgb(158,92,65); }

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

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

 span { border-color: rgb(158,92,65); }

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