#9B5C47

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

Shades of Sepia #9B5C47

Tints of Sepia #9B5C47

Color information

#9B5C47 (or 0x9B5C47) is unknown color: approx Sepia. HEX triplet: 9B, 5C and 47. RGB value is (155,92,71). Sum of RGB (Red+Green+Blue) = 155+92+71=318 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.74% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 71 (28.12% from 255 or 22.33% from 318); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5C47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5C47 is #64A3B8. Grayscale: #6C6C6C. Windows color (decimal): -6595513 or 4676763. OLE color: 4676763.

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

Color convert

RGB1559271-
CMYK00.410.540.39
HSL15º37.17%44.31%-
HSV(B)15º54.19%60.78%-
XYZ18.4815.087.9-
YUV108.44106.87161.21-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.74%
GREEN value IS 92 (36.33% from 255) = 28.93%
BLUE value IS 71 (28.12% from 255) = 22.33%
R=48.74%
G=28.93%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155927100.410.540.391537.1744.31
Hex9B5C470293627f252c
Octal2331341070516647174554
Binary100110111011100100011101010011101101001111111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,92,71); }

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

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

 a { background-color: rgb(155,92,71); }

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

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

 span { border-color: rgb(155,92,71); }

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