Shades of Seal Brown #2E1916
Tints of Seal Brown #2E1916
RGB
CMYK
RGB Variations
Color information
#2E1916 (or 0x2E1916) is known color: Seal Brown. HEX triplet: 2E, 19 and 16. RGB value is (46,25,22). Sum of RGB (Red+Green+Blue) = 46+25+22=93 (12% of max value = 765). Red value is 46 (18.36% from 255 or 49.46% from 93); Green value is 25 (10.16% from 255 or 26.88% from 93); Blue value is 22 (8.98% from 255 or 23.66% from 93); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1916 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1916 is #D1E6E9. Grayscale: #1E1E1E. Windows color (decimal): -13756138 or 1448238. OLE color: 1448238.
HSL color Cylindrical-coordinate representation of color #2E1916: hue angle of 7.5º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E1916 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 25 | 22 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.82 |
| HSL | 7.5º | 0.35% | 0.13% | - |
| HSV(B) | 7.5º | 0.52% | 0.18% | - |
| XYZ | 1.62 | 1.33 | 0.93 | - |
| YUV | 30.94 | 122.96 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 25 | 22 | 0 | 0.46 | 0.52 | 0.82 | 7.5 | 0.35 | 0.13 |
| Hex | 2E | 19 | 16 | 0 | 2E | 34 | 52 | 8 | 23 | D |
| Octal | 56 | 31 | 26 | 0 | 56 | 64 | 122 | 10 | 43 | 15 |
| Binary | 101110 | 11001 | 10110 | 0 | 101110 | 110100 | 1010010 | 1000 | 100011 | 1101 |
Color Harmonies of #2E1916
Complementary color
Monochromatic Colors of #2E1916
Black with #2E1916
Text Example
Text Example
White with #2E1916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1916; }
p { color: rgb(46,25,22); }
H1.HeaderClassName
{
color: #2E1916;
}
.AnyTagClassName
{
color: #2E1916;
}
</style>
background-color css
<style>
a { background-color: #2E1916; }
a { background-color: rgb(46,25,22); }
div.DivClassName
{
background-color: #2E1916;
}
.BgClassName
{
background-color: #2E1916;
}
</style>
border-color css
<style>
span { border-color: #2E1916; }
span { border-color: rgb(46,25,22); }
td.TdClassName
{
border-color: #2E1916;
}
.TagClassName
{
border-color: #2E1916;
}
</style>