Shades of Sepia #9B543D
Tints of Sepia #9B543D
RGB
CMYK
RGB Variations
Color information
#9B543D (or 0x9B543D) is known color: Sepia. HEX triplet: 9B, 54 and 3D. RGB value is (155,84,61). Sum of RGB (Red+Green+Blue) = 155+84+61=300 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.67% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 155 - color contains mainly: red. Hex color #9B543D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B543D is #64ABC2. Grayscale: #666666. Windows color (decimal): -6597571 or 4019355. OLE color: 4019355.
HSL color Cylindrical-coordinate representation of color #9B543D: hue angle of 14.68º 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 #9B543D is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 84 | 61 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.39 |
| HSL | 14.68º | 0.44% | 0.42% | - |
| HSV(B) | 14.68º | 0.61% | 0.61% | - |
| XYZ | 17.53 | 13.65 | 6.12 | - |
| YUV | 102.61 | 104.52 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 84 | 61 | 0 | 0.46 | 0.61 | 0.39 | 14.68 | 0.44 | 0.42 |
| Hex | 9B | 54 | 3D | 0 | 2E | 3D | 27 | F | 2C | 2A |
| Octal | 233 | 124 | 75 | 0 | 56 | 75 | 47 | 17 | 54 | 52 |
| Binary | 10011011 | 1010100 | 111101 | 0 | 101110 | 111101 | 100111 | 1111 | 101100 | 101010 |
Color Harmonies of #9B543D
Complementary color
Monochromatic Colors of #9B543D
Black with #9B543D
Text Example
Text Example
White with #9B543D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B543D; }
p { color: rgb(155,84,61); }
H1.HeaderClassName
{
color: #9B543D;
}
.AnyTagClassName
{
color: #9B543D;
}
</style>
background-color css
<style>
a { background-color: #9B543D; }
a { background-color: rgb(155,84,61); }
div.DivClassName
{
background-color: #9B543D;
}
.BgClassName
{
background-color: #9B543D;
}
</style>
border-color css
<style>
span { border-color: #9B543D; }
span { border-color: rgb(155,84,61); }
td.TdClassName
{
border-color: #9B543D;
}
.TagClassName
{
border-color: #9B543D;
}
</style>