Shades of Sepia #945947
Tints of Sepia #945947
RGB
CMYK
RGB Variations
Color information
#945947 (or 0x945947) is known color: Sepia. HEX triplet: 94, 59 and 47. RGB value is (148,89,71). Sum of RGB (Red+Green+Blue) = 148+89+71=308 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.05% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 148 - color contains mainly: red. Hex color #945947 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945947 is #6BA6B8. Grayscale: #686868. Windows color (decimal): -7055033 or 4675988. OLE color: 4675988.
HSL color Cylindrical-coordinate representation of color #945947: hue angle of 14.03º 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 #945947 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 89 | 71 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.42 |
| HSL | 14.03º | 0.35% | 0.43% | - |
| HSV(B) | 14.03º | 0.52% | 0.58% | - |
| XYZ | 16.92 | 13.9 | 7.75 | - |
| YUV | 104.59 | 109.05 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 89 | 71 | 0 | 0.40 | 0.52 | 0.42 | 14.03 | 0.35 | 0.43 |
| Hex | 94 | 59 | 47 | 0 | 28 | 34 | 2A | E | 23 | 2B |
| Octal | 224 | 131 | 107 | 0 | 50 | 64 | 52 | 16 | 43 | 53 |
| Binary | 10010100 | 1011001 | 1000111 | 0 | 101000 | 110100 | 101010 | 1110 | 100011 | 101011 |
Color Harmonies of #945947
Complementary color
Monochromatic Colors of #945947
Black with #945947
Text Example
Text Example
White with #945947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945947; }
p { color: rgb(148,89,71); }
H1.HeaderClassName
{
color: #945947;
}
.AnyTagClassName
{
color: #945947;
}
</style>
background-color css
<style>
a { background-color: #945947; }
a { background-color: rgb(148,89,71); }
div.DivClassName
{
background-color: #945947;
}
.BgClassName
{
background-color: #945947;
}
</style>
border-color css
<style>
span { border-color: #945947; }
span { border-color: rgb(148,89,71); }
td.TdClassName
{
border-color: #945947;
}
.TagClassName
{
border-color: #945947;
}
</style>