Shades of Sepia #995C3D
Tints of Sepia #995C3D
RGB
CMYK
RGB Variations
Color information
#995C3D (or 0x995C3D) is known color: 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
| RGB | 153 | 92 | 61 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.4 |
| HSL | 20.22º | 0.43% | 0.42% | - |
| HSV(B) | 20.22º | 0.6% | 0.6% | - |
| XYZ | 17.81 | 14.76 | 6.33 | - |
| YUV | 106.71 | 102.21 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 92 | 61 | 0 | 0.40 | 0.60 | 0.4 | 20.22 | 0.43 | 0.42 |
| Hex | 99 | 5C | 3D | 0 | 28 | 3C | 28 | 14 | 2B | 2A |
| Octal | 231 | 134 | 75 | 0 | 50 | 74 | 50 | 24 | 53 | 52 |
| Binary | 10011001 | 1011100 | 111101 | 0 | 101000 | 111100 | 101000 | 10100 | 101011 | 101010 |
Color Harmonies of #995C3D
Complementary color
Monochromatic Colors of #995C3D
Black with #995C3D
Text Example
Text Example
White with #995C3D
Text Example
Text Example
HTML Codes & Css Web 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>