#9C543F

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

Shades of Sepia #9C543F

Tints of Sepia #9C543F

Color information

#9C543F (or 0x9C543F) is unknown color: approx Sepia. HEX triplet: 9C, 54 and 3F. RGB value is (156,84,63). Sum of RGB (Red+Green+Blue) = 156+84+63=303 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.49% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 156 - color contains mainly: red. Hex color #9C543F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C543F is #63ABC0. Grayscale: #676767. Windows color (decimal): -6532033 or 4150428. OLE color: 4150428.

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

Color convert

RGB1568463-
CMYK00.460.600.39
HSL13.55º42.47%42.94%-
HSV(B)13.55º59.62%61.18%-
XYZ17.7813.776.42-
YUV103.13105.35165.71-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 51.49%
GREEN value IS 84 (33.20% from 255) = 27.72%
BLUE value IS 63 (25% from 255) = 20.79%
R=51.49%
G=27.72%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.60
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156846300.460.600.3913.5542.4742.94
Hex9C543F02E3C27e2a2b
Octal234124770567447165253
Binary10011100101010011111101011101111001001111110101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C543F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,84,63); }

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

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

 a { background-color: rgb(156,84,63); }

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

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

 span { border-color: rgb(156,84,63); }

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