#975C49

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

Shades of Sepia #975C49

Tints of Sepia #975C49

Color information

#975C49 (or 0x975C49) is unknown color: approx Sepia. HEX triplet: 97, 5C and 49. RGB value is (151,92,73). Sum of RGB (Red+Green+Blue) = 151+92+73=316 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.78% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 151 - color contains mainly: red. Hex color #975C49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975C49 is #68A3B6. Grayscale: #6B6B6B. Windows color (decimal): -6857655 or 4807831. OLE color: 4807831.

HSL color Cylindrical-coordinate representation of color #975C49: hue angle of 14.62º 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 #975C49 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB1519273-
CMYK00.390.520.41
HSL14.62º34.82%43.92%-
HSV(B)14.62º51.66%59.22%-
XYZ17.7914.718.21-
YUV107.48108.55159.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.78%
GREEN value IS 92 (36.33% from 255) = 29.11%
BLUE value IS 73 (28.91% from 255) = 23.10%
R=47.78%
G=29.11%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151927300.390.520.4114.6234.8243.92
Hex975C490273429f232c
Octal2271341110476451174354
Binary100101111011100100100101001111101001010011111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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