#9E523D

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

Shades of Sepia #9E523D

Tints of Sepia #9E523D

Color information

#9E523D (or 0x9E523D) is unknown color: approx Sepia. HEX triplet: 9E, 52 and 3D. RGB value is (158,82,61). Sum of RGB (Red+Green+Blue) = 158+82+61=301 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.49% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 158 - color contains mainly: red. Hex color #9E523D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E523D is #61ADC2. Grayscale: #666666. Windows color (decimal): -6401475 or 4018846. OLE color: 4018846.

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

Color convert

RGB1588261-
CMYK00.480.610.38
HSL12.99º44.29%42.94%-
HSV(B)12.99º61.39%61.96%-
XYZ17.9613.646.1-
YUV102.33104.68167.71-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 52.49%
GREEN value IS 82 (32.42% from 255) = 27.24%
BLUE value IS 61 (24.22% from 255) = 20.27%
R=52.49%
G=27.24%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158826100.480.610.3812.9944.2942.94
Hex9E523D0303D26d2c2b
Octal236122750607546155453
Binary10011110101001011110101100001111011001101101101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E523D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,82,61); }

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

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

 a { background-color: rgb(158,82,61); }

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

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

 span { border-color: rgb(158,82,61); }

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