#995D4D

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

Shades of Sepia #995D4D

Tints of Sepia #995D4D

Color information

#995D4D (or 0x995D4D) is unknown color: approx Sepia. HEX triplet: 99, 5D and 4D. RGB value is (153,93,77). Sum of RGB (Red+Green+Blue) = 153+93+77=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #995D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995D4D is #66A2B2. Grayscale: #6D6D6D. Windows color (decimal): -6726323 or 5070233. OLE color: 5070233.

HSL color Cylindrical-coordinate representation of color #995D4D: hue angle of 12.63º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #995D4D is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB1539377-
CMYK00.390.500.4
HSL12.63º33.04%45.1%-
HSV(B)12.63º49.67%60%-
XYZ18.3915.148.97-
YUV109.12109.88159.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.37%
GREEN value IS 93 (36.72% from 255) = 28.79%
BLUE value IS 77 (30.47% from 255) = 23.84%
R=47.37%
G=28.79%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153937700.390.500.412.6333.0445.1
Hex995D4D0273228d212d
Octal2311351150476250154155
Binary100110011011101100110101001111100101010001101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995D4D; }

 p { color: rgb(153,93,77); }

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

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

 a { background-color: rgb(153,93,77); }

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

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

 span { border-color: rgb(153,93,77); }

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