Shades of Seal Brown #2E1511
Tints of Seal Brown #2E1511
RGB
CMYK
RGB Variations
Color information
#2E1511 (or 0x2E1511) is known color: Seal Brown. HEX triplet: 2E, 15 and 11. RGB value is (46,21,17). Sum of RGB (Red+Green+Blue) = 46+21+17=84 (11% of max value = 765). Red value is 46 (18.36% from 255 or 54.76% from 84); Green value is 21 (8.59% from 255 or 25% from 84); Blue value is 17 (7.03% from 255 or 20.24% from 84); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1511 is #D1EAEE. Grayscale: #1C1C1C. Windows color (decimal): -13757167 or 1119534. OLE color: 1119534.
HSL color Cylindrical-coordinate representation of color #2E1511: hue angle of 8.28º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E1511 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 21 | 17 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.82 |
| HSL | 8.28º | 0.46% | 0.12% | - |
| HSV(B) | 8.28º | 0.63% | 0.18% | - |
| XYZ | 1.5 | 1.16 | 0.67 | - |
| YUV | 28.02 | 121.78 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 21 | 17 | 0 | 0.54 | 0.63 | 0.82 | 8.28 | 0.46 | 0.12 |
| Hex | 2E | 15 | 11 | 0 | 36 | 3F | 52 | 8 | 2E | C |
| Octal | 56 | 25 | 21 | 0 | 66 | 77 | 122 | 10 | 56 | 14 |
| Binary | 101110 | 10101 | 10001 | 0 | 110110 | 111111 | 1010010 | 1000 | 101110 | 1100 |
Color Harmonies of #2E1511
Complementary color
Monochromatic Colors of #2E1511
Black with #2E1511
Text Example
Text Example
White with #2E1511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1511; }
p { color: rgb(46,21,17); }
H1.HeaderClassName
{
color: #2E1511;
}
.AnyTagClassName
{
color: #2E1511;
}
</style>
background-color css
<style>
a { background-color: #2E1511; }
a { background-color: rgb(46,21,17); }
div.DivClassName
{
background-color: #2E1511;
}
.BgClassName
{
background-color: #2E1511;
}
</style>
border-color css
<style>
span { border-color: #2E1511; }
span { border-color: rgb(46,21,17); }
td.TdClassName
{
border-color: #2E1511;
}
.TagClassName
{
border-color: #2E1511;
}
</style>