#9E553A

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

Shades of Sepia #9E553A

Tints of Sepia #9E553A

Color information

#9E553A (or 0x9E553A) is unknown color: approx Sepia. HEX triplet: 9E, 55 and 3A. RGB value is (158,85,58). Sum of RGB (Red+Green+Blue) = 158+85+58=301 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.49% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 158 - color contains mainly: red. Hex color #9E553A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E553A is #61AAC5. Grayscale: #676767. Windows color (decimal): -6400710 or 3823006. OLE color: 3823006.

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

Color convert

RGB1588558-
CMYK00.460.630.38
HSL16.2º46.3%42.35%-
HSV(B)16.2º63.29%61.96%-
XYZ18.1114.075.76-
YUV103.75102.18166.7-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 52.49%
GREEN value IS 85 (33.59% from 255) = 28.24%
BLUE value IS 58 (23.05% from 255) = 19.27%
R=52.49%
G=28.24%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.63
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158855800.460.630.3816.246.342.35
Hex9E553A02E3F26102e2a
Octal236125720567746205652
Binary100111101010101111010010111011111110011010000101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,85,58); }

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

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

 a { background-color: rgb(158,85,58); }

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

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

 span { border-color: rgb(158,85,58); }

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