Shades of Sepia #9B5342
Tints of Sepia #9B5342
RGB
CMYK
RGB Variations
Color information
#9B5342 (or 0x9B5342) is known color: Sepia. HEX triplet: 9B, 53 and 42. RGB value is (155,83,66). Sum of RGB (Red+Green+Blue) = 155+83+66=304 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.99% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5342 is #64ACBD. Grayscale: #666666. Windows color (decimal): -6597822 or 4346779. OLE color: 4346779.
HSL color Cylindrical-coordinate representation of color #9B5342: hue angle of 11.46º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9B5342 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 83 | 66 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.39 |
| HSL | 11.46º | 0.4% | 0.43% | - |
| HSV(B) | 11.46º | 0.57% | 0.61% | - |
| XYZ | 17.59 | 13.55 | 6.84 | - |
| YUV | 102.59 | 107.35 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 83 | 66 | 0 | 0.46 | 0.57 | 0.39 | 11.46 | 0.4 | 0.43 |
| Hex | 9B | 53 | 42 | 0 | 2E | 39 | 27 | B | 28 | 2B |
| Octal | 233 | 123 | 102 | 0 | 56 | 71 | 47 | 13 | 50 | 53 |
| Binary | 10011011 | 1010011 | 1000010 | 0 | 101110 | 111001 | 100111 | 1011 | 101000 | 101011 |
Color Harmonies of #9B5342
Complementary color
Monochromatic Colors of #9B5342
Black with #9B5342
Text Example
Text Example
White with #9B5342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5342; }
p { color: rgb(155,83,66); }
H1.HeaderClassName
{
color: #9B5342;
}
.AnyTagClassName
{
color: #9B5342;
}
</style>
background-color css
<style>
a { background-color: #9B5342; }
a { background-color: rgb(155,83,66); }
div.DivClassName
{
background-color: #9B5342;
}
.BgClassName
{
background-color: #9B5342;
}
</style>
border-color css
<style>
span { border-color: #9B5342; }
span { border-color: rgb(155,83,66); }
td.TdClassName
{
border-color: #9B5342;
}
.TagClassName
{
border-color: #9B5342;
}
</style>