#975D49

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

Shades of Sepia #975D49

Tints of Sepia #975D49

Color information

#975D49 (or 0x975D49) is unknown color: approx Sepia. HEX triplet: 97, 5D and 49. RGB value is (151,93,73). Sum of RGB (Red+Green+Blue) = 151+93+73=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 151 - color contains mainly: red. Hex color #975D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975D49 is #68A2B6. Grayscale: #6C6C6C. Windows color (decimal): -6857399 or 4808087. OLE color: 4808087.

HSL color Cylindrical-coordinate representation of color #975D49: hue angle of 15.38º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #975D49 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB1519373-
CMYK00.380.520.41
HSL15.38º34.82%43.92%-
HSV(B)15.38º51.66%59.22%-
XYZ17.8814.898.23-
YUV108.06108.22158.63-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.63%
GREEN value IS 93 (36.72% from 255) = 29.34%
BLUE value IS 73 (28.91% from 255) = 23.03%
R=47.63%
G=29.34%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151937300.380.520.4115.3834.8243.92
Hex975D490263429f232c
Octal2271351110466451174354
Binary100101111011101100100101001101101001010011111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975D49; }

 p { color: rgb(151,93,73); }

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

<style>
 a { background-color: #975D49; }

 a { background-color: rgb(151,93,73); }

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

<style>
 span { border-color: #975D49; }

 span { border-color: rgb(151,93,73); }

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