#995240

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

Shades of Sepia #995240

Tints of Sepia #995240

Color information

#995240 (or 0x995240) is unknown color: approx Sepia. HEX triplet: 99, 52 and 40. RGB value is (153,82,64). Sum of RGB (Red+Green+Blue) = 153+82+64=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #995240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995240 is #66ADBF. Grayscale: #656565. Windows color (decimal): -6729152 or 4215449. OLE color: 4215449.

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

Color convert

RGB1538264-
CMYK00.460.580.4
HSL12.13º41.01%42.55%-
HSV(B)12.13º58.17%60%-
XYZ17.0813.186.49-
YUV101.18107.02164.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.17%
GREEN value IS 82 (32.42% from 255) = 27.42%
BLUE value IS 64 (25.39% from 255) = 21.40%
R=51.17%
G=27.42%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153826400.460.580.412.1341.0142.55
Hex99524002E3A28c292b
Octal2311221000567250145153
Binary100110011010010100000001011101110101010001100101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995240; }

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

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

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

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

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

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

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

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