Shades of Sepia #955946
Tints of Sepia #955946
RGB
CMYK
RGB Variations
Color information
#955946 (or 0x955946) is known color: Sepia. HEX triplet: 95, 59 and 46. RGB value is (149,89,70). Sum of RGB (Red+Green+Blue) = 149+89+70=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #955946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955946 is #6AA6B9. Grayscale: #686868. Windows color (decimal): -6989498 or 4610453. OLE color: 4610453.
HSL color Cylindrical-coordinate representation of color #955946: hue angle of 14.43º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #955946 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 89 | 70 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.42 |
| HSL | 14.43º | 0.36% | 0.43% | - |
| HSV(B) | 14.43º | 0.53% | 0.58% | - |
| XYZ | 17.07 | 13.98 | 7.59 | - |
| YUV | 104.77 | 108.38 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 89 | 70 | 0 | 0.40 | 0.53 | 0.42 | 14.43 | 0.36 | 0.43 |
| Hex | 95 | 59 | 46 | 0 | 28 | 35 | 2A | E | 24 | 2B |
| Octal | 225 | 131 | 106 | 0 | 50 | 65 | 52 | 16 | 44 | 53 |
| Binary | 10010101 | 1011001 | 1000110 | 0 | 101000 | 110101 | 101010 | 1110 | 100100 | 101011 |
Color Harmonies of #955946
Complementary color
Monochromatic Colors of #955946
Black with #955946
Text Example
Text Example
White with #955946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955946; }
p { color: rgb(149,89,70); }
H1.HeaderClassName
{
color: #955946;
}
.AnyTagClassName
{
color: #955946;
}
</style>
background-color css
<style>
a { background-color: #955946; }
a { background-color: rgb(149,89,70); }
div.DivClassName
{
background-color: #955946;
}
.BgClassName
{
background-color: #955946;
}
</style>
border-color css
<style>
span { border-color: #955946; }
span { border-color: rgb(149,89,70); }
td.TdClassName
{
border-color: #955946;
}
.TagClassName
{
border-color: #955946;
}
</style>