Shades of Seal Brown #310E06
Tints of Seal Brown #310E06
RGB
CMYK
RGB Variations
Color information
#310E06 (or 0x310E06) is known color: Seal Brown. HEX triplet: 31, 0E and 06. RGB value is (49,14,6). Sum of RGB (Red+Green+Blue) = 49+14+6=69 (9% of max value = 765). Red value is 49 (19.53% from 255 or 71.01% from 69); Green value is 14 (5.86% from 255 or 20.29% from 69); Blue value is 6 (2.73% from 255 or 8.70% from 69); Max value from RGB is 49 - color contains mainly: red. Hex color #310E06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310E06 is #CEF1F9. Grayscale: #171717. Windows color (decimal): -13562362 or 396849. OLE color: 396849.
HSL color Cylindrical-coordinate representation of color #310E06: hue angle of 11.16º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #310E06 is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 14 | 6 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.81 |
| HSL | 11.16º | 0.78% | 0.11% | - |
| HSV(B) | 11.16º | 0.88% | 0.19% | - |
| XYZ | 1.46 | 0.98 | 0.28 | - |
| YUV | 23.55 | 118.1 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 14 | 6 | 0 | 0.71 | 0.88 | 0.81 | 11.16 | 0.78 | 0.11 |
| Hex | 31 | E | 6 | 0 | 47 | 58 | 51 | B | 4E | B |
| Octal | 61 | 16 | 6 | 0 | 107 | 130 | 121 | 13 | 116 | 13 |
| Binary | 110001 | 1110 | 110 | 0 | 1000111 | 1011000 | 1010001 | 1011 | 1001110 | 1011 |
Color Harmonies of #310E06
Complementary color
Monochromatic Colors of #310E06
Black with #310E06
Text Example
Text Example
White with #310E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310E06; }
p { color: rgb(49,14,6); }
H1.HeaderClassName
{
color: #310E06;
}
.AnyTagClassName
{
color: #310E06;
}
</style>
background-color css
<style>
a { background-color: #310E06; }
a { background-color: rgb(49,14,6); }
div.DivClassName
{
background-color: #310E06;
}
.BgClassName
{
background-color: #310E06;
}
</style>
border-color css
<style>
span { border-color: #310E06; }
span { border-color: rgb(49,14,6); }
td.TdClassName
{
border-color: #310E06;
}
.TagClassName
{
border-color: #310E06;
}
</style>