Shades of Seal Brown #311004
Tints of Seal Brown #311004
RGB
CMYK
RGB Variations
Color information
#311004 (or 0x311004) is known color: Seal Brown. HEX triplet: 31, 10 and 04. RGB value is (49,16,4). Sum of RGB (Red+Green+Blue) = 49+16+4=69 (9% of max value = 765). Red value is 49 (19.53% from 255 or 71.01% from 69); Green value is 16 (6.64% from 255 or 23.19% from 69); Blue value is 4 (1.95% from 255 or 5.80% from 69); Max value from RGB is 49 - color contains mainly: red. Hex color #311004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311004 is #CEEFFB. Grayscale: #181818. Windows color (decimal): -13561852 or 266289. OLE color: 266289.
HSL color Cylindrical-coordinate representation of color #311004: hue angle of 16º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #311004 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 16 | 4 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.81 |
| HSL | 16º | 0.85% | 0.1% | - |
| HSV(B) | 16º | 0.92% | 0.19% | - |
| XYZ | 1.47 | 1.03 | 0.24 | - |
| YUV | 24.5 | 116.43 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 16 | 4 | 0 | 0.67 | 0.92 | 0.81 | 16 | 0.85 | 0.1 |
| Hex | 31 | 10 | 4 | 0 | 43 | 5C | 51 | 10 | 55 | A |
| Octal | 61 | 20 | 4 | 0 | 103 | 134 | 121 | 20 | 125 | 12 |
| Binary | 110001 | 10000 | 100 | 0 | 1000011 | 1011100 | 1010001 | 10000 | 1010101 | 1010 |
Color Harmonies of #311004
Complementary color
Monochromatic Colors of #311004
Black with #311004
Text Example
Text Example
White with #311004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311004; }
p { color: rgb(49,16,4); }
H1.HeaderClassName
{
color: #311004;
}
.AnyTagClassName
{
color: #311004;
}
</style>
background-color css
<style>
a { background-color: #311004; }
a { background-color: rgb(49,16,4); }
div.DivClassName
{
background-color: #311004;
}
.BgClassName
{
background-color: #311004;
}
</style>
border-color css
<style>
span { border-color: #311004; }
span { border-color: rgb(49,16,4); }
td.TdClassName
{
border-color: #311004;
}
.TagClassName
{
border-color: #311004;
}
</style>