Shades of Sepia #975A49
Tints of Sepia #975A49
RGB
CMYK
RGB Variations
Color information
#975A49 (or 0x975A49) is known color: Sepia. HEX triplet: 97, 5A and 49. RGB value is (151,90,73). Sum of RGB (Red+Green+Blue) = 151+90+73=314 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.09% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 151 - color contains mainly: red. Hex color #975A49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975A49 is #68A5B6. Grayscale: #6A6A6A. Windows color (decimal): -6858167 or 4807319. OLE color: 4807319.
HSL color Cylindrical-coordinate representation of color #975A49: hue angle of 13.08º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #975A49 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 90 | 73 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.41 |
| HSL | 13.08º | 0.35% | 0.44% | - |
| HSV(B) | 13.08º | 0.52% | 0.59% | - |
| XYZ | 17.62 | 14.37 | 8.15 | - |
| YUV | 106.3 | 109.21 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 90 | 73 | 0 | 0.40 | 0.52 | 0.41 | 13.08 | 0.35 | 0.44 |
| Hex | 97 | 5A | 49 | 0 | 28 | 34 | 29 | D | 23 | 2C |
| Octal | 227 | 132 | 111 | 0 | 50 | 64 | 51 | 15 | 43 | 54 |
| Binary | 10010111 | 1011010 | 1001001 | 0 | 101000 | 110100 | 101001 | 1101 | 100011 | 101100 |
Color Harmonies of #975A49
Complementary color
Monochromatic Colors of #975A49
Black with #975A49
Text Example
Text Example
White with #975A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975A49; }
p { color: rgb(151,90,73); }
H1.HeaderClassName
{
color: #975A49;
}
.AnyTagClassName
{
color: #975A49;
}
</style>
background-color css
<style>
a { background-color: #975A49; }
a { background-color: rgb(151,90,73); }
div.DivClassName
{
background-color: #975A49;
}
.BgClassName
{
background-color: #975A49;
}
</style>
border-color css
<style>
span { border-color: #975A49; }
span { border-color: rgb(151,90,73); }
td.TdClassName
{
border-color: #975A49;
}
.TagClassName
{
border-color: #975A49;
}
</style>