Shades of Sepia #9B533D
Tints of Sepia #9B533D
RGB
CMYK
RGB Variations
Color information
#9B533D (or 0x9B533D) is known color: Sepia. HEX triplet: 9B, 53 and 3D. RGB value is (155,83,61). Sum of RGB (Red+Green+Blue) = 155+83+61=299 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.84% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 155 - color contains mainly: red. Hex color #9B533D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B533D is #64ACC2. Grayscale: #666666. Windows color (decimal): -6597827 or 4019099. OLE color: 4019099.
HSL color Cylindrical-coordinate representation of color #9B533D: hue angle of 14.04º 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 #9B533D is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 83 | 61 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.39 |
| HSL | 14.04º | 0.44% | 0.42% | - |
| HSV(B) | 14.04º | 0.61% | 0.61% | - |
| XYZ | 17.45 | 13.49 | 6.1 | - |
| YUV | 102.02 | 104.85 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 83 | 61 | 0 | 0.46 | 0.61 | 0.39 | 14.04 | 0.44 | 0.42 |
| Hex | 9B | 53 | 3D | 0 | 2E | 3D | 27 | E | 2C | 2A |
| Octal | 233 | 123 | 75 | 0 | 56 | 75 | 47 | 16 | 54 | 52 |
| Binary | 10011011 | 1010011 | 111101 | 0 | 101110 | 111101 | 100111 | 1110 | 101100 | 101010 |
Color Harmonies of #9B533D
Complementary color
Monochromatic Colors of #9B533D
Black with #9B533D
Text Example
Text Example
White with #9B533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B533D; }
p { color: rgb(155,83,61); }
H1.HeaderClassName
{
color: #9B533D;
}
.AnyTagClassName
{
color: #9B533D;
}
</style>
background-color css
<style>
a { background-color: #9B533D; }
a { background-color: rgb(155,83,61); }
div.DivClassName
{
background-color: #9B533D;
}
.BgClassName
{
background-color: #9B533D;
}
</style>
border-color css
<style>
span { border-color: #9B533D; }
span { border-color: rgb(155,83,61); }
td.TdClassName
{
border-color: #9B533D;
}
.TagClassName
{
border-color: #9B533D;
}
</style>