Shades of Sepia #97553F
Tints of Sepia #97553F
RGB
CMYK
RGB Variations
Color information
#97553F (or 0x97553F) is known color: Sepia. HEX triplet: 97, 55 and 3F. RGB value is (151,85,63). Sum of RGB (Red+Green+Blue) = 151+85+63=299 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.50% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 151 - color contains mainly: red. Hex color #97553F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97553F is #68AAC0. Grayscale: #666666. Windows color (decimal): -6859457 or 4150679. OLE color: 4150679.
HSL color Cylindrical-coordinate representation of color #97553F: hue angle of 15º degrees, saturation: 0.41, 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 #97553F is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 85 | 63 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.41 |
| HSL | 15º | 0.41% | 0.42% | - |
| HSV(B) | 15º | 0.58% | 0.59% | - |
| XYZ | 16.91 | 13.44 | 6.4 | - |
| YUV | 102.23 | 105.87 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 85 | 63 | 0 | 0.44 | 0.58 | 0.41 | 15 | 0.41 | 0.42 |
| Hex | 97 | 55 | 3F | 0 | 2C | 3A | 29 | F | 29 | 2A |
| Octal | 227 | 125 | 77 | 0 | 54 | 72 | 51 | 17 | 51 | 52 |
| Binary | 10010111 | 1010101 | 111111 | 0 | 101100 | 111010 | 101001 | 1111 | 101001 | 101010 |
Color Harmonies of #97553F
Complementary color
Monochromatic Colors of #97553F
Black with #97553F
Text Example
Text Example
White with #97553F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97553F; }
p { color: rgb(151,85,63); }
H1.HeaderClassName
{
color: #97553F;
}
.AnyTagClassName
{
color: #97553F;
}
</style>
background-color css
<style>
a { background-color: #97553F; }
a { background-color: rgb(151,85,63); }
div.DivClassName
{
background-color: #97553F;
}
.BgClassName
{
background-color: #97553F;
}
</style>
border-color css
<style>
span { border-color: #97553F; }
span { border-color: rgb(151,85,63); }
td.TdClassName
{
border-color: #97553F;
}
.TagClassName
{
border-color: #97553F;
}
</style>