#995c44

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

Shades of Sepia #995C44

Tints of Sepia #995C44

Color information

#995C44 (or 0x995C44) is unknown color: approx Sepia. HEX triplet: 99, 5C and 44. RGB value is (153,92,68). Sum of RGB (Red+Green+Blue) = 153+92+68=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #995C44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995C44 is #66A3BB. Grayscale: #6B6B6B. Windows color (decimal): -6726588 or 4480153. OLE color: 4480153.

HSL color Cylindrical-coordinate representation of color #995C44: hue angle of 16.94º 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 #995C44 is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.4.

Color convert

RGB1539268-
CMYK00.400.560.4
HSL16.94º38.46%43.33%-
HSV(B)16.94º55.56%60%-
XYZ18.0114.847.38-
YUV107.5105.71160.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.88%
GREEN value IS 92 (36.33% from 255) = 29.39%
BLUE value IS 68 (26.95% from 255) = 21.73%
R=48.88%
G=29.39%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.56
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153926800.400.560.416.9438.4643.33
Hex995C44028382811262b
Octal2311341040507050214653
Binary1001100110111001000100010100011100010100010001100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995c44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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