Shades of Seal Brown #31150B
Tints of Seal Brown #31150B
RGB
CMYK
RGB Variations
Color information
#31150B (or 0x31150B) is known color: Seal Brown. HEX triplet: 31, 15 and 0B. RGB value is (49,21,11). Sum of RGB (Red+Green+Blue) = 49+21+11=81 (10% of max value = 765). Red value is 49 (19.53% from 255 or 60.49% from 81); Green value is 21 (8.59% from 255 or 25.93% from 81); Blue value is 11 (4.69% from 255 or 13.58% from 81); Max value from RGB is 49 - color contains mainly: red. Hex color #31150B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31150B is #CEEAF4. Grayscale: #1C1C1C. Windows color (decimal): -13560565 or 726321. OLE color: 726321.
HSL color Cylindrical-coordinate representation of color #31150B: hue angle of 15.79º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31150B is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 21 | 11 | - |
| CMYK | 0 | 0.57 | 0.78 | 0.81 |
| HSL | 15.79º | 0.63% | 0.12% | - |
| HSV(B) | 15.79º | 0.78% | 0.19% | - |
| XYZ | 1.6 | 1.21 | 0.47 | - |
| YUV | 28.23 | 118.28 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 21 | 11 | 0 | 0.57 | 0.78 | 0.81 | 15.79 | 0.63 | 0.12 |
| Hex | 31 | 15 | B | 0 | 39 | 4E | 51 | 10 | 3F | C |
| Octal | 61 | 25 | 13 | 0 | 71 | 116 | 121 | 20 | 77 | 14 |
| Binary | 110001 | 10101 | 1011 | 0 | 111001 | 1001110 | 1010001 | 10000 | 111111 | 1100 |
Color Harmonies of #31150B
Complementary color
Monochromatic Colors of #31150B
Black with #31150B
Text Example
Text Example
White with #31150B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31150B; }
p { color: rgb(49,21,11); }
H1.HeaderClassName
{
color: #31150B;
}
.AnyTagClassName
{
color: #31150B;
}
</style>
background-color css
<style>
a { background-color: #31150B; }
a { background-color: rgb(49,21,11); }
div.DivClassName
{
background-color: #31150B;
}
.BgClassName
{
background-color: #31150B;
}
</style>
border-color css
<style>
span { border-color: #31150B; }
span { border-color: rgb(49,21,11); }
td.TdClassName
{
border-color: #31150B;
}
.TagClassName
{
border-color: #31150B;
}
</style>