Shades of Seal Brown #2E1813
Tints of Seal Brown #2E1813
RGB
CMYK
RGB Variations
Color information
#2E1813 (or 0x2E1813) is known color: Seal Brown. HEX triplet: 2E, 18 and 13. RGB value is (46,24,19). Sum of RGB (Red+Green+Blue) = 46+24+19=89 (11% of max value = 765). Red value is 46 (18.36% from 255 or 51.69% from 89); Green value is 24 (9.77% from 255 or 26.97% from 89); Blue value is 19 (7.81% from 255 or 21.35% from 89); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1813 is #D1E7EC. Grayscale: #1E1E1E. Windows color (decimal): -13756397 or 1251374. OLE color: 1251374.
HSL color Cylindrical-coordinate representation of color #2E1813: hue angle of 11.11º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E1813 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 24 | 19 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.82 |
| HSL | 11.11º | 0.42% | 0.13% | - |
| HSV(B) | 11.11º | 0.59% | 0.18% | - |
| XYZ | 1.57 | 1.28 | 0.78 | - |
| YUV | 30.01 | 121.79 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 24 | 19 | 0 | 0.48 | 0.59 | 0.82 | 11.11 | 0.42 | 0.13 |
| Hex | 2E | 18 | 13 | 0 | 30 | 3B | 52 | B | 2A | D |
| Octal | 56 | 30 | 23 | 0 | 60 | 73 | 122 | 13 | 52 | 15 |
| Binary | 101110 | 11000 | 10011 | 0 | 110000 | 111011 | 1010010 | 1011 | 101010 | 1101 |
Color Harmonies of #2E1813
Complementary color
Monochromatic Colors of #2E1813
Black with #2E1813
Text Example
Text Example
White with #2E1813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1813; }
p { color: rgb(46,24,19); }
H1.HeaderClassName
{
color: #2E1813;
}
.AnyTagClassName
{
color: #2E1813;
}
</style>
background-color css
<style>
a { background-color: #2E1813; }
a { background-color: rgb(46,24,19); }
div.DivClassName
{
background-color: #2E1813;
}
.BgClassName
{
background-color: #2E1813;
}
</style>
border-color css
<style>
span { border-color: #2E1813; }
span { border-color: rgb(46,24,19); }
td.TdClassName
{
border-color: #2E1813;
}
.TagClassName
{
border-color: #2E1813;
}
</style>