Shades of Seal Brown #2E1915
Tints of Seal Brown #2E1915
RGB
CMYK
RGB Variations
Color information
#2E1915 (or 0x2E1915) is known color: Seal Brown. HEX triplet: 2E, 19 and 15. RGB value is (46,25,21). Sum of RGB (Red+Green+Blue) = 46+25+21=92 (12% of max value = 765). Red value is 46 (18.36% from 255 or 50% from 92); Green value is 25 (10.16% from 255 or 27.17% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1915 is #D1E6EA. Grayscale: #1E1E1E. Windows color (decimal): -13756139 or 1382702. OLE color: 1382702.
HSL color Cylindrical-coordinate representation of color #2E1915: hue angle of 9.6º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E1915 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 25 | 21 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.82 |
| HSL | 9.6º | 0.37% | 0.13% | - |
| HSV(B) | 9.6º | 0.54% | 0.18% | - |
| XYZ | 1.61 | 1.33 | 0.88 | - |
| YUV | 30.82 | 122.46 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 25 | 21 | 0 | 0.46 | 0.54 | 0.82 | 9.6 | 0.37 | 0.13 |
| Hex | 2E | 19 | 15 | 0 | 2E | 36 | 52 | A | 25 | D |
| Octal | 56 | 31 | 25 | 0 | 56 | 66 | 122 | 12 | 45 | 15 |
| Binary | 101110 | 11001 | 10101 | 0 | 101110 | 110110 | 1010010 | 1010 | 100101 | 1101 |
Color Harmonies of #2E1915
Complementary color
Monochromatic Colors of #2E1915
Black with #2E1915
Text Example
Text Example
White with #2E1915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1915; }
p { color: rgb(46,25,21); }
H1.HeaderClassName
{
color: #2E1915;
}
.AnyTagClassName
{
color: #2E1915;
}
</style>
background-color css
<style>
a { background-color: #2E1915; }
a { background-color: rgb(46,25,21); }
div.DivClassName
{
background-color: #2E1915;
}
.BgClassName
{
background-color: #2E1915;
}
</style>
border-color css
<style>
span { border-color: #2E1915; }
span { border-color: rgb(46,25,21); }
td.TdClassName
{
border-color: #2E1915;
}
.TagClassName
{
border-color: #2E1915;
}
</style>