#975942

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

Shades of Sepia #975942

Tints of Sepia #975942

Color information

#975942 (or 0x975942) is unknown color: approx Sepia. HEX triplet: 97, 59 and 42. RGB value is (151,89,66). Sum of RGB (Red+Green+Blue) = 151+89+66=306 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.35% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 151 - color contains mainly: red. Hex color #975942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975942 is #68A6BD. Grayscale: #696969. Windows color (decimal): -6858430 or 4348311. OLE color: 4348311.

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

Color convert

RGB1518966-
CMYK00.410.560.41
HSL16.24º39.17%42.55%-
HSV(B)16.24º56.29%59.22%-
XYZ17.3214.126.97-
YUV104.92106.04160.87-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.35%
GREEN value IS 89 (35.16% from 255) = 29.08%
BLUE value IS 66 (26.17% from 255) = 21.57%
R=49.35%
G=29.08%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151896600.410.560.4116.2439.1742.55
Hex975942029382910272b
Octal2271311020517051204753
Binary1001011110110011000010010100111100010100110000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975942; }

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

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

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

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

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

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

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

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