#995845

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

Shades of Sepia #995845

Tints of Sepia #995845

Color information

#995845 (or 0x995845) is unknown color: approx Sepia. HEX triplet: 99, 58 and 45. RGB value is (153,88,69). Sum of RGB (Red+Green+Blue) = 153+88+69=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #995845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995845 is #66A7BA. Grayscale: #696969. Windows color (decimal): -6727611 or 4544665. OLE color: 4544665.

HSL color Cylindrical-coordinate representation of color #995845: hue angle of 13.57º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #995845 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.4.

Color convert

RGB1538869-
CMYK00.420.550.4
HSL13.57º37.84%43.53%-
HSV(B)13.57º54.9%60%-
XYZ17.714.187.43-
YUV105.27107.53162.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.35%
GREEN value IS 88 (34.77% from 255) = 28.39%
BLUE value IS 69 (27.34% from 255) = 22.26%
R=49.35%
G=28.39%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153886900.420.550.413.5737.8443.53
Hex99584502A3728e262c
Octal2311301050526750164654
Binary100110011011000100010101010101101111010001110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995845; }

 p { color: rgb(153,88,69); }

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

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

 a { background-color: rgb(153,88,69); }

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

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

 span { border-color: rgb(153,88,69); }

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