Shades of Sepia #9B5A3C
Tints of Sepia #9B5A3C
RGB
CMYK
RGB Variations
Color information
#9B5A3C (or 0x9B5A3C) is known color: Sepia. HEX triplet: 9B, 5A and 3C. RGB value is (155,90,60). Sum of RGB (Red+Green+Blue) = 155+90+60=305 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.82% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5A3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5A3C is #64A5C3. Grayscale: #6A6A6A. Windows color (decimal): -6596036 or 3955355. OLE color: 3955355.
HSL color Cylindrical-coordinate representation of color #9B5A3C: hue angle of 18.95º 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 #9B5A3C is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 90 | 60 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.39 |
| HSL | 18.95º | 0.44% | 0.42% | - |
| HSV(B) | 18.95º | 0.61% | 0.61% | - |
| XYZ | 17.99 | 14.61 | 6.15 | - |
| YUV | 106.02 | 102.03 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 90 | 60 | 0 | 0.42 | 0.61 | 0.39 | 18.95 | 0.44 | 0.42 |
| Hex | 9B | 5A | 3C | 0 | 2A | 3D | 27 | 13 | 2C | 2A |
| Octal | 233 | 132 | 74 | 0 | 52 | 75 | 47 | 23 | 54 | 52 |
| Binary | 10011011 | 1011010 | 111100 | 0 | 101010 | 111101 | 100111 | 10011 | 101100 | 101010 |
Color Harmonies of #9B5A3C
Complementary color
Monochromatic Colors of #9B5A3C
Black with #9B5A3C
Text Example
Text Example
White with #9B5A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5A3C; }
p { color: rgb(155,90,60); }
H1.HeaderClassName
{
color: #9B5A3C;
}
.AnyTagClassName
{
color: #9B5A3C;
}
</style>
background-color css
<style>
a { background-color: #9B5A3C; }
a { background-color: rgb(155,90,60); }
div.DivClassName
{
background-color: #9B5A3C;
}
.BgClassName
{
background-color: #9B5A3C;
}
</style>
border-color css
<style>
span { border-color: #9B5A3C; }
span { border-color: rgb(155,90,60); }
td.TdClassName
{
border-color: #9B5A3C;
}
.TagClassName
{
border-color: #9B5A3C;
}
</style>