#9E533E

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

Shades of Sepia #9E533E

Tints of Sepia #9E533E

Color information

#9E533E (or 0x9E533E) is unknown color: approx Sepia. HEX triplet: 9E, 53 and 3E. RGB value is (158,83,62). Sum of RGB (Red+Green+Blue) = 158+83+62=303 (40% of max value = 765). Red value is 158 (62.11% from 255 or 52.15% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 158 - color contains mainly: red. Hex color #9E533E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E533E is #61ACC1. Grayscale: #676767. Windows color (decimal): -6401218 or 4084638. OLE color: 4084638.

HSL color Cylindrical-coordinate representation of color #9E533E: hue angle of 13.13º 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 #9E533E is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.38.

Color convert

RGB1588362-
CMYK00.470.610.38
HSL13.13º43.64%43.14%-
HSV(B)13.13º60.76%61.96%-
XYZ18.0613.86.27-
YUV103.03104.85167.21-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 52.15%
GREEN value IS 83 (32.81% from 255) = 27.39%
BLUE value IS 62 (24.61% from 255) = 20.46%
R=52.15%
G=27.39%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.61
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158836200.470.610.3813.1343.6443.14
Hex9E533E02F3D26d2c2b
Octal236123760577546155453
Binary10011110101001111111001011111111011001101101101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E533E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,83,62); }

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

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

 a { background-color: rgb(158,83,62); }

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

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

 span { border-color: rgb(158,83,62); }

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