#9B5744

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

Shades of Sepia #9B5744

Tints of Sepia #9B5744

Color information

#9B5744 (or 0x9B5744) is unknown color: approx Sepia. HEX triplet: 9B, 57 and 44. RGB value is (155,87,68). Sum of RGB (Red+Green+Blue) = 155+87+68=310 (41% of max value = 765). Red value is 155 (60.94% from 255 or 50% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 68 (26.95% from 255 or 21.94% from 310); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5744 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5744 is #64A8BB. Grayscale: #696969. Windows color (decimal): -6596796 or 4478875. OLE color: 4478875.

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

Color convert

RGB1558768-
CMYK00.440.560.39
HSL13.1º39.01%43.73%-
HSV(B)13.1º56.13%60.78%-
XYZ17.9714.27.26-
YUV105.17107.03163.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50%
GREEN value IS 87 (34.38% from 255) = 28.06%
BLUE value IS 68 (26.95% from 255) = 21.94%
R=50%
G=28.06%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155876800.440.560.3913.139.0143.73
Hex9B574402C3827d272c
Octal2331271040547047154754
Binary100110111010111100010001011001110001001111101100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,87,68); }

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

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

 a { background-color: rgb(155,87,68); }

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

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

 span { border-color: rgb(155,87,68); }

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