#9E563B

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

Shades of Sepia #9E563B

Tints of Sepia #9E563B

Color information

#9E563B (or 0x9E563B) is unknown color: approx Sepia. HEX triplet: 9E, 56 and 3B. RGB value is (158,86,59). Sum of RGB (Red+Green+Blue) = 158+86+59=303 (40% of max value = 765). Red value is 158 (62.11% from 255 or 52.15% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 59 (23.44% from 255 or 19.47% from 303); Max value from RGB is 158 - color contains mainly: red. Hex color #9E563B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E563B is #61A9C4. Grayscale: #686868. Windows color (decimal): -6400453 or 3888798. OLE color: 3888798.

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

Color convert

RGB1588659-
CMYK00.460.630.38
HSL16.36º45.62%42.55%-
HSV(B)16.36º62.66%61.96%-
XYZ18.2214.245.93-
YUV104.45102.35166.2-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 52.15%
GREEN value IS 86 (33.98% from 255) = 28.38%
BLUE value IS 59 (23.44% from 255) = 19.47%
R=52.15%
G=28.38%
B=19.47%

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
Decimal158865900.460.630.3816.3645.6242.55
Hex9E563B02E3F26102e2b
Octal236126730567746205653
Binary100111101010110111011010111011111110011010000101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E563B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,86,59); }

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

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

 a { background-color: rgb(158,86,59); }

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

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

 span { border-color: rgb(158,86,59); }

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