Shades of Sepia #9B533C
Tints of Sepia #9B533C
RGB
CMYK
RGB Variations
Color information
#9B533C (or 0x9B533C) is known color: Sepia. HEX triplet: 9B, 53 and 3C. RGB value is (155,83,60). Sum of RGB (Red+Green+Blue) = 155+83+60=298 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.01% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 155 - color contains mainly: red. Hex color #9B533C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B533C is #64ACC3. Grayscale: #666666. Windows color (decimal): -6597828 or 3953563. OLE color: 3953563.
HSL color Cylindrical-coordinate representation of color #9B533C: hue angle of 14.53º 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 #9B533C is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 83 | 60 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.39 |
| HSL | 14.53º | 0.44% | 0.42% | - |
| HSV(B) | 14.53º | 0.61% | 0.61% | - |
| XYZ | 17.43 | 13.48 | 5.96 | - |
| YUV | 101.91 | 104.35 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 83 | 60 | 0 | 0.46 | 0.61 | 0.39 | 14.53 | 0.44 | 0.42 |
| Hex | 9B | 53 | 3C | 0 | 2E | 3D | 27 | F | 2C | 2A |
| Octal | 233 | 123 | 74 | 0 | 56 | 75 | 47 | 17 | 54 | 52 |
| Binary | 10011011 | 1010011 | 111100 | 0 | 101110 | 111101 | 100111 | 1111 | 101100 | 101010 |
Color Harmonies of #9B533C
Complementary color
Monochromatic Colors of #9B533C
Black with #9B533C
Text Example
Text Example
White with #9B533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B533C; }
p { color: rgb(155,83,60); }
H1.HeaderClassName
{
color: #9B533C;
}
.AnyTagClassName
{
color: #9B533C;
}
</style>
background-color css
<style>
a { background-color: #9B533C; }
a { background-color: rgb(155,83,60); }
div.DivClassName
{
background-color: #9B533C;
}
.BgClassName
{
background-color: #9B533C;
}
</style>
border-color css
<style>
span { border-color: #9B533C; }
span { border-color: rgb(155,83,60); }
td.TdClassName
{
border-color: #9B533C;
}
.TagClassName
{
border-color: #9B533C;
}
</style>