Shades of Seal Brown #2E1611
Tints of Seal Brown #2E1611
RGB
CMYK
RGB Variations
Color information
#2E1611 (or 0x2E1611) is known color: Seal Brown. HEX triplet: 2E, 16 and 11. RGB value is (46,22,17). Sum of RGB (Red+Green+Blue) = 46+22+17=85 (11% of max value = 765). Red value is 46 (18.36% from 255 or 54.12% from 85); Green value is 22 (8.98% from 255 or 25.88% from 85); Blue value is 17 (7.03% from 255 or 20% from 85); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1611 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1611 is #D1E9EE. Grayscale: #1C1C1C. Windows color (decimal): -13756911 or 1119790. OLE color: 1119790.
HSL color Cylindrical-coordinate representation of color #2E1611: hue angle of 10.34º 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 #2E1611 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 22 | 17 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.82 |
| HSL | 10.34º | 0.46% | 0.12% | - |
| HSV(B) | 10.34º | 0.63% | 0.18% | - |
| XYZ | 1.51 | 1.2 | 0.68 | - |
| YUV | 28.61 | 121.45 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 22 | 17 | 0 | 0.52 | 0.63 | 0.82 | 10.34 | 0.46 | 0.12 |
| Hex | 2E | 16 | 11 | 0 | 34 | 3F | 52 | A | 2E | C |
| Octal | 56 | 26 | 21 | 0 | 64 | 77 | 122 | 12 | 56 | 14 |
| Binary | 101110 | 10110 | 10001 | 0 | 110100 | 111111 | 1010010 | 1010 | 101110 | 1100 |
Color Harmonies of #2E1611
Complementary color
Monochromatic Colors of #2E1611
Black with #2E1611
Text Example
Text Example
White with #2E1611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1611; }
p { color: rgb(46,22,17); }
H1.HeaderClassName
{
color: #2E1611;
}
.AnyTagClassName
{
color: #2E1611;
}
</style>
background-color css
<style>
a { background-color: #2E1611; }
a { background-color: rgb(46,22,17); }
div.DivClassName
{
background-color: #2E1611;
}
.BgClassName
{
background-color: #2E1611;
}
</style>
border-color css
<style>
span { border-color: #2E1611; }
span { border-color: rgb(46,22,17); }
td.TdClassName
{
border-color: #2E1611;
}
.TagClassName
{
border-color: #2E1611;
}
</style>