#9B5A40

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

Shades of Sepia #9B5A40

Tints of Sepia #9B5A40

Color information

#9B5A40 (or 0x9B5A40) is unknown color: approx Sepia. HEX triplet: 9B, 5A and 40. RGB value is (155,90,64). Sum of RGB (Red+Green+Blue) = 155+90+64=309 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.16% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5A40 is #64A5BF. Grayscale: #6A6A6A. Windows color (decimal): -6596032 or 4217499. OLE color: 4217499.

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

Color convert

RGB1559064-
CMYK00.420.590.39
HSL17.14º41.55%42.94%-
HSV(B)17.14º58.71%60.78%-
XYZ18.114.656.72-
YUV106.47104.03162.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.16%
GREEN value IS 90 (35.55% from 255) = 29.13%
BLUE value IS 64 (25.39% from 255) = 20.71%
R=50.16%
G=29.13%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155906400.420.590.3917.1441.5542.94
Hex9B5A4002A3B27112a2b
Octal2331321000527347215253
Binary1001101110110101000000010101011101110011110001101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,90,64); }

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

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

 a { background-color: rgb(155,90,64); }

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

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

 span { border-color: rgb(155,90,64); }

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