Shades of Sepia #9A543D
Tints of Sepia #9A543D
RGB
CMYK
RGB Variations
Color information
#9A543D (or 0x9A543D) is known color: Sepia. HEX triplet: 9A, 54 and 3D. RGB value is (154,84,61). Sum of RGB (Red+Green+Blue) = 154+84+61=299 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.51% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 154 - color contains mainly: red. Hex color #9A543D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A543D is #65ABC2. Grayscale: #666666. Windows color (decimal): -6663107 or 4019354. OLE color: 4019354.
HSL color Cylindrical-coordinate representation of color #9A543D: hue angle of 14.84º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9A543D is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 84 | 61 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.40 |
| HSL | 14.84º | 0.43% | 0.42% | - |
| HSV(B) | 14.84º | 0.6% | 0.6% | - |
| XYZ | 17.34 | 13.55 | 6.12 | - |
| YUV | 102.31 | 104.69 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 84 | 61 | 0 | 0.45 | 0.60 | 0.40 | 14.84 | 0.43 | 0.42 |
| Hex | 9A | 54 | 3D | 0 | 2D | 3C | 28 | F | 2B | 2A |
| Octal | 232 | 124 | 75 | 0 | 55 | 74 | 50 | 17 | 53 | 52 |
| Binary | 10011010 | 1010100 | 111101 | 0 | 101101 | 111100 | 101000 | 1111 | 101011 | 101010 |
Color Harmonies of #9A543D
Complementary color
Monochromatic Colors of #9A543D
Black with #9A543D
Text Example
Text Example
White with #9A543D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A543D; }
p { color: rgb(154,84,61); }
H1.HeaderClassName
{
color: #9A543D;
}
.AnyTagClassName
{
color: #9A543D;
}
</style>
background-color css
<style>
a { background-color: #9A543D; }
a { background-color: rgb(154,84,61); }
div.DivClassName
{
background-color: #9A543D;
}
.BgClassName
{
background-color: #9A543D;
}
</style>
border-color css
<style>
span { border-color: #9A543D; }
span { border-color: rgb(154,84,61); }
td.TdClassName
{
border-color: #9A543D;
}
.TagClassName
{
border-color: #9A543D;
}
</style>