Shades of Sepia #995C4B
Tints of Sepia #995C4B
RGB
CMYK
RGB Variations
Color information
#995C4B (or 0x995C4B) is known color: Sepia. HEX triplet: 99, 5C and 4B. RGB value is (153,92,75). Sum of RGB (Red+Green+Blue) = 153+92+75=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #995C4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995C4B is #66A3B4. Grayscale: #6C6C6C. Windows color (decimal): -6726581 or 4938905. OLE color: 4938905.
HSL color Cylindrical-coordinate representation of color #995C4B: hue angle of 13.08º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #995C4B is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 92 | 75 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.4 |
| HSL | 13.08º | 0.34% | 0.45% | - |
| HSV(B) | 13.08º | 0.51% | 0.6% | - |
| XYZ | 18.23 | 14.93 | 8.58 | - |
| YUV | 108.3 | 109.21 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 92 | 75 | 0 | 0.40 | 0.51 | 0.4 | 13.08 | 0.34 | 0.45 |
| Hex | 99 | 5C | 4B | 0 | 28 | 33 | 28 | D | 22 | 2D |
| Octal | 231 | 134 | 113 | 0 | 50 | 63 | 50 | 15 | 42 | 55 |
| Binary | 10011001 | 1011100 | 1001011 | 0 | 101000 | 110011 | 101000 | 1101 | 100010 | 101101 |
Color Harmonies of #995C4B
Complementary color
Monochromatic Colors of #995C4B
Black with #995C4B
Text Example
Text Example
White with #995C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995C4B; }
p { color: rgb(153,92,75); }
H1.HeaderClassName
{
color: #995C4B;
}
.AnyTagClassName
{
color: #995C4B;
}
</style>
background-color css
<style>
a { background-color: #995C4B; }
a { background-color: rgb(153,92,75); }
div.DivClassName
{
background-color: #995C4B;
}
.BgClassName
{
background-color: #995C4B;
}
</style>
border-color css
<style>
span { border-color: #995C4B; }
span { border-color: rgb(153,92,75); }
td.TdClassName
{
border-color: #995C4B;
}
.TagClassName
{
border-color: #995C4B;
}
</style>