#9C593A

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

Shades of Sepia #9C593A

Tints of Sepia #9C593A

Color information

#9C593A (or 0x9C593A) is unknown color: approx Sepia. HEX triplet: 9C, 59 and 3A. RGB value is (156,89,58). Sum of RGB (Red+Green+Blue) = 156+89+58=303 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.49% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 156 - color contains mainly: red. Hex color #9C593A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C593A is #63A6C5. Grayscale: #696969. Windows color (decimal): -6530758 or 3824028. OLE color: 3824028.

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

Color convert

RGB1568958-
CMYK00.430.630.39
HSL18.98º45.79%41.96%-
HSV(B)18.98º62.82%61.18%-
XYZ18.0514.525.85-
YUV105.5101.2164.02-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 51.49%
GREEN value IS 89 (35.16% from 255) = 29.37%
BLUE value IS 58 (23.05% from 255) = 19.14%
R=51.49%
G=29.37%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156895800.430.630.3918.9845.7941.96
Hex9C593A02B3F27132e2a
Octal234131720537747235652
Binary100111001011001111010010101111111110011110011101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C593A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,89,58); }

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

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

 a { background-color: rgb(156,89,58); }

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

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

 span { border-color: rgb(156,89,58); }

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