Shades of Seal Brown #310E00
Tints of Seal Brown #310E00
RGB
CMYK
RGB Variations
Color information
#310E00 (or 0x310E00) is known color: Seal Brown. HEX triplet: 31, 0E and 00. RGB value is (49,14,0). Sum of RGB (Red+Green+Blue) = 49+14+0=63 (8% of max value = 765). Red value is 49 (19.53% from 255 or 77.78% from 63); Green value is 14 (5.86% from 255 or 22.22% from 63); Blue value is 0 (0.39% from 255 or 0% from 63); Max value from RGB is 49 - color contains mainly: red. Hex color #310E00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310E00 is #CEF1FF. Grayscale: #161616. Windows color (decimal): -13562368 or 3633. OLE color: 3633.
HSL color Cylindrical-coordinate representation of color #310E00: hue angle of 17.14º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #310E00 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 14 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.81 |
| HSL | 17.14º | 1% | 0.1% | - |
| HSV(B) | 17.14º | 1% | 0.19% | - |
| XYZ | 1.42 | 0.97 | 0.11 | - |
| YUV | 22.87 | 115.1 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 14 | 0 | 0 | 0.71 | 1 | 0.81 | 17.14 | 1 | 0.1 |
| Hex | 31 | E | 0 | 0 | 47 | 64 | 51 | 11 | 64 | A |
| Octal | 61 | 16 | 0 | 0 | 107 | 144 | 121 | 21 | 144 | 12 |
| Binary | 110001 | 1110 | 0 | 0 | 1000111 | 1100100 | 1010001 | 10001 | 1100100 | 1010 |
Color Harmonies of #310E00
Complementary color
Monochromatic Colors of #310E00
Black with #310E00
Text Example
Text Example
White with #310E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310E00; }
p { color: rgb(49,14,0); }
H1.HeaderClassName
{
color: #310E00;
}
.AnyTagClassName
{
color: #310E00;
}
</style>
background-color css
<style>
a { background-color: #310E00; }
a { background-color: rgb(49,14,0); }
div.DivClassName
{
background-color: #310E00;
}
.BgClassName
{
background-color: #310E00;
}
</style>
border-color css
<style>
span { border-color: #310E00; }
span { border-color: rgb(49,14,0); }
td.TdClassName
{
border-color: #310E00;
}
.TagClassName
{
border-color: #310E00;
}
</style>