#975B42

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

Shades of Sepia #975B42

Tints of Sepia #975B42

Color information

#975B42 (or 0x975B42) is unknown color: approx Sepia. HEX triplet: 97, 5B and 42. RGB value is (151,91,66). Sum of RGB (Red+Green+Blue) = 151+91+66=308 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.03% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 151 - color contains mainly: red. Hex color #975B42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975B42 is #68A4BD. Grayscale: #6A6A6A. Windows color (decimal): -6857918 or 4348823. OLE color: 4348823.

HSL color Cylindrical-coordinate representation of color #975B42: hue angle of 17.65º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #975B42 is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB1519166-
CMYK00.400.560.41
HSL17.65º39.17%42.55%-
HSV(B)17.65º56.29%59.22%-
XYZ17.4914.457.02-
YUV106.09105.38160.03-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.03%
GREEN value IS 91 (35.94% from 255) = 29.55%
BLUE value IS 66 (26.17% from 255) = 21.43%
R=49.03%
G=29.55%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151916600.400.560.4117.6539.1742.55
Hex975B42028382912272b
Octal2271331020507051224753
Binary1001011110110111000010010100011100010100110010100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,91,66); }

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

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

 a { background-color: rgb(151,91,66); }

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

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

 span { border-color: rgb(151,91,66); }

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