#9E5442

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

Shades of Sepia #9E5442

Tints of Sepia #9E5442

Color information

#9E5442 (or 0x9E5442) is unknown color: approx Sepia. HEX triplet: 9E, 54 and 42. RGB value is (158,84,66). Sum of RGB (Red+Green+Blue) = 158+84+66=308 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.30% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5442 is #61ABBD. Grayscale: #686868. Windows color (decimal): -6400958 or 4347038. OLE color: 4347038.

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

Color convert

RGB1588466-
CMYK00.470.580.38
HSL11.74º41.07%43.92%-
HSV(B)11.74º58.23%61.96%-
XYZ18.25146.9-
YUV104.07106.52166.46-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.30%
GREEN value IS 84 (33.20% from 255) = 27.27%
BLUE value IS 66 (26.17% from 255) = 21.43%
R=51.30%
G=27.27%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158846600.470.580.3811.7441.0743.92
Hex9E544202F3A26c292c
Octal2361241020577246145154
Binary100111101010100100001001011111110101001101100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,84,66); }

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

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

 a { background-color: rgb(158,84,66); }

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

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

 span { border-color: rgb(158,84,66); }

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