#995C3D

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

Shades of Sepia #995C3D

Tints of Sepia #995C3D

Color information

#995C3D (or 0x995C3D) is unknown color: approx Sepia. HEX triplet: 99, 5C and 3D. RGB value is (153,92,61). Sum of RGB (Red+Green+Blue) = 153+92+61=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #995C3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995C3D is #66A3C2. Grayscale: #6A6A6A. Windows color (decimal): -6726595 or 4021401. OLE color: 4021401.

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

Color convert

RGB1539261-
CMYK00.400.600.4
HSL20.22º42.99%41.96%-
HSV(B)20.22º60.13%60%-
XYZ17.8114.766.33-
YUV106.71102.21161.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50%
GREEN value IS 92 (36.33% from 255) = 30.07%
BLUE value IS 61 (24.22% from 255) = 19.93%
R=50%
G=30.07%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.60
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153926100.400.600.420.2242.9941.96
Hex995C3D0283C28142b2a
Octal231134750507450245352
Binary100110011011100111101010100011110010100010100101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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