Shades of Sepia #945842
Tints of Sepia #945842
RGB
CMYK
RGB Variations
Color information
#945842 (or 0x945842) is known color: Sepia. HEX triplet: 94, 58 and 42. RGB value is (148,88,66). Sum of RGB (Red+Green+Blue) = 148+88+66=302 (40% of max value = 765). Red value is 148 (58.20% from 255 or 49.01% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 148 - color contains mainly: red. Hex color #945842 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945842 is #6BA7BD. Grayscale: #676767. Windows color (decimal): -7055294 or 4348052. OLE color: 4348052.
HSL color Cylindrical-coordinate representation of color #945842: hue angle of 16.1º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #945842 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 88 | 66 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.42 |
| HSL | 16.1º | 0.38% | 0.42% | - |
| HSV(B) | 16.1º | 0.55% | 0.58% | - |
| XYZ | 16.69 | 13.67 | 6.91 | - |
| YUV | 103.43 | 106.88 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 88 | 66 | 0 | 0.41 | 0.55 | 0.42 | 16.1 | 0.38 | 0.42 |
| Hex | 94 | 58 | 42 | 0 | 29 | 37 | 2A | 10 | 26 | 2A |
| Octal | 224 | 130 | 102 | 0 | 51 | 67 | 52 | 20 | 46 | 52 |
| Binary | 10010100 | 1011000 | 1000010 | 0 | 101001 | 110111 | 101010 | 10000 | 100110 | 101010 |
Color Harmonies of #945842
Complementary color
Monochromatic Colors of #945842
Black with #945842
Text Example
Text Example
White with #945842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945842; }
p { color: rgb(148,88,66); }
H1.HeaderClassName
{
color: #945842;
}
.AnyTagClassName
{
color: #945842;
}
</style>
background-color css
<style>
a { background-color: #945842; }
a { background-color: rgb(148,88,66); }
div.DivClassName
{
background-color: #945842;
}
.BgClassName
{
background-color: #945842;
}
</style>
border-color css
<style>
span { border-color: #945842; }
span { border-color: rgb(148,88,66); }
td.TdClassName
{
border-color: #945842;
}
.TagClassName
{
border-color: #945842;
}
</style>