Shades of Sepia #955440
Tints of Sepia #955440
RGB
CMYK
RGB Variations
Color information
#955440 (or 0x955440) is known color: Sepia. HEX triplet: 95, 54 and 40. RGB value is (149,84,64). Sum of RGB (Red+Green+Blue) = 149+84+64=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #955440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955440 is #6AABBF. Grayscale: #656565. Windows color (decimal): -6990784 or 4215957. OLE color: 4215957.
HSL color Cylindrical-coordinate representation of color #955440: hue angle of 14.12º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #955440 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 84 | 64 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.42 |
| HSL | 14.12º | 0.4% | 0.42% | - |
| HSV(B) | 14.12º | 0.57% | 0.58% | - |
| XYZ | 16.49 | 13.1 | 6.51 | - |
| YUV | 101.16 | 107.03 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 84 | 64 | 0 | 0.44 | 0.57 | 0.42 | 14.12 | 0.4 | 0.42 |
| Hex | 95 | 54 | 40 | 0 | 2C | 39 | 2A | E | 28 | 2A |
| Octal | 225 | 124 | 100 | 0 | 54 | 71 | 52 | 16 | 50 | 52 |
| Binary | 10010101 | 1010100 | 1000000 | 0 | 101100 | 111001 | 101010 | 1110 | 101000 | 101010 |
Color Harmonies of #955440
Complementary color
Monochromatic Colors of #955440
Black with #955440
Text Example
Text Example
White with #955440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955440; }
p { color: rgb(149,84,64); }
H1.HeaderClassName
{
color: #955440;
}
.AnyTagClassName
{
color: #955440;
}
</style>
background-color css
<style>
a { background-color: #955440; }
a { background-color: rgb(149,84,64); }
div.DivClassName
{
background-color: #955440;
}
.BgClassName
{
background-color: #955440;
}
</style>
border-color css
<style>
span { border-color: #955440; }
span { border-color: rgb(149,84,64); }
td.TdClassName
{
border-color: #955440;
}
.TagClassName
{
border-color: #955440;
}
</style>