Shades of Sepia #9B513F
Tints of Sepia #9B513F
RGB
CMYK
RGB Variations
Color information
#9B513F (or 0x9B513F) is known color: Sepia. HEX triplet: 9B, 51 and 3F. RGB value is (155,81,63). Sum of RGB (Red+Green+Blue) = 155+81+63=299 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.84% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 155 - color contains mainly: red. Hex color #9B513F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B513F is #64AEC0. Grayscale: #656565. Windows color (decimal): -6598337 or 4149659. OLE color: 4149659.
HSL color Cylindrical-coordinate representation of color #9B513F: hue angle of 11.74º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9B513F is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 81 | 63 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.39 |
| HSL | 11.74º | 0.42% | 0.43% | - |
| HSV(B) | 11.74º | 0.59% | 0.61% | - |
| XYZ | 17.36 | 13.21 | 6.34 | - |
| YUV | 101.07 | 106.52 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 81 | 63 | 0 | 0.48 | 0.59 | 0.39 | 11.74 | 0.42 | 0.43 |
| Hex | 9B | 51 | 3F | 0 | 30 | 3B | 27 | C | 2A | 2B |
| Octal | 233 | 121 | 77 | 0 | 60 | 73 | 47 | 14 | 52 | 53 |
| Binary | 10011011 | 1010001 | 111111 | 0 | 110000 | 111011 | 100111 | 1100 | 101010 | 101011 |
Color Harmonies of #9B513F
Complementary color
Monochromatic Colors of #9B513F
Black with #9B513F
Text Example
Text Example
White with #9B513F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B513F; }
p { color: rgb(155,81,63); }
H1.HeaderClassName
{
color: #9B513F;
}
.AnyTagClassName
{
color: #9B513F;
}
</style>
background-color css
<style>
a { background-color: #9B513F; }
a { background-color: rgb(155,81,63); }
div.DivClassName
{
background-color: #9B513F;
}
.BgClassName
{
background-color: #9B513F;
}
</style>
border-color css
<style>
span { border-color: #9B513F; }
span { border-color: rgb(155,81,63); }
td.TdClassName
{
border-color: #9B513F;
}
.TagClassName
{
border-color: #9B513F;
}
</style>