#975341

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

Shades of Sepia #975341

Tints of Sepia #975341

Color information

#975341 (or 0x975341) is unknown color: approx Sepia. HEX triplet: 97, 53 and 41. RGB value is (151,83,65). Sum of RGB (Red+Green+Blue) = 151+83+65=299 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.50% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 151 - color contains mainly: red. Hex color #975341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975341 is #68ACBE. Grayscale: #656565. Windows color (decimal): -6859967 or 4281239. OLE color: 4281239.

HSL color Cylindrical-coordinate representation of color #975341: hue angle of 12.56º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #975341 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB1518365-
CMYK00.450.570.41
HSL12.56º39.81%42.35%-
HSV(B)12.56º56.95%59.22%-
XYZ16.8113.156.65-
YUV101.28107.53163.46-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.50%
GREEN value IS 83 (32.81% from 255) = 27.76%
BLUE value IS 65 (25.78% from 255) = 21.74%
R=50.50%
G=27.76%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151836500.450.570.4112.5639.8142.35
Hex97534102D3929d282a
Octal2271231010557151155052
Binary100101111010011100000101011011110011010011101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975341; }

 p { color: rgb(151,83,65); }

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

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

 a { background-color: rgb(151,83,65); }

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

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

 span { border-color: rgb(151,83,65); }

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