#975F48

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

Shades of Sepia #975F48

Tints of Sepia #975F48

Color information

#975F48 (or 0x975F48) is unknown color: approx Sepia. HEX triplet: 97, 5F and 48. RGB value is (151,95,72). Sum of RGB (Red+Green+Blue) = 151+95+72=318 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.48% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 151 - color contains mainly: red. Hex color #975F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975F48 is #68A0B7. Grayscale: #6D6D6D. Windows color (decimal): -6856888 or 4743063. OLE color: 4743063.

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

Color convert

RGB1519572-
CMYK00.370.520.41
HSL17.47º35.43%43.73%-
HSV(B)17.47º52.32%59.22%-
XYZ18.0215.238.12-
YUV109.12107.05157.87-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.48%
GREEN value IS 95 (37.5% from 255) = 29.87%
BLUE value IS 72 (28.52% from 255) = 22.64%
R=47.48%
G=29.87%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151957200.370.520.4117.4735.4343.73
Hex975F48025342911232c
Octal2271371100456451214354
Binary1001011110111111001000010010111010010100110001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,95,72); }

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

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

 a { background-color: rgb(151,95,72); }

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

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

 span { border-color: rgb(151,95,72); }

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