#975A41

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

Shades of Sepia #975A41

Tints of Sepia #975A41

Color information

#975A41 (or 0x975A41) is unknown color: approx Sepia. HEX triplet: 97, 5A and 41. RGB value is (151,90,65). Sum of RGB (Red+Green+Blue) = 151+90+65=306 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.35% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 151 - color contains mainly: red. Hex color #975A41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975A41 is #68A5BE. Grayscale: #696969. Windows color (decimal): -6858175 or 4283031. OLE color: 4283031.

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

Color convert

RGB1519065-
CMYK00.400.570.41
HSL17.44º39.81%42.35%-
HSV(B)17.44º56.95%59.22%-
XYZ17.3714.276.84-
YUV105.39105.21160.53-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.35%
GREEN value IS 90 (35.55% from 255) = 29.41%
BLUE value IS 65 (25.78% from 255) = 21.24%
R=49.35%
G=29.41%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151906500.400.570.4117.4439.8142.35
Hex975A41028392911282a
Octal2271321010507151215052
Binary1001011110110101000001010100011100110100110001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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