Shades of Sepia #945C44
Tints of Sepia #945C44
RGB
CMYK
RGB Variations
Color information
#945C44 (or 0x945C44) is known color: Sepia. HEX triplet: 94, 5C and 44. RGB value is (148,92,68). Sum of RGB (Red+Green+Blue) = 148+92+68=308 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.05% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 148 - color contains mainly: red. Hex color #945C44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945C44 is #6BA3BB. Grayscale: #6A6A6A. Windows color (decimal): -7054268 or 4480148. OLE color: 4480148.
HSL color Cylindrical-coordinate representation of color #945C44: hue angle of 18º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #945C44 is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 92 | 68 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.42 |
| HSL | 18º | 0.37% | 0.42% | - |
| HSV(B) | 18º | 0.54% | 0.58% | - |
| XYZ | 17.08 | 14.37 | 7.34 | - |
| YUV | 106.01 | 106.55 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 92 | 68 | 0 | 0.38 | 0.54 | 0.42 | 18 | 0.37 | 0.42 |
| Hex | 94 | 5C | 44 | 0 | 26 | 36 | 2A | 12 | 25 | 2A |
| Octal | 224 | 134 | 104 | 0 | 46 | 66 | 52 | 22 | 45 | 52 |
| Binary | 10010100 | 1011100 | 1000100 | 0 | 100110 | 110110 | 101010 | 10010 | 100101 | 101010 |
Color Harmonies of #945C44
Complementary color
Monochromatic Colors of #945C44
Black with #945C44
Text Example
Text Example
White with #945C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945C44; }
p { color: rgb(148,92,68); }
H1.HeaderClassName
{
color: #945C44;
}
.AnyTagClassName
{
color: #945C44;
}
</style>
background-color css
<style>
a { background-color: #945C44; }
a { background-color: rgb(148,92,68); }
div.DivClassName
{
background-color: #945C44;
}
.BgClassName
{
background-color: #945C44;
}
</style>
border-color css
<style>
span { border-color: #945C44; }
span { border-color: rgb(148,92,68); }
td.TdClassName
{
border-color: #945C44;
}
.TagClassName
{
border-color: #945C44;
}
</style>