#995740

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

Shades of Sepia #995740

Tints of Sepia #995740

Color information

#995740 (or 0x995740) is unknown color: approx Sepia. HEX triplet: 99, 57 and 40. RGB value is (153,87,64). Sum of RGB (Red+Green+Blue) = 153+87+64=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 87 (34.38% from 255 or 28.62% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #995740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995740 is #66A8BF. Grayscale: #686868. Windows color (decimal): -6727872 or 4216729. OLE color: 4216729.

HSL color Cylindrical-coordinate representation of color #995740: hue angle of 15.51º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #995740 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB1538764-
CMYK00.430.580.4
HSL15.51º41.01%42.55%-
HSV(B)15.51º58.17%60%-
XYZ17.4713.966.62-
YUV104.11105.37162.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.33%
GREEN value IS 87 (34.38% from 255) = 28.62%
BLUE value IS 64 (25.39% from 255) = 21.05%
R=50.33%
G=28.62%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153876400.430.580.415.5141.0142.55
Hex99574002B3A2810292b
Octal2311271000537250205153
Binary1001100110101111000000010101111101010100010000101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995740; }

 p { color: rgb(153,87,64); }

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

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

 a { background-color: rgb(153,87,64); }

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

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

 span { border-color: rgb(153,87,64); }

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