#9B5E40

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

Shades of Sepia #9B5E40

Tints of Sepia #9B5E40

Color information

#9B5E40 (or 0x9B5E40) is unknown color: approx Sepia. HEX triplet: 9B, 5E and 40. RGB value is (155,94,64). Sum of RGB (Red+Green+Blue) = 155+94+64=313 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.52% from 313); Green value is 94 (37.11% from 255 or 30.03% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5E40 is #64A1BF. Grayscale: #6D6D6D. Windows color (decimal): -6595008 or 4218523. OLE color: 4218523.

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

Color convert

RGB1559464-
CMYK00.390.590.39
HSL19.78º41.55%42.94%-
HSV(B)19.78º58.71%60.78%-
XYZ18.4515.346.84-
YUV108.82102.71160.94-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.52%
GREEN value IS 94 (37.11% from 255) = 30.03%
BLUE value IS 64 (25.39% from 255) = 20.45%
R=49.52%
G=30.03%
B=20.45%

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
Decimal155946400.390.590.3919.7841.5542.94
Hex9B5E400273B27142a2b
Octal2331361000477347245253
Binary1001101110111101000000010011111101110011110100101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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