#9A593C

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

Shades of Sepia #9A593C

Tints of Sepia #9A593C

Color information

#9A593C (or 0x9A593C) is unknown color: approx Sepia. HEX triplet: 9A, 59 and 3C. RGB value is (154,89,60). Sum of RGB (Red+Green+Blue) = 154+89+60=303 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.83% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 154 - color contains mainly: red. Hex color #9A593C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A593C is #65A6C3. Grayscale: #696969. Windows color (decimal): -6661828 or 3955098. OLE color: 3955098.

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

Color convert

RGB1548960-
CMYK00.420.610.40
HSL18.51º43.93%41.96%-
HSV(B)18.51º61.04%60.39%-
XYZ17.7114.346.11-
YUV105.13102.53162.86-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 50.83%
GREEN value IS 89 (35.16% from 255) = 29.37%
BLUE value IS 60 (23.83% from 255) = 19.80%
R=50.83%
G=29.37%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154896000.420.610.4018.5143.9341.96
Hex9A593C02A3D28132c2a
Octal232131740527550235452
Binary100110101011001111100010101011110110100010011101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A593C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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