Shades of Sepia #99553C
Tints of Sepia #99553C
RGB
CMYK
RGB Variations
Color information
#99553C (or 0x99553C) is known color: Sepia. HEX triplet: 99, 55 and 3C. RGB value is (153,85,60). Sum of RGB (Red+Green+Blue) = 153+85+60=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #99553C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99553C is #66AAC3. Grayscale: #666666. Windows color (decimal): -6728388 or 3954073. OLE color: 3954073.
HSL color Cylindrical-coordinate representation of color #99553C: hue angle of 16.13º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #99553C is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 85 | 60 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.4 |
| HSL | 16.13º | 0.44% | 0.42% | - |
| HSV(B) | 16.13º | 0.61% | 0.6% | - |
| XYZ | 17.2 | 13.6 | 5.99 | - |
| YUV | 102.48 | 104.03 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 85 | 60 | 0 | 0.44 | 0.61 | 0.4 | 16.13 | 0.44 | 0.42 |
| Hex | 99 | 55 | 3C | 0 | 2C | 3D | 28 | 10 | 2C | 2A |
| Octal | 231 | 125 | 74 | 0 | 54 | 75 | 50 | 20 | 54 | 52 |
| Binary | 10011001 | 1010101 | 111100 | 0 | 101100 | 111101 | 101000 | 10000 | 101100 | 101010 |
Color Harmonies of #99553C
Complementary color
Monochromatic Colors of #99553C
Black with #99553C
Text Example
Text Example
White with #99553C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99553C; }
p { color: rgb(153,85,60); }
H1.HeaderClassName
{
color: #99553C;
}
.AnyTagClassName
{
color: #99553C;
}
</style>
background-color css
<style>
a { background-color: #99553C; }
a { background-color: rgb(153,85,60); }
div.DivClassName
{
background-color: #99553C;
}
.BgClassName
{
background-color: #99553C;
}
</style>
border-color css
<style>
span { border-color: #99553C; }
span { border-color: rgb(153,85,60); }
td.TdClassName
{
border-color: #99553C;
}
.TagClassName
{
border-color: #99553C;
}
</style>