Shades of Sepia #995D4B
Tints of Sepia #995D4B
RGB
CMYK
RGB Variations
Color information
#995D4B (or 0x995D4B) is known color: Sepia. HEX triplet: 99, 5D and 4B. RGB value is (153,93,75). Sum of RGB (Red+Green+Blue) = 153+93+75=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 153 - color contains mainly: red. Hex color #995D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995D4B is #66A2B4. Grayscale: #6D6D6D. Windows color (decimal): -6726325 or 4939161. OLE color: 4939161.
HSL color Cylindrical-coordinate representation of color #995D4B: hue angle of 13.85º 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 #995D4B is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 93 | 75 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.4 |
| HSL | 13.85º | 0.34% | 0.45% | - |
| HSV(B) | 13.85º | 0.51% | 0.6% | - |
| XYZ | 18.32 | 15.11 | 8.61 | - |
| YUV | 108.89 | 108.88 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 93 | 75 | 0 | 0.39 | 0.51 | 0.4 | 13.85 | 0.34 | 0.45 |
| Hex | 99 | 5D | 4B | 0 | 27 | 33 | 28 | E | 22 | 2D |
| Octal | 231 | 135 | 113 | 0 | 47 | 63 | 50 | 16 | 42 | 55 |
| Binary | 10011001 | 1011101 | 1001011 | 0 | 100111 | 110011 | 101000 | 1110 | 100010 | 101101 |
Color Harmonies of #995D4B
Complementary color
Monochromatic Colors of #995D4B
Black with #995D4B
Text Example
Text Example
White with #995D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995D4B; }
p { color: rgb(153,93,75); }
H1.HeaderClassName
{
color: #995D4B;
}
.AnyTagClassName
{
color: #995D4B;
}
</style>
background-color css
<style>
a { background-color: #995D4B; }
a { background-color: rgb(153,93,75); }
div.DivClassName
{
background-color: #995D4B;
}
.BgClassName
{
background-color: #995D4B;
}
</style>
border-color css
<style>
span { border-color: #995D4B; }
span { border-color: rgb(153,93,75); }
td.TdClassName
{
border-color: #995D4B;
}
.TagClassName
{
border-color: #995D4B;
}
</style>