Shades of Seal Brown #310E0A
Tints of Seal Brown #310E0A
RGB
CMYK
RGB Variations
Color information
#310E0A (or 0x310E0A) is known color: Seal Brown. HEX triplet: 31, 0E and 0A. RGB value is (49,14,10). Sum of RGB (Red+Green+Blue) = 49+14+10=73 (9% of max value = 765). Red value is 49 (19.53% from 255 or 67.12% from 73); Green value is 14 (5.86% from 255 or 19.18% from 73); Blue value is 10 (4.30% from 255 or 13.70% from 73); Max value from RGB is 49 - color contains mainly: red. Hex color #310E0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310E0A is #CEF1F5. Grayscale: #181818. Windows color (decimal): -13562358 or 658993. OLE color: 658993.
HSL color Cylindrical-coordinate representation of color #310E0A: hue angle of 6.15º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #310E0A is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 14 | 10 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.81 |
| HSL | 6.15º | 0.66% | 0.12% | - |
| HSV(B) | 6.15º | 0.8% | 0.19% | - |
| XYZ | 1.48 | 0.99 | 0.4 | - |
| YUV | 24.01 | 120.1 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 14 | 10 | 0 | 0.71 | 0.80 | 0.81 | 6.15 | 0.66 | 0.12 |
| Hex | 31 | E | A | 0 | 47 | 50 | 51 | 6 | 42 | C |
| Octal | 61 | 16 | 12 | 0 | 107 | 120 | 121 | 6 | 102 | 14 |
| Binary | 110001 | 1110 | 1010 | 0 | 1000111 | 1010000 | 1010001 | 110 | 1000010 | 1100 |
Color Harmonies of #310E0A
Complementary color
Monochromatic Colors of #310E0A
Black with #310E0A
Text Example
Text Example
White with #310E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310E0A; }
p { color: rgb(49,14,10); }
H1.HeaderClassName
{
color: #310E0A;
}
.AnyTagClassName
{
color: #310E0A;
}
</style>
background-color css
<style>
a { background-color: #310E0A; }
a { background-color: rgb(49,14,10); }
div.DivClassName
{
background-color: #310E0A;
}
.BgClassName
{
background-color: #310E0A;
}
</style>
border-color css
<style>
span { border-color: #310E0A; }
span { border-color: rgb(49,14,10); }
td.TdClassName
{
border-color: #310E0A;
}
.TagClassName
{
border-color: #310E0A;
}
</style>