Shades of Sepia #975E40
Tints of Sepia #975E40
RGB
CMYK
RGB Variations
Color information
#975E40 (or 0x975E40) is known color: Sepia. HEX triplet: 97, 5E and 40. RGB value is (151,94,64). Sum of RGB (Red+Green+Blue) = 151+94+64=309 (40% of max value = 765). Red value is 151 (59.38% from 255 or 48.87% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 151 - color contains mainly: red. Hex color #975E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975E40 is #68A1BF. Grayscale: #6B6B6B. Windows color (decimal): -6857152 or 4218519. OLE color: 4218519.
HSL color Cylindrical-coordinate representation of color #975E40: hue angle of 20.69º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #975E40 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 94 | 64 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.41 |
| HSL | 20.69º | 0.4% | 0.42% | - |
| HSV(B) | 20.69º | 0.58% | 0.59% | - |
| XYZ | 17.69 | 14.95 | 6.8 | - |
| YUV | 107.62 | 103.38 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 94 | 64 | 0 | 0.38 | 0.58 | 0.41 | 20.69 | 0.4 | 0.42 |
| Hex | 97 | 5E | 40 | 0 | 26 | 3A | 29 | 15 | 28 | 2A |
| Octal | 227 | 136 | 100 | 0 | 46 | 72 | 51 | 25 | 50 | 52 |
| Binary | 10010111 | 1011110 | 1000000 | 0 | 100110 | 111010 | 101001 | 10101 | 101000 | 101010 |
Color Harmonies of #975E40
Complementary color
Monochromatic Colors of #975E40
Black with #975E40
Text Example
Text Example
White with #975E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975E40; }
p { color: rgb(151,94,64); }
H1.HeaderClassName
{
color: #975E40;
}
.AnyTagClassName
{
color: #975E40;
}
</style>
background-color css
<style>
a { background-color: #975E40; }
a { background-color: rgb(151,94,64); }
div.DivClassName
{
background-color: #975E40;
}
.BgClassName
{
background-color: #975E40;
}
</style>
border-color css
<style>
span { border-color: #975E40; }
span { border-color: rgb(151,94,64); }
td.TdClassName
{
border-color: #975E40;
}
.TagClassName
{
border-color: #975E40;
}
</style>