#995B47

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

Shades of Sepia #995B47

Tints of Sepia #995B47

Color information

#995B47 (or 0x995B47) is unknown color: approx Sepia. HEX triplet: 99, 5B and 47. RGB value is (153,91,71). Sum of RGB (Red+Green+Blue) = 153+91+71=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #995B47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995B47 is #66A4B8. Grayscale: #6B6B6B. Windows color (decimal): -6726841 or 4676505. OLE color: 4676505.

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

Color convert

RGB1539171-
CMYK00.410.540.4
HSL14.63º36.61%43.92%-
HSV(B)14.63º53.59%60%-
XYZ18.0214.717.85-
YUV107.26107.54160.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.57%
GREEN value IS 91 (35.94% from 255) = 28.89%
BLUE value IS 71 (28.12% from 255) = 22.54%
R=48.57%
G=28.89%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153917100.410.540.414.6336.6143.92
Hex995B470293628f252c
Octal2311331070516650174554
Binary100110011011011100011101010011101101010001111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,91,71); }

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

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

 a { background-color: rgb(153,91,71); }

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

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

 span { border-color: rgb(153,91,71); }

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