Shades of Sepia #985D4B
Tints of Sepia #985D4B
RGB
CMYK
RGB Variations
Color information
#985D4B (or 0x985D4B) is known color: Sepia. HEX triplet: 98, 5D and 4B. RGB value is (152,93,75). Sum of RGB (Red+Green+Blue) = 152+93+75=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 152 - color contains mainly: red. Hex color #985D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985D4B is #67A2B4. Grayscale: #6C6C6C. Windows color (decimal): -6791861 or 4939160. OLE color: 4939160.
HSL color Cylindrical-coordinate representation of color #985D4B: hue angle of 14.03º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #985D4B is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 93 | 75 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.40 |
| HSL | 14.03º | 0.34% | 0.45% | - |
| HSV(B) | 14.03º | 0.51% | 0.6% | - |
| XYZ | 18.13 | 15.01 | 8.6 | - |
| YUV | 108.59 | 109.05 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 93 | 75 | 0 | 0.39 | 0.51 | 0.40 | 14.03 | 0.34 | 0.45 |
| Hex | 98 | 5D | 4B | 0 | 27 | 33 | 28 | E | 22 | 2D |
| Octal | 230 | 135 | 113 | 0 | 47 | 63 | 50 | 16 | 42 | 55 |
| Binary | 10011000 | 1011101 | 1001011 | 0 | 100111 | 110011 | 101000 | 1110 | 100010 | 101101 |
Color Harmonies of #985D4B
Complementary color
Monochromatic Colors of #985D4B
Black with #985D4B
Text Example
Text Example
White with #985D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985D4B; }
p { color: rgb(152,93,75); }
H1.HeaderClassName
{
color: #985D4B;
}
.AnyTagClassName
{
color: #985D4B;
}
</style>
background-color css
<style>
a { background-color: #985D4B; }
a { background-color: rgb(152,93,75); }
div.DivClassName
{
background-color: #985D4B;
}
.BgClassName
{
background-color: #985D4B;
}
</style>
border-color css
<style>
span { border-color: #985D4B; }
span { border-color: rgb(152,93,75); }
td.TdClassName
{
border-color: #985D4B;
}
.TagClassName
{
border-color: #985D4B;
}
</style>