Shades of Seal Brown #31130E
Tints of Seal Brown #31130E
RGB
CMYK
RGB Variations
Color information
#31130E (or 0x31130E) is known color: Seal Brown. HEX triplet: 31, 13 and 0E. RGB value is (49,19,14). Sum of RGB (Red+Green+Blue) = 49+19+14=82 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.76% from 82); Green value is 19 (7.81% from 255 or 23.17% from 82); Blue value is 14 (5.86% from 255 or 17.07% from 82); Max value from RGB is 49 - color contains mainly: red. Hex color #31130E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31130E is #CEECF1. Grayscale: #1B1B1B. Windows color (decimal): -13561074 or 922417. OLE color: 922417.
HSL color Cylindrical-coordinate representation of color #31130E: hue angle of 8.57º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31130E is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 19 | 14 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.81 |
| HSL | 8.57º | 0.56% | 0.12% | - |
| HSV(B) | 8.57º | 0.71% | 0.19% | - |
| XYZ | 1.58 | 1.15 | 0.55 | - |
| YUV | 27.4 | 120.44 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 19 | 14 | 0 | 0.61 | 0.71 | 0.81 | 8.57 | 0.56 | 0.12 |
| Hex | 31 | 13 | E | 0 | 3D | 47 | 51 | 9 | 38 | C |
| Octal | 61 | 23 | 16 | 0 | 75 | 107 | 121 | 11 | 70 | 14 |
| Binary | 110001 | 10011 | 1110 | 0 | 111101 | 1000111 | 1010001 | 1001 | 111000 | 1100 |
Color Harmonies of #31130E
Complementary color
Monochromatic Colors of #31130E
Black with #31130E
Text Example
Text Example
White with #31130E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31130E; }
p { color: rgb(49,19,14); }
H1.HeaderClassName
{
color: #31130E;
}
.AnyTagClassName
{
color: #31130E;
}
</style>
background-color css
<style>
a { background-color: #31130E; }
a { background-color: rgb(49,19,14); }
div.DivClassName
{
background-color: #31130E;
}
.BgClassName
{
background-color: #31130E;
}
</style>
border-color css
<style>
span { border-color: #31130E; }
span { border-color: rgb(49,19,14); }
td.TdClassName
{
border-color: #31130E;
}
.TagClassName
{
border-color: #31130E;
}
</style>