#975845

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

Shades of Sepia #975845

Tints of Sepia #975845

Color information

#975845 (or 0x975845) is unknown color: approx Sepia. HEX triplet: 97, 58 and 45. RGB value is (151,88,69). Sum of RGB (Red+Green+Blue) = 151+88+69=308 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.03% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 151 - color contains mainly: red. Hex color #975845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975845 is #68A7BA. Grayscale: #686868. Windows color (decimal): -6858683 or 4544663. OLE color: 4544663.

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

Color convert

RGB1518869-
CMYK00.420.540.41
HSL13.9º37.27%43.14%-
HSV(B)13.9º54.3%59.22%-
XYZ17.3313.997.42-
YUV104.67107.87161.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.03%
GREEN value IS 88 (34.77% from 255) = 28.57%
BLUE value IS 69 (27.34% from 255) = 22.40%
R=49.03%
G=28.57%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151886900.420.540.4113.937.2743.14
Hex97584502A3629e252b
Octal2271301050526651164553
Binary100101111011000100010101010101101101010011110100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975845; }

 p { color: rgb(151,88,69); }

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

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

 a { background-color: rgb(151,88,69); }

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

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

 span { border-color: rgb(151,88,69); }

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