#9A5B47

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

Shades of Sepia #9A5B47

Tints of Sepia #9A5B47

Color information

#9A5B47 (or 0x9A5B47) is unknown color: approx Sepia. HEX triplet: 9A, 5B and 47. RGB value is (154,91,71). Sum of RGB (Red+Green+Blue) = 154+91+71=316 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.73% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 71 (28.12% from 255 or 22.47% from 316); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5B47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5B47 is #65A4B8. Grayscale: #6B6B6B. Windows color (decimal): -6661305 or 4676506. OLE color: 4676506.

HSL color Cylindrical-coordinate representation of color #9A5B47: hue angle of 14.46º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9A5B47 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.40.

Color convert

RGB1549171-
CMYK00.410.540.40
HSL14.46º36.89%44.12%-
HSV(B)14.46º53.9%60.39%-
XYZ18.214.817.86-
YUV107.56107.37161.13-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 48.73%
GREEN value IS 91 (35.94% from 255) = 28.80%
BLUE value IS 71 (28.12% from 255) = 22.47%
R=48.73%
G=28.80%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154917100.410.540.4014.4636.8944.12
Hex9A5B470293628e252c
Octal2321331070516650164554
Binary100110101011011100011101010011101101010001110100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,91,71); }

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

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

 a { background-color: rgb(154,91,71); }

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

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

 span { border-color: rgb(154,91,71); }

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