#9A553C

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

Shades of Sepia #9A553C

Tints of Sepia #9A553C

Color information

#9A553C (or 0x9A553C) is unknown color: approx Sepia. HEX triplet: 9A, 55 and 3C. RGB value is (154,85,60). Sum of RGB (Red+Green+Blue) = 154+85+60=299 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.51% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 154 - color contains mainly: red. Hex color #9A553C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A553C is #65AAC3. Grayscale: #666666. Windows color (decimal): -6662852 or 3954074. OLE color: 3954074.

HSL color Cylindrical-coordinate representation of color #9A553C: hue angle of 15.96º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9A553C is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB1548560-
CMYK00.450.610.40
HSL15.96º43.93%41.96%-
HSV(B)15.96º61.04%60.39%-
XYZ17.3913.696-
YUV102.78103.86164.53-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 51.51%
GREEN value IS 85 (33.59% from 255) = 28.43%
BLUE value IS 60 (23.83% from 255) = 20.07%
R=51.51%
G=28.43%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154856000.450.610.4015.9643.9341.96
Hex9A553C02D3D28102c2a
Octal232125740557550205452
Binary100110101010101111100010110111110110100010000101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A553C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,85,60); }

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

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

 a { background-color: rgb(154,85,60); }

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

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

 span { border-color: rgb(154,85,60); }

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