Shades of Sepia #995443
Tints of Sepia #995443
RGB
CMYK
RGB Variations
Color information
#995443 (or 0x995443) is known color: Sepia. HEX triplet: 99, 54 and 43. RGB value is (153,84,67). Sum of RGB (Red+Green+Blue) = 153+84+67=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 67 (26.56% from 255 or 22.04% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #995443 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995443 is #66ABBC. Grayscale: #666666. Windows color (decimal): -6728637 or 4412569. OLE color: 4412569.
HSL color Cylindrical-coordinate representation of color #995443: hue angle of 11.86º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #995443 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 84 | 67 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.4 |
| HSL | 11.86º | 0.39% | 0.43% | - |
| HSV(B) | 11.86º | 0.56% | 0.6% | - |
| XYZ | 17.32 | 13.52 | 7.01 | - |
| YUV | 102.69 | 107.86 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 84 | 67 | 0 | 0.45 | 0.56 | 0.4 | 11.86 | 0.39 | 0.43 |
| Hex | 99 | 54 | 43 | 0 | 2D | 38 | 28 | C | 27 | 2B |
| Octal | 231 | 124 | 103 | 0 | 55 | 70 | 50 | 14 | 47 | 53 |
| Binary | 10011001 | 1010100 | 1000011 | 0 | 101101 | 111000 | 101000 | 1100 | 100111 | 101011 |
Color Harmonies of #995443
Complementary color
Monochromatic Colors of #995443
Black with #995443
Text Example
Text Example
White with #995443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995443; }
p { color: rgb(153,84,67); }
H1.HeaderClassName
{
color: #995443;
}
.AnyTagClassName
{
color: #995443;
}
</style>
background-color css
<style>
a { background-color: #995443; }
a { background-color: rgb(153,84,67); }
div.DivClassName
{
background-color: #995443;
}
.BgClassName
{
background-color: #995443;
}
</style>
border-color css
<style>
span { border-color: #995443; }
span { border-color: rgb(153,84,67); }
td.TdClassName
{
border-color: #995443;
}
.TagClassName
{
border-color: #995443;
}
</style>