#9B5F47

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

Shades of Sepia #9B5F47

Tints of Sepia #9B5F47

Color information

#9B5F47 (or 0x9B5F47) is unknown color: approx Sepia. HEX triplet: 9B, 5F and 47. RGB value is (155,95,71). Sum of RGB (Red+Green+Blue) = 155+95+71=321 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.29% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 71 (28.12% from 255 or 22.12% from 321); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5F47 is #64A0B8. Grayscale: #6E6E6E. Windows color (decimal): -6594745 or 4677531. OLE color: 4677531.

HSL color Cylindrical-coordinate representation of color #9B5F47: hue angle of 17.14º 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 #9B5F47 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB1559571-
CMYK00.390.540.39
HSL17.14º37.17%44.31%-
HSV(B)17.14º54.19%60.78%-
XYZ18.7515.617.99-
YUV110.2105.88159.95-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.29%
GREEN value IS 95 (37.5% from 255) = 29.60%
BLUE value IS 71 (28.12% from 255) = 22.12%
R=48.29%
G=29.60%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155957100.390.540.3917.1437.1744.31
Hex9B5F47027362711252c
Octal2331371070476647214554
Binary1001101110111111000111010011111011010011110001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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