#97593F

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

Shades of Sepia #97593F

Tints of Sepia #97593F

Color information

#97593F (or 0x97593F) is unknown color: approx Sepia. HEX triplet: 97, 59 and 3F. RGB value is (151,89,63). Sum of RGB (Red+Green+Blue) = 151+89+63=303 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.83% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 151 - color contains mainly: red. Hex color #97593F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97593F is #68A6C0. Grayscale: #686868. Windows color (decimal): -6858433 or 4151703. OLE color: 4151703.

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

Color convert

RGB1518963-
CMYK00.410.580.41
HSL17.73º41.12%41.96%-
HSV(B)17.73º58.28%59.22%-
XYZ17.2314.086.51-
YUV104.57104.54161.11-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.83%
GREEN value IS 89 (35.16% from 255) = 29.37%
BLUE value IS 63 (25% from 255) = 20.79%
R=49.83%
G=29.37%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151896300.410.580.4117.7341.1241.96
Hex97593F0293A2912292a
Octal227131770517251225152
Binary100101111011001111111010100111101010100110010101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97593F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97593F; }

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

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

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

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

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

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

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

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