#995444

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

Shades of Sepia #995444

Tints of Sepia #995444

Color information

#995444 (or 0x995444) is unknown color: approx Sepia. HEX triplet: 99, 54 and 44. RGB value is (153,84,68). Sum of RGB (Red+Green+Blue) = 153+84+68=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #995444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995444 is #66ABBB. Grayscale: #666666. Windows color (decimal): -6728636 or 4478105. OLE color: 4478105.

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

Color convert

RGB1538468-
CMYK00.450.560.4
HSL11.29º38.46%43.33%-
HSV(B)11.29º55.56%60%-
XYZ17.3513.537.17-
YUV102.81108.36163.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.16%
GREEN value IS 84 (33.20% from 255) = 27.54%
BLUE value IS 68 (26.95% from 255) = 22.30%
R=50.16%
G=27.54%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153846800.450.560.411.2938.4643.33
Hex99544402D3828b262b
Octal2311241040557050134653
Binary100110011010100100010001011011110001010001011100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995444; }

 p { color: rgb(153,84,68); }

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

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

 a { background-color: rgb(153,84,68); }

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

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

 span { border-color: rgb(153,84,68); }

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