#9D6048

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

Shades of Sepia #9D6048

Tints of Sepia #9D6048

Color information

#9D6048 (or 0x9D6048) is unknown color: approx Sepia. HEX triplet: 9D, 60 and 48. RGB value is (157,96,72). Sum of RGB (Red+Green+Blue) = 157+96+72=325 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.31% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6048 is #629FB7. Grayscale: #6F6F6F. Windows color (decimal): -6463416 or 4743325. OLE color: 4743325.

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

Color convert

RGB1579672-
CMYK00.390.540.38
HSL16.94º37.12%44.9%-
HSV(B)16.94º54.14%61.57%-
XYZ19.26168.2-
YUV111.5105.71160.45-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.31%
GREEN value IS 96 (37.89% from 255) = 29.54%
BLUE value IS 72 (28.52% from 255) = 22.15%
R=48.31%
G=29.54%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157967200.390.540.3816.9437.1244.9
Hex9D6048027362611252d
Octal2351401100476646214555
Binary1001110111000001001000010011111011010011010001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,96,72); }

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

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

 a { background-color: rgb(157,96,72); }

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

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

 span { border-color: rgb(157,96,72); }

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