#9B543E

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

Shades of Sepia #9B543E

Tints of Sepia #9B543E

Color information

#9B543E (or 0x9B543E) is unknown color: approx Sepia. HEX triplet: 9B, 54 and 3E. RGB value is (155,84,62). Sum of RGB (Red+Green+Blue) = 155+84+62=301 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.50% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 155 - color contains mainly: red. Hex color #9B543E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B543E is #64ABC1. Grayscale: #666666. Windows color (decimal): -6597570 or 4084891. OLE color: 4084891.

HSL color Cylindrical-coordinate representation of color #9B543E: hue angle of 14.19º degrees, saturation: 0.43, 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 #9B543E is Cyan = 0, Magento = 0.46, Yellow = 0.6 and Black (K on CMYK) = 0.39.

Color convert

RGB1558462-
CMYK00.460.60.39
HSL14.19º42.86%42.55%-
HSV(B)14.19º60%60.78%-
XYZ17.5613.666.27-
YUV102.72105.02165.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.50%
GREEN value IS 84 (33.20% from 255) = 27.91%
BLUE value IS 62 (24.61% from 255) = 20.60%
R=51.50%
G=27.91%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.6
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155846200.460.60.3914.1942.8642.55
Hex9B543E02E3C27e2b2b
Octal233124760567447165353
Binary10011011101010011111001011101111001001111110101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B543E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,84,62); }

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

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

 a { background-color: rgb(155,84,62); }

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

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

 span { border-color: rgb(155,84,62); }

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