Shades of Sepia #9A5A47
Tints of Sepia #9A5A47
RGB
CMYK
RGB Variations
Color information
#9A5A47 (or 0x9A5A47) is known color: Sepia. HEX triplet: 9A, 5A and 47. RGB value is (154,90,71). Sum of RGB (Red+Green+Blue) = 154+90+71=315 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.89% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5A47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5A47 is #65A5B8. Grayscale: #6B6B6B. Windows color (decimal): -6661561 or 4676250. OLE color: 4676250.
HSL color Cylindrical-coordinate representation of color #9A5A47: hue angle of 13.73º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9A5A47 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 90 | 71 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.40 |
| HSL | 13.73º | 0.37% | 0.44% | - |
| HSV(B) | 13.73º | 0.54% | 0.6% | - |
| XYZ | 18.12 | 14.64 | 7.83 | - |
| YUV | 106.97 | 107.7 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 90 | 71 | 0 | 0.42 | 0.54 | 0.40 | 13.73 | 0.37 | 0.44 |
| Hex | 9A | 5A | 47 | 0 | 2A | 36 | 28 | E | 25 | 2C |
| Octal | 232 | 132 | 107 | 0 | 52 | 66 | 50 | 16 | 45 | 54 |
| Binary | 10011010 | 1011010 | 1000111 | 0 | 101010 | 110110 | 101000 | 1110 | 100101 | 101100 |
Color Harmonies of #9A5A47
Complementary color
Monochromatic Colors of #9A5A47
Black with #9A5A47
Text Example
Text Example
White with #9A5A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5A47; }
p { color: rgb(154,90,71); }
H1.HeaderClassName
{
color: #9A5A47;
}
.AnyTagClassName
{
color: #9A5A47;
}
</style>
background-color css
<style>
a { background-color: #9A5A47; }
a { background-color: rgb(154,90,71); }
div.DivClassName
{
background-color: #9A5A47;
}
.BgClassName
{
background-color: #9A5A47;
}
</style>
border-color css
<style>
span { border-color: #9A5A47; }
span { border-color: rgb(154,90,71); }
td.TdClassName
{
border-color: #9A5A47;
}
.TagClassName
{
border-color: #9A5A47;
}
</style>