Shades of Sepia #9B503C
Tints of Sepia #9B503C
RGB
CMYK
RGB Variations
Color information
#9B503C (or 0x9B503C) is known color: Sepia. HEX triplet: 9B, 50 and 3C. RGB value is (155,80,60). Sum of RGB (Red+Green+Blue) = 155+80+60=295 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.54% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 155 - color contains mainly: red. Hex color #9B503C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B503C is #64AFC3. Grayscale: #646464. Windows color (decimal): -6598596 or 3952795. OLE color: 3952795.
HSL color Cylindrical-coordinate representation of color #9B503C: hue angle of 12.63º 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 #9B503C is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 80 | 60 | - |
| CMYK | 0 | 0.48 | 0.61 | 0.39 |
| HSL | 12.63º | 0.44% | 0.42% | - |
| HSV(B) | 12.63º | 0.61% | 0.61% | - |
| XYZ | 17.2 | 13.03 | 5.88 | - |
| YUV | 100.15 | 105.35 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 80 | 60 | 0 | 0.48 | 0.61 | 0.39 | 12.63 | 0.44 | 0.42 |
| Hex | 9B | 50 | 3C | 0 | 30 | 3D | 27 | D | 2C | 2A |
| Octal | 233 | 120 | 74 | 0 | 60 | 75 | 47 | 15 | 54 | 52 |
| Binary | 10011011 | 1010000 | 111100 | 0 | 110000 | 111101 | 100111 | 1101 | 101100 | 101010 |
Color Harmonies of #9B503C
Complementary color
Monochromatic Colors of #9B503C
Black with #9B503C
Text Example
Text Example
White with #9B503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B503C; }
p { color: rgb(155,80,60); }
H1.HeaderClassName
{
color: #9B503C;
}
.AnyTagClassName
{
color: #9B503C;
}
</style>
background-color css
<style>
a { background-color: #9B503C; }
a { background-color: rgb(155,80,60); }
div.DivClassName
{
background-color: #9B503C;
}
.BgClassName
{
background-color: #9B503C;
}
</style>
border-color css
<style>
span { border-color: #9B503C; }
span { border-color: rgb(155,80,60); }
td.TdClassName
{
border-color: #9B503C;
}
.TagClassName
{
border-color: #9B503C;
}
</style>