#9D5F4A

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

Shades of Sepia #9D5F4A

Tints of Sepia #9D5F4A

Color information

#9D5F4A (or 0x9D5F4A) is unknown color: approx Sepia. HEX triplet: 9D, 5F and 4A. RGB value is (157,95,74). Sum of RGB (Red+Green+Blue) = 157+95+74=326 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.16% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5F4A is #62A0B5. Grayscale: #6F6F6F. Windows color (decimal): -6463670 or 4874141. OLE color: 4874141.

HSL color Cylindrical-coordinate representation of color #9D5F4A: hue angle of 15.18º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9D5F4A is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.38.

Color convert

RGB1579574-
CMYK00.390.530.38
HSL15.18º35.93%45.29%-
HSV(B)15.18º52.87%61.57%-
XYZ19.2315.858.52-
YUV111.14107.04160.71-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.16%
GREEN value IS 95 (37.5% from 255) = 29.14%
BLUE value IS 74 (29.30% from 255) = 22.70%
R=48.16%
G=29.14%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157957400.390.530.3815.1835.9345.29
Hex9D5F4A0273526f242d
Octal2351371120476546174455
Binary100111011011111100101001001111101011001101111100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,95,74); }

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

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

 a { background-color: rgb(157,95,74); }

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

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

 span { border-color: rgb(157,95,74); }

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