Shades of Seal Brown #31100D
Tints of Seal Brown #31100D
RGB
CMYK
RGB Variations
Color information
#31100D (or 0x31100D) is known color: Seal Brown. HEX triplet: 31, 10 and 0D. RGB value is (49,16,13). Sum of RGB (Red+Green+Blue) = 49+16+13=78 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.82% from 78); Green value is 16 (6.64% from 255 or 20.51% from 78); Blue value is 13 (5.47% from 255 or 16.67% from 78); Max value from RGB is 49 - color contains mainly: red. Hex color #31100D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31100D is #CEEFF2. Grayscale: #191919. Windows color (decimal): -13561843 or 856113. OLE color: 856113.
HSL color Cylindrical-coordinate representation of color #31100D: hue angle of 5º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31100D is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 16 | 13 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.81 |
| HSL | 5º | 0.58% | 0.12% | - |
| HSV(B) | 5º | 0.73% | 0.19% | - |
| XYZ | 1.52 | 1.05 | 0.5 | - |
| YUV | 25.53 | 120.93 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 16 | 13 | 0 | 0.67 | 0.73 | 0.81 | 5 | 0.58 | 0.12 |
| Hex | 31 | 10 | D | 0 | 43 | 49 | 51 | 5 | 3A | C |
| Octal | 61 | 20 | 15 | 0 | 103 | 111 | 121 | 5 | 72 | 14 |
| Binary | 110001 | 10000 | 1101 | 0 | 1000011 | 1001001 | 1010001 | 101 | 111010 | 1100 |
Color Harmonies of #31100D
Complementary color
Monochromatic Colors of #31100D
Black with #31100D
Text Example
Text Example
White with #31100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31100D; }
p { color: rgb(49,16,13); }
H1.HeaderClassName
{
color: #31100D;
}
.AnyTagClassName
{
color: #31100D;
}
</style>
background-color css
<style>
a { background-color: #31100D; }
a { background-color: rgb(49,16,13); }
div.DivClassName
{
background-color: #31100D;
}
.BgClassName
{
background-color: #31100D;
}
</style>
border-color css
<style>
span { border-color: #31100D; }
span { border-color: rgb(49,16,13); }
td.TdClassName
{
border-color: #31100D;
}
.TagClassName
{
border-color: #31100D;
}
</style>