Shades of Sepia #955948
Tints of Sepia #955948
RGB
CMYK
RGB Variations
Color information
#955948 (or 0x955948) is known color: Sepia. HEX triplet: 95, 59 and 48. RGB value is (149,89,72). Sum of RGB (Red+Green+Blue) = 149+89+72=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #955948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955948 is #6AA6B7. Grayscale: #696969. Windows color (decimal): -6989496 or 4741525. OLE color: 4741525.
HSL color Cylindrical-coordinate representation of color #955948: hue angle of 13.25º 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 #955948 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 89 | 72 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.42 |
| HSL | 13.25º | 0.35% | 0.43% | - |
| HSV(B) | 13.25º | 0.52% | 0.58% | - |
| XYZ | 17.14 | 14 | 7.93 | - |
| YUV | 105 | 109.38 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 89 | 72 | 0 | 0.40 | 0.52 | 0.42 | 13.25 | 0.35 | 0.43 |
| Hex | 95 | 59 | 48 | 0 | 28 | 34 | 2A | D | 23 | 2B |
| Octal | 225 | 131 | 110 | 0 | 50 | 64 | 52 | 15 | 43 | 53 |
| Binary | 10010101 | 1011001 | 1001000 | 0 | 101000 | 110100 | 101010 | 1101 | 100011 | 101011 |
Color Harmonies of #955948
Complementary color
Monochromatic Colors of #955948
Black with #955948
Text Example
Text Example
White with #955948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955948; }
p { color: rgb(149,89,72); }
H1.HeaderClassName
{
color: #955948;
}
.AnyTagClassName
{
color: #955948;
}
</style>
background-color css
<style>
a { background-color: #955948; }
a { background-color: rgb(149,89,72); }
div.DivClassName
{
background-color: #955948;
}
.BgClassName
{
background-color: #955948;
}
</style>
border-color css
<style>
span { border-color: #955948; }
span { border-color: rgb(149,89,72); }
td.TdClassName
{
border-color: #955948;
}
.TagClassName
{
border-color: #955948;
}
</style>