Shades of Sepia #9D533E
Tints of Sepia #9D533E
RGB
CMYK
RGB Variations
Color information
#9D533E (or 0x9D533E) is known color: Sepia. HEX triplet: 9D, 53 and 3E. RGB value is (157,83,62). Sum of RGB (Red+Green+Blue) = 157+83+62=302 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.99% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 157 - color contains mainly: red. Hex color #9D533E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D533E is #62ACC1. Grayscale: #666666. Windows color (decimal): -6466754 or 4084637. OLE color: 4084637.
HSL color Cylindrical-coordinate representation of color #9D533E: hue angle of 13.26º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9D533E is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 83 | 62 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.38 |
| HSL | 13.26º | 0.43% | 0.43% | - |
| HSV(B) | 13.26º | 0.61% | 0.62% | - |
| XYZ | 17.87 | 13.7 | 6.26 | - |
| YUV | 102.73 | 105.02 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 83 | 62 | 0 | 0.47 | 0.61 | 0.38 | 13.26 | 0.43 | 0.43 |
| Hex | 9D | 53 | 3E | 0 | 2F | 3D | 26 | D | 2B | 2B |
| Octal | 235 | 123 | 76 | 0 | 57 | 75 | 46 | 15 | 53 | 53 |
| Binary | 10011101 | 1010011 | 111110 | 0 | 101111 | 111101 | 100110 | 1101 | 101011 | 101011 |
Color Harmonies of #9D533E
Complementary color
Monochromatic Colors of #9D533E
Black with #9D533E
Text Example
Text Example
White with #9D533E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D533E; }
p { color: rgb(157,83,62); }
H1.HeaderClassName
{
color: #9D533E;
}
.AnyTagClassName
{
color: #9D533E;
}
</style>
background-color css
<style>
a { background-color: #9D533E; }
a { background-color: rgb(157,83,62); }
div.DivClassName
{
background-color: #9D533E;
}
.BgClassName
{
background-color: #9D533E;
}
</style>
border-color css
<style>
span { border-color: #9D533E; }
span { border-color: rgb(157,83,62); }
td.TdClassName
{
border-color: #9D533E;
}
.TagClassName
{
border-color: #9D533E;
}
</style>