Shades of Sepia #9A5C42
Tints of Sepia #9A5C42
RGB
CMYK
RGB Variations
Color information
#9A5C42 (or 0x9A5C42) is known color: Sepia. HEX triplet: 9A, 5C and 42. RGB value is (154,92,66). Sum of RGB (Red+Green+Blue) = 154+92+66=312 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.36% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5C42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5C42 is #65A3BD. Grayscale: #6B6B6B. Windows color (decimal): -6661054 or 4349082. OLE color: 4349082.
HSL color Cylindrical-coordinate representation of color #9A5C42: hue angle of 17.73º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9A5C42 is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 92 | 66 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.40 |
| HSL | 17.73º | 0.4% | 0.43% | - |
| HSV(B) | 17.73º | 0.57% | 0.6% | - |
| XYZ | 18.14 | 14.92 | 7.08 | - |
| YUV | 107.57 | 104.54 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 92 | 66 | 0 | 0.40 | 0.57 | 0.40 | 17.73 | 0.4 | 0.43 |
| Hex | 9A | 5C | 42 | 0 | 28 | 39 | 28 | 12 | 28 | 2B |
| Octal | 232 | 134 | 102 | 0 | 50 | 71 | 50 | 22 | 50 | 53 |
| Binary | 10011010 | 1011100 | 1000010 | 0 | 101000 | 111001 | 101000 | 10010 | 101000 | 101011 |
Color Harmonies of #9A5C42
Complementary color
Monochromatic Colors of #9A5C42
Black with #9A5C42
Text Example
Text Example
White with #9A5C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5C42; }
p { color: rgb(154,92,66); }
H1.HeaderClassName
{
color: #9A5C42;
}
.AnyTagClassName
{
color: #9A5C42;
}
</style>
background-color css
<style>
a { background-color: #9A5C42; }
a { background-color: rgb(154,92,66); }
div.DivClassName
{
background-color: #9A5C42;
}
.BgClassName
{
background-color: #9A5C42;
}
</style>
border-color css
<style>
span { border-color: #9A5C42; }
span { border-color: rgb(154,92,66); }
td.TdClassName
{
border-color: #9A5C42;
}
.TagClassName
{
border-color: #9A5C42;
}
</style>