Shades of Sepia #955844
Tints of Sepia #955844
RGB
CMYK
RGB Variations
Color information
#955844 (or 0x955844) is known color: Sepia. HEX triplet: 95, 58 and 44. RGB value is (149,88,68). Sum of RGB (Red+Green+Blue) = 149+88+68=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #955844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955844 is #6AA7BB. Grayscale: #686868. Windows color (decimal): -6989756 or 4479125. OLE color: 4479125.
HSL color Cylindrical-coordinate representation of color #955844: hue angle of 14.81º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #955844 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 88 | 68 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.42 |
| HSL | 14.81º | 0.37% | 0.43% | - |
| HSV(B) | 14.81º | 0.54% | 0.58% | - |
| XYZ | 16.93 | 13.79 | 7.24 | - |
| YUV | 103.96 | 107.71 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 88 | 68 | 0 | 0.41 | 0.54 | 0.42 | 14.81 | 0.37 | 0.43 |
| Hex | 95 | 58 | 44 | 0 | 29 | 36 | 2A | F | 25 | 2B |
| Octal | 225 | 130 | 104 | 0 | 51 | 66 | 52 | 17 | 45 | 53 |
| Binary | 10010101 | 1011000 | 1000100 | 0 | 101001 | 110110 | 101010 | 1111 | 100101 | 101011 |
Color Harmonies of #955844
Complementary color
Monochromatic Colors of #955844
Black with #955844
Text Example
Text Example
White with #955844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955844; }
p { color: rgb(149,88,68); }
H1.HeaderClassName
{
color: #955844;
}
.AnyTagClassName
{
color: #955844;
}
</style>
background-color css
<style>
a { background-color: #955844; }
a { background-color: rgb(149,88,68); }
div.DivClassName
{
background-color: #955844;
}
.BgClassName
{
background-color: #955844;
}
</style>
border-color css
<style>
span { border-color: #955844; }
span { border-color: rgb(149,88,68); }
td.TdClassName
{
border-color: #955844;
}
.TagClassName
{
border-color: #955844;
}
</style>