Shades of Sepia #99553E
Tints of Sepia #99553E
RGB
CMYK
RGB Variations
Color information
#99553E (or 0x99553E) is known color: Sepia. HEX triplet: 99, 55 and 3E. RGB value is (153,85,62). Sum of RGB (Red+Green+Blue) = 153+85+62=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #99553E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99553E is #66AAC1. Grayscale: #666666. Windows color (decimal): -6728386 or 4085145. OLE color: 4085145.
HSL color Cylindrical-coordinate representation of color #99553E: hue angle of 15.16º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #99553E is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 85 | 62 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.4 |
| HSL | 15.16º | 0.42% | 0.42% | - |
| HSV(B) | 15.16º | 0.59% | 0.6% | - |
| XYZ | 17.25 | 13.62 | 6.28 | - |
| YUV | 102.71 | 105.03 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 85 | 62 | 0 | 0.44 | 0.59 | 0.4 | 15.16 | 0.42 | 0.42 |
| Hex | 99 | 55 | 3E | 0 | 2C | 3B | 28 | F | 2A | 2A |
| Octal | 231 | 125 | 76 | 0 | 54 | 73 | 50 | 17 | 52 | 52 |
| Binary | 10011001 | 1010101 | 111110 | 0 | 101100 | 111011 | 101000 | 1111 | 101010 | 101010 |
Color Harmonies of #99553E
Complementary color
Monochromatic Colors of #99553E
Black with #99553E
Text Example
Text Example
White with #99553E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99553E; }
p { color: rgb(153,85,62); }
H1.HeaderClassName
{
color: #99553E;
}
.AnyTagClassName
{
color: #99553E;
}
</style>
background-color css
<style>
a { background-color: #99553E; }
a { background-color: rgb(153,85,62); }
div.DivClassName
{
background-color: #99553E;
}
.BgClassName
{
background-color: #99553E;
}
</style>
border-color css
<style>
span { border-color: #99553E; }
span { border-color: rgb(153,85,62); }
td.TdClassName
{
border-color: #99553E;
}
.TagClassName
{
border-color: #99553E;
}
</style>