#9D553B

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

Shades of Sepia #9D553B

Tints of Sepia #9D553B

Color information

#9D553B (or 0x9D553B) is unknown color: approx Sepia. HEX triplet: 9D, 55 and 3B. RGB value is (157,85,59). Sum of RGB (Red+Green+Blue) = 157+85+59=301 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.16% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 157 - color contains mainly: red. Hex color #9D553B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D553B is #62AAC4. Grayscale: #676767. Windows color (decimal): -6466245 or 3888541. OLE color: 3888541.

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

Color convert

RGB1578559-
CMYK00.460.620.38
HSL15.92º45.37%42.35%-
HSV(B)15.92º62.42%61.57%-
XYZ17.9413.985.89-
YUV103.56102.85166.11-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 52.16%
GREEN value IS 85 (33.59% from 255) = 28.24%
BLUE value IS 59 (23.44% from 255) = 19.60%
R=52.16%
G=28.24%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157855900.460.620.3815.9245.3742.35
Hex9D553B02E3E26102d2a
Octal235125730567646205552
Binary100111011010101111011010111011111010011010000101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D553B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,85,59); }

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

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

 a { background-color: rgb(157,85,59); }

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

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

 span { border-color: rgb(157,85,59); }

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