#9C523B

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

Shades of Sepia #9C523B

Tints of Sepia #9C523B

Color information

#9C523B (or 0x9C523B) is unknown color: approx Sepia. HEX triplet: 9C, 52 and 3B. RGB value is (156,82,59). Sum of RGB (Red+Green+Blue) = 156+82+59=297 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.53% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 59 (23.44% from 255 or 19.87% from 297); Max value from RGB is 156 - color contains mainly: red. Hex color #9C523B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C523B is #63ADC4. Grayscale: #656565. Windows color (decimal): -6532549 or 3887772. OLE color: 3887772.

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

Color convert

RGB1568259-
CMYK00.470.620.39
HSL14.23º45.12%42.16%-
HSV(B)14.23º62.18%61.18%-
XYZ17.5213.425.8-
YUV101.5104.02166.87-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52.53%
GREEN value IS 82 (32.42% from 255) = 27.61%
BLUE value IS 59 (23.44% from 255) = 19.87%
R=52.53%
G=27.61%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156825900.470.620.3914.2345.1242.16
Hex9C523B02F3E27e2d2a
Octal234122730577647165552
Binary10011100101001011101101011111111101001111110101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C523B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,82,59); }

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

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

 a { background-color: rgb(156,82,59); }

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

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

 span { border-color: rgb(156,82,59); }

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