#9B5F40

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

Shades of Sepia #9B5F40

Tints of Sepia #9B5F40

Color information

#9B5F40 (or 0x9B5F40) is unknown color: approx Sepia. HEX triplet: 9B, 5F and 40. RGB value is (155,95,64). Sum of RGB (Red+Green+Blue) = 155+95+64=314 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.36% from 314); Green value is 95 (37.5% from 255 or 30.25% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5F40 is #64A0BF. Grayscale: #6D6D6D. Windows color (decimal): -6594752 or 4218779. OLE color: 4218779.

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

Color convert

RGB1559564-
CMYK00.390.590.39
HSL20.44º41.55%42.94%-
HSV(B)20.44º58.71%60.78%-
XYZ18.5415.526.87-
YUV109.41102.38160.52-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.36%
GREEN value IS 95 (37.5% from 255) = 30.25%
BLUE value IS 64 (25.39% from 255) = 20.38%
R=49.36%
G=30.25%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155956400.390.590.3920.4441.5542.94
Hex9B5F400273B27142a2b
Octal2331371000477347245253
Binary1001101110111111000000010011111101110011110100101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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