#995C3C

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

Shades of Sepia #995C3C

Tints of Sepia #995C3C

Color information

#995C3C (or 0x995C3C) is unknown color: approx Sepia. HEX triplet: 99, 5C and 3C. RGB value is (153,92,60). Sum of RGB (Red+Green+Blue) = 153+92+60=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #995C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995C3C is #66A3C3. Grayscale: #6A6A6A. Windows color (decimal): -6726596 or 3955865. OLE color: 3955865.

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

Color convert

RGB1539260-
CMYK00.400.610.4
HSL20.65º43.66%41.76%-
HSV(B)20.65º60.78%60%-
XYZ17.7814.756.19-
YUV106.59101.71161.1-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.16%
GREEN value IS 92 (36.33% from 255) = 30.16%
BLUE value IS 60 (23.83% from 255) = 19.67%
R=50.16%
G=30.16%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153926000.400.610.420.6543.6641.76
Hex995C3C0283D28152c2a
Octal231134740507550255452
Binary100110011011100111100010100011110110100010101101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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