Shades of Sepia #9B583D
Tints of Sepia #9B583D
RGB
CMYK
RGB Variations
Color information
#9B583D (or 0x9B583D) is known color: Sepia. HEX triplet: 9B, 58 and 3D. RGB value is (155,88,61). Sum of RGB (Red+Green+Blue) = 155+88+61=304 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.99% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 155 - color contains mainly: red. Hex color #9B583D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B583D is #64A7C2. Grayscale: #696969. Windows color (decimal): -6596547 or 4020379. OLE color: 4020379.
HSL color Cylindrical-coordinate representation of color #9B583D: hue angle of 17.23º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9B583D is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 88 | 61 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.39 |
| HSL | 17.23º | 0.44% | 0.42% | - |
| HSV(B) | 17.23º | 0.61% | 0.61% | - |
| XYZ | 17.85 | 14.28 | 6.23 | - |
| YUV | 104.96 | 103.2 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 88 | 61 | 0 | 0.43 | 0.61 | 0.39 | 17.23 | 0.44 | 0.42 |
| Hex | 9B | 58 | 3D | 0 | 2B | 3D | 27 | 11 | 2C | 2A |
| Octal | 233 | 130 | 75 | 0 | 53 | 75 | 47 | 21 | 54 | 52 |
| Binary | 10011011 | 1011000 | 111101 | 0 | 101011 | 111101 | 100111 | 10001 | 101100 | 101010 |
Color Harmonies of #9B583D
Complementary color
Monochromatic Colors of #9B583D
Black with #9B583D
Text Example
Text Example
White with #9B583D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B583D; }
p { color: rgb(155,88,61); }
H1.HeaderClassName
{
color: #9B583D;
}
.AnyTagClassName
{
color: #9B583D;
}
</style>
background-color css
<style>
a { background-color: #9B583D; }
a { background-color: rgb(155,88,61); }
div.DivClassName
{
background-color: #9B583D;
}
.BgClassName
{
background-color: #9B583D;
}
</style>
border-color css
<style>
span { border-color: #9B583D; }
span { border-color: rgb(155,88,61); }
td.TdClassName
{
border-color: #9B583D;
}
.TagClassName
{
border-color: #9B583D;
}
</style>