Shades of Sepia #9C5A43
Tints of Sepia #9C5A43
RGB
CMYK
RGB Variations
Color information
#9C5A43 (or 0x9C5A43) is known color: Sepia. HEX triplet: 9C, 5A and 43. RGB value is (156,90,67). Sum of RGB (Red+Green+Blue) = 156+90+67=313 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.84% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 67 (26.56% from 255 or 21.41% from 313); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5A43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5A43 is #63A5BC. Grayscale: #6B6B6B. Windows color (decimal): -6530493 or 4414108. OLE color: 4414108.
HSL color Cylindrical-coordinate representation of color #9C5A43: hue angle of 15.51º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9C5A43 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 90 | 67 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.39 |
| HSL | 15.51º | 0.4% | 0.44% | - |
| HSV(B) | 15.51º | 0.57% | 0.61% | - |
| XYZ | 18.38 | 14.79 | 7.2 | - |
| YUV | 107.11 | 105.37 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 90 | 67 | 0 | 0.42 | 0.57 | 0.39 | 15.51 | 0.4 | 0.44 |
| Hex | 9C | 5A | 43 | 0 | 2A | 39 | 27 | 10 | 28 | 2C |
| Octal | 234 | 132 | 103 | 0 | 52 | 71 | 47 | 20 | 50 | 54 |
| Binary | 10011100 | 1011010 | 1000011 | 0 | 101010 | 111001 | 100111 | 10000 | 101000 | 101100 |
Color Harmonies of #9C5A43
Complementary color
Monochromatic Colors of #9C5A43
Black with #9C5A43
Text Example
Text Example
White with #9C5A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5A43; }
p { color: rgb(156,90,67); }
H1.HeaderClassName
{
color: #9C5A43;
}
.AnyTagClassName
{
color: #9C5A43;
}
</style>
background-color css
<style>
a { background-color: #9C5A43; }
a { background-color: rgb(156,90,67); }
div.DivClassName
{
background-color: #9C5A43;
}
.BgClassName
{
background-color: #9C5A43;
}
</style>
border-color css
<style>
span { border-color: #9C5A43; }
span { border-color: rgb(156,90,67); }
td.TdClassName
{
border-color: #9C5A43;
}
.TagClassName
{
border-color: #9C5A43;
}
</style>