#975A48

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

Shades of Sepia #975A48

Tints of Sepia #975A48

Color information

#975A48 (or 0x975A48) is unknown color: approx Sepia. HEX triplet: 97, 5A and 48. RGB value is (151,90,72). Sum of RGB (Red+Green+Blue) = 151+90+72=313 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.24% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 151 - color contains mainly: red. Hex color #975A48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975A48 is #68A5B7. Grayscale: #6A6A6A. Windows color (decimal): -6858168 or 4741783. OLE color: 4741783.

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

Color convert

RGB1519072-
CMYK00.400.520.41
HSL13.67º35.43%43.73%-
HSV(B)13.67º52.32%59.22%-
XYZ17.5914.367.98-
YUV106.19108.71159.96-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.24%
GREEN value IS 90 (35.55% from 255) = 28.75%
BLUE value IS 72 (28.52% from 255) = 23.00%
R=48.24%
G=28.75%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151907200.400.520.4113.6735.4343.73
Hex975A480283429e232c
Octal2271321100506451164354
Binary100101111011010100100001010001101001010011110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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