#975B3F

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

Shades of Sepia #975B3F

Tints of Sepia #975B3F

Color information

#975B3F (or 0x975B3F) is unknown color: approx Sepia. HEX triplet: 97, 5B and 3F. RGB value is (151,91,63). Sum of RGB (Red+Green+Blue) = 151+91+63=305 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.51% from 305); Green value is 91 (35.94% from 255 or 29.84% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 151 - color contains mainly: red. Hex color #975B3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975B3F is #68A4C0. Grayscale: #696969. Windows color (decimal): -6857921 or 4152215. OLE color: 4152215.

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

Color convert

RGB1519163-
CMYK00.400.580.41
HSL19.09º41.12%41.96%-
HSV(B)19.09º58.28%59.22%-
XYZ17.414.426.57-
YUV105.75103.88160.28-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.51%
GREEN value IS 91 (35.94% from 255) = 29.84%
BLUE value IS 63 (25% from 255) = 20.66%
R=49.51%
G=29.84%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151916300.400.580.4119.0941.1241.96
Hex975B3F0283A2913292a
Octal227133770507251235152
Binary100101111011011111111010100011101010100110011101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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