Shades of Sepia #955847
Tints of Sepia #955847
RGB
CMYK
RGB Variations
Color information
#955847 (or 0x955847) is known color: Sepia. HEX triplet: 95, 58 and 47. RGB value is (149,88,71). Sum of RGB (Red+Green+Blue) = 149+88+71=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #955847 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955847 is #6AA7B8. Grayscale: #686868. Windows color (decimal): -6989753 or 4675733. OLE color: 4675733.
HSL color Cylindrical-coordinate representation of color #955847: hue angle of 13.08º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #955847 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 88 | 71 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.42 |
| HSL | 13.08º | 0.35% | 0.43% | - |
| HSV(B) | 13.08º | 0.52% | 0.58% | - |
| XYZ | 17.02 | 13.82 | 7.73 | - |
| YUV | 104.3 | 109.21 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 88 | 71 | 0 | 0.41 | 0.52 | 0.42 | 13.08 | 0.35 | 0.43 |
| Hex | 95 | 58 | 47 | 0 | 29 | 34 | 2A | D | 23 | 2B |
| Octal | 225 | 130 | 107 | 0 | 51 | 64 | 52 | 15 | 43 | 53 |
| Binary | 10010101 | 1011000 | 1000111 | 0 | 101001 | 110100 | 101010 | 1101 | 100011 | 101011 |
Color Harmonies of #955847
Complementary color
Monochromatic Colors of #955847
Black with #955847
Text Example
Text Example
White with #955847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955847; }
p { color: rgb(149,88,71); }
H1.HeaderClassName
{
color: #955847;
}
.AnyTagClassName
{
color: #955847;
}
</style>
background-color css
<style>
a { background-color: #955847; }
a { background-color: rgb(149,88,71); }
div.DivClassName
{
background-color: #955847;
}
.BgClassName
{
background-color: #955847;
}
</style>
border-color css
<style>
span { border-color: #955847; }
span { border-color: rgb(149,88,71); }
td.TdClassName
{
border-color: #955847;
}
.TagClassName
{
border-color: #955847;
}
</style>