#9E5E48

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

Shades of Sepia #9E5E48

Tints of Sepia #9E5E48

Color information

#9E5E48 (or 0x9E5E48) is unknown color: approx Sepia. HEX triplet: 9E, 5E and 48. RGB value is (158,94,72). Sum of RGB (Red+Green+Blue) = 158+94+72=324 (42% of max value = 765). Red value is 158 (62.11% from 255 or 48.77% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 72 (28.52% from 255 or 22.22% from 324); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5E48 is #61A1B7. Grayscale: #6E6E6E. Windows color (decimal): -6398392 or 4742814. OLE color: 4742814.

HSL color Cylindrical-coordinate representation of color #9E5E48: hue angle of 15.35º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E5E48 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB1589472-
CMYK00.410.540.38
HSL15.35º37.39%45.1%-
HSV(B)15.35º54.43%61.96%-
XYZ19.2715.748.15-
YUV110.63106.2161.79-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.77%
GREEN value IS 94 (37.11% from 255) = 29.01%
BLUE value IS 72 (28.52% from 255) = 22.22%
R=48.77%
G=29.01%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158947200.410.540.3815.3537.3945.1
Hex9E5E480293626f252d
Octal2361361100516646174555
Binary100111101011110100100001010011101101001101111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,94,72); }

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

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

 a { background-color: rgb(158,94,72); }

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

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

 span { border-color: rgb(158,94,72); }

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