Shades of Seal Brown #31110E
Tints of Seal Brown #31110E
RGB
CMYK
RGB Variations
Color information
#31110E (or 0x31110E) is known color: Seal Brown. HEX triplet: 31, 11 and 0E. RGB value is (49,17,14). Sum of RGB (Red+Green+Blue) = 49+17+14=80 (10% of max value = 765). Red value is 49 (19.53% from 255 or 61.25% from 80); Green value is 17 (7.03% from 255 or 21.25% from 80); Blue value is 14 (5.86% from 255 or 17.5% from 80); Max value from RGB is 49 - color contains mainly: red. Hex color #31110E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31110E is #CEEEF1. Grayscale: #1A1A1A. Windows color (decimal): -13561586 or 921905. OLE color: 921905.
HSL color Cylindrical-coordinate representation of color #31110E: hue angle of 5.14º 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 #31110E is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 17 | 14 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.81 |
| HSL | 5.14º | 0.56% | 0.12% | - |
| HSV(B) | 5.14º | 0.71% | 0.19% | - |
| XYZ | 1.55 | 1.09 | 0.54 | - |
| YUV | 26.23 | 121.1 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 17 | 14 | 0 | 0.65 | 0.71 | 0.81 | 5.14 | 0.56 | 0.12 |
| Hex | 31 | 11 | E | 0 | 41 | 47 | 51 | 5 | 38 | C |
| Octal | 61 | 21 | 16 | 0 | 101 | 107 | 121 | 5 | 70 | 14 |
| Binary | 110001 | 10001 | 1110 | 0 | 1000001 | 1000111 | 1010001 | 101 | 111000 | 1100 |
Color Harmonies of #31110E
Complementary color
Monochromatic Colors of #31110E
Black with #31110E
Text Example
Text Example
White with #31110E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31110E; }
p { color: rgb(49,17,14); }
H1.HeaderClassName
{
color: #31110E;
}
.AnyTagClassName
{
color: #31110E;
}
</style>
background-color css
<style>
a { background-color: #31110E; }
a { background-color: rgb(49,17,14); }
div.DivClassName
{
background-color: #31110E;
}
.BgClassName
{
background-color: #31110E;
}
</style>
border-color css
<style>
span { border-color: #31110E; }
span { border-color: rgb(49,17,14); }
td.TdClassName
{
border-color: #31110E;
}
.TagClassName
{
border-color: #31110E;
}
</style>