Shades of Sepia #9A5D4D
Tints of Sepia #9A5D4D
RGB
CMYK
RGB Variations
Color information
#9A5D4D (or 0x9A5D4D) is known color: Sepia. HEX triplet: 9A, 5D and 4D. RGB value is (154,93,77). Sum of RGB (Red+Green+Blue) = 154+93+77=324 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.53% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5D4D is #65A2B2. Grayscale: #6D6D6D. Windows color (decimal): -6660787 or 5070234. OLE color: 5070234.
HSL color Cylindrical-coordinate representation of color #9A5D4D: hue angle of 12.47º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A5D4D is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 93 | 77 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.40 |
| HSL | 12.47º | 0.33% | 0.45% | - |
| HSV(B) | 12.47º | 0.5% | 0.6% | - |
| XYZ | 18.58 | 15.23 | 8.98 | - |
| YUV | 109.42 | 109.71 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 93 | 77 | 0 | 0.40 | 0.50 | 0.40 | 12.47 | 0.33 | 0.45 |
| Hex | 9A | 5D | 4D | 0 | 28 | 32 | 28 | C | 21 | 2D |
| Octal | 232 | 135 | 115 | 0 | 50 | 62 | 50 | 14 | 41 | 55 |
| Binary | 10011010 | 1011101 | 1001101 | 0 | 101000 | 110010 | 101000 | 1100 | 100001 | 101101 |
Color Harmonies of #9A5D4D
Complementary color
Monochromatic Colors of #9A5D4D
Black with #9A5D4D
Text Example
Text Example
White with #9A5D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5D4D; }
p { color: rgb(154,93,77); }
H1.HeaderClassName
{
color: #9A5D4D;
}
.AnyTagClassName
{
color: #9A5D4D;
}
</style>
background-color css
<style>
a { background-color: #9A5D4D; }
a { background-color: rgb(154,93,77); }
div.DivClassName
{
background-color: #9A5D4D;
}
.BgClassName
{
background-color: #9A5D4D;
}
</style>
border-color css
<style>
span { border-color: #9A5D4D; }
span { border-color: rgb(154,93,77); }
td.TdClassName
{
border-color: #9A5D4D;
}
.TagClassName
{
border-color: #9A5D4D;
}
</style>