Shades of Sepia #9B593C
Tints of Sepia #9B593C
RGB
CMYK
RGB Variations
Color information
#9B593C (or 0x9B593C) is known color: Sepia. HEX triplet: 9B, 59 and 3C. RGB value is (155,89,60). Sum of RGB (Red+Green+Blue) = 155+89+60=304 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.99% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 155 - color contains mainly: red. Hex color #9B593C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B593C is #64A6C3. Grayscale: #696969. Windows color (decimal): -6596292 or 3955099. OLE color: 3955099.
HSL color Cylindrical-coordinate representation of color #9B593C: hue angle of 18.32º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9B593C is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 89 | 60 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.39 |
| HSL | 18.32º | 0.44% | 0.42% | - |
| HSV(B) | 18.32º | 0.61% | 0.61% | - |
| XYZ | 17.91 | 14.44 | 6.12 | - |
| YUV | 105.43 | 102.37 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 89 | 60 | 0 | 0.43 | 0.61 | 0.39 | 18.32 | 0.44 | 0.42 |
| Hex | 9B | 59 | 3C | 0 | 2B | 3D | 27 | 12 | 2C | 2A |
| Octal | 233 | 131 | 74 | 0 | 53 | 75 | 47 | 22 | 54 | 52 |
| Binary | 10011011 | 1011001 | 111100 | 0 | 101011 | 111101 | 100111 | 10010 | 101100 | 101010 |
Color Harmonies of #9B593C
Complementary color
Monochromatic Colors of #9B593C
Black with #9B593C
Text Example
Text Example
White with #9B593C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B593C; }
p { color: rgb(155,89,60); }
H1.HeaderClassName
{
color: #9B593C;
}
.AnyTagClassName
{
color: #9B593C;
}
</style>
background-color css
<style>
a { background-color: #9B593C; }
a { background-color: rgb(155,89,60); }
div.DivClassName
{
background-color: #9B593C;
}
.BgClassName
{
background-color: #9B593C;
}
</style>
border-color css
<style>
span { border-color: #9B593C; }
span { border-color: rgb(155,89,60); }
td.TdClassName
{
border-color: #9B593C;
}
.TagClassName
{
border-color: #9B593C;
}
</style>