Shades of Sepia #975341
Tints of Sepia #975341
RGB
CMYK
RGB Variations
Color information
#975341 (or 0x975341) is known color: Sepia. HEX triplet: 97, 53 and 41. RGB value is (151,83,65). Sum of RGB (Red+Green+Blue) = 151+83+65=299 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.50% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 151 - color contains mainly: red. Hex color #975341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975341 is #68ACBE. Grayscale: #656565. Windows color (decimal): -6859967 or 4281239. OLE color: 4281239.
HSL color Cylindrical-coordinate representation of color #975341: hue angle of 12.56º 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 #975341 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 83 | 65 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.41 |
| HSL | 12.56º | 0.4% | 0.42% | - |
| HSV(B) | 12.56º | 0.57% | 0.59% | - |
| XYZ | 16.81 | 13.15 | 6.65 | - |
| YUV | 101.28 | 107.53 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 83 | 65 | 0 | 0.45 | 0.57 | 0.41 | 12.56 | 0.4 | 0.42 |
| Hex | 97 | 53 | 41 | 0 | 2D | 39 | 29 | D | 28 | 2A |
| Octal | 227 | 123 | 101 | 0 | 55 | 71 | 51 | 15 | 50 | 52 |
| Binary | 10010111 | 1010011 | 1000001 | 0 | 101101 | 111001 | 101001 | 1101 | 101000 | 101010 |
Color Harmonies of #975341
Complementary color
Monochromatic Colors of #975341
Black with #975341
Text Example
Text Example
White with #975341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975341; }
p { color: rgb(151,83,65); }
H1.HeaderClassName
{
color: #975341;
}
.AnyTagClassName
{
color: #975341;
}
</style>
background-color css
<style>
a { background-color: #975341; }
a { background-color: rgb(151,83,65); }
div.DivClassName
{
background-color: #975341;
}
.BgClassName
{
background-color: #975341;
}
</style>
border-color css
<style>
span { border-color: #975341; }
span { border-color: rgb(151,83,65); }
td.TdClassName
{
border-color: #975341;
}
.TagClassName
{
border-color: #975341;
}
</style>