#9D5E40

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

Shades of Sepia #9D5E40

Tints of Sepia #9D5E40

Color information

#9D5E40 (or 0x9D5E40) is unknown color: approx Sepia. HEX triplet: 9D, 5E and 40. RGB value is (157,94,64). Sum of RGB (Red+Green+Blue) = 157+94+64=315 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.84% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5E40 is #62A1BF. Grayscale: #6D6D6D. Windows color (decimal): -6463936 or 4218525. OLE color: 4218525.

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

Color convert

RGB1579464-
CMYK00.400.590.38
HSL19.35º42.08%43.33%-
HSV(B)19.35º59.24%61.57%-
XYZ18.8315.546.86-
YUV109.42102.37161.94-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 49.84%
GREEN value IS 94 (37.11% from 255) = 29.84%
BLUE value IS 64 (25.39% from 255) = 20.32%
R=49.84%
G=29.84%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157946400.400.590.3819.3542.0843.33
Hex9D5E400283B26132a2b
Octal2351361000507346235253
Binary1001110110111101000000010100011101110011010011101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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