Shades of Sepia #9A5E4B
Tints of Sepia #9A5E4B
RGB
CMYK
RGB Variations
Color information
#9A5E4B (or 0x9A5E4B) is known color: Sepia. HEX triplet: 9A, 5E and 4B. RGB value is (154,94,75). Sum of RGB (Red+Green+Blue) = 154+94+75=323 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.68% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5E4B is #65A1B4. Grayscale: #6D6D6D. Windows color (decimal): -6660533 or 4939418. OLE color: 4939418.
HSL color Cylindrical-coordinate representation of color #9A5E4B: hue angle of 14.43º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A5E4B is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 94 | 75 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.40 |
| HSL | 14.43º | 0.34% | 0.45% | - |
| HSV(B) | 14.43º | 0.51% | 0.6% | - |
| XYZ | 18.6 | 15.38 | 8.65 | - |
| YUV | 109.77 | 108.38 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 94 | 75 | 0 | 0.39 | 0.51 | 0.40 | 14.43 | 0.34 | 0.45 |
| Hex | 9A | 5E | 4B | 0 | 27 | 33 | 28 | E | 22 | 2D |
| Octal | 232 | 136 | 113 | 0 | 47 | 63 | 50 | 16 | 42 | 55 |
| Binary | 10011010 | 1011110 | 1001011 | 0 | 100111 | 110011 | 101000 | 1110 | 100010 | 101101 |
Color Harmonies of #9A5E4B
Complementary color
Monochromatic Colors of #9A5E4B
Black with #9A5E4B
Text Example
Text Example
White with #9A5E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5E4B; }
p { color: rgb(154,94,75); }
H1.HeaderClassName
{
color: #9A5E4B;
}
.AnyTagClassName
{
color: #9A5E4B;
}
</style>
background-color css
<style>
a { background-color: #9A5E4B; }
a { background-color: rgb(154,94,75); }
div.DivClassName
{
background-color: #9A5E4B;
}
.BgClassName
{
background-color: #9A5E4B;
}
</style>
border-color css
<style>
span { border-color: #9A5E4B; }
span { border-color: rgb(154,94,75); }
td.TdClassName
{
border-color: #9A5E4B;
}
.TagClassName
{
border-color: #9A5E4B;
}
</style>