Shades of Sepia #975D41
Tints of Sepia #975D41
RGB
CMYK
RGB Variations
Color information
#975D41 (or 0x975D41) is known color: Sepia. HEX triplet: 97, 5D and 41. RGB value is (151,93,65). Sum of RGB (Red+Green+Blue) = 151+93+65=309 (40% of max value = 765). Red value is 151 (59.38% from 255 or 48.87% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 65 (25.78% from 255 or 21.04% from 309); Max value from RGB is 151 - color contains mainly: red. Hex color #975D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975D41 is #68A2BE. Grayscale: #6B6B6B. Windows color (decimal): -6857407 or 4283799. OLE color: 4283799.
HSL color Cylindrical-coordinate representation of color #975D41: hue angle of 19.53º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #975D41 is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 93 | 65 | - |
| CMYK | 0 | 0.38 | 0.57 | 0.41 |
| HSL | 19.53º | 0.4% | 0.42% | - |
| HSV(B) | 19.53º | 0.57% | 0.59% | - |
| XYZ | 17.63 | 14.79 | 6.93 | - |
| YUV | 107.15 | 104.22 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 93 | 65 | 0 | 0.38 | 0.57 | 0.41 | 19.53 | 0.4 | 0.42 |
| Hex | 97 | 5D | 41 | 0 | 26 | 39 | 29 | 14 | 28 | 2A |
| Octal | 227 | 135 | 101 | 0 | 46 | 71 | 51 | 24 | 50 | 52 |
| Binary | 10010111 | 1011101 | 1000001 | 0 | 100110 | 111001 | 101001 | 10100 | 101000 | 101010 |
Color Harmonies of #975D41
Complementary color
Monochromatic Colors of #975D41
Black with #975D41
Text Example
Text Example
White with #975D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975D41; }
p { color: rgb(151,93,65); }
H1.HeaderClassName
{
color: #975D41;
}
.AnyTagClassName
{
color: #975D41;
}
</style>
background-color css
<style>
a { background-color: #975D41; }
a { background-color: rgb(151,93,65); }
div.DivClassName
{
background-color: #975D41;
}
.BgClassName
{
background-color: #975D41;
}
</style>
border-color css
<style>
span { border-color: #975D41; }
span { border-color: rgb(151,93,65); }
td.TdClassName
{
border-color: #975D41;
}
.TagClassName
{
border-color: #975D41;
}
</style>