Shades of Sepia #9C5D4B
Tints of Sepia #9C5D4B
RGB
CMYK
RGB Variations
Color information
#9C5D4B (or 0x9C5D4B) is known color: Sepia. HEX triplet: 9C, 5D and 4B. RGB value is (156,93,75). Sum of RGB (Red+Green+Blue) = 156+93+75=324 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.15% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5D4B is #63A2B4. Grayscale: #6D6D6D. Windows color (decimal): -6529717 or 4939164. OLE color: 4939164.
HSL color Cylindrical-coordinate representation of color #9C5D4B: hue angle of 13.33º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9C5D4B is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 93 | 75 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.39 |
| HSL | 13.33º | 0.35% | 0.45% | - |
| HSV(B) | 13.33º | 0.52% | 0.61% | - |
| XYZ | 18.89 | 15.4 | 8.63 | - |
| YUV | 109.79 | 108.37 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 93 | 75 | 0 | 0.40 | 0.52 | 0.39 | 13.33 | 0.35 | 0.45 |
| Hex | 9C | 5D | 4B | 0 | 28 | 34 | 27 | D | 23 | 2D |
| Octal | 234 | 135 | 113 | 0 | 50 | 64 | 47 | 15 | 43 | 55 |
| Binary | 10011100 | 1011101 | 1001011 | 0 | 101000 | 110100 | 100111 | 1101 | 100011 | 101101 |
Color Harmonies of #9C5D4B
Complementary color
Monochromatic Colors of #9C5D4B
Black with #9C5D4B
Text Example
Text Example
White with #9C5D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5D4B; }
p { color: rgb(156,93,75); }
H1.HeaderClassName
{
color: #9C5D4B;
}
.AnyTagClassName
{
color: #9C5D4B;
}
</style>
background-color css
<style>
a { background-color: #9C5D4B; }
a { background-color: rgb(156,93,75); }
div.DivClassName
{
background-color: #9C5D4B;
}
.BgClassName
{
background-color: #9C5D4B;
}
</style>
border-color css
<style>
span { border-color: #9C5D4B; }
span { border-color: rgb(156,93,75); }
td.TdClassName
{
border-color: #9C5D4B;
}
.TagClassName
{
border-color: #9C5D4B;
}
</style>