Shades of Seal Brown #2E120B
Tints of Seal Brown #2E120B
RGB
CMYK
RGB Variations
Color information
#2E120B (or 0x2E120B) is known color: Seal Brown. HEX triplet: 2E, 12 and 0B. RGB value is (46,18,11). Sum of RGB (Red+Green+Blue) = 46+18+11=75 (9% of max value = 765). Red value is 46 (18.36% from 255 or 61.33% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 11 (4.69% from 255 or 14.67% from 75); Max value from RGB is 46 - color contains mainly: red. Hex color #2E120B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E120B is #D1EDF4. Grayscale: #191919. Windows color (decimal): -13757941 or 725550. OLE color: 725550.
HSL color Cylindrical-coordinate representation of color #2E120B: hue angle of 12º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E120B is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 18 | 11 | - |
| CMYK | 0 | 0.61 | 0.76 | 0.82 |
| HSL | 12º | 0.61% | 0.11% | - |
| HSV(B) | 12º | 0.76% | 0.18% | - |
| XYZ | 1.4 | 1.04 | 0.44 | - |
| YUV | 25.57 | 119.78 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 18 | 11 | 0 | 0.61 | 0.76 | 0.82 | 12 | 0.61 | 0.11 |
| Hex | 2E | 12 | B | 0 | 3D | 4C | 52 | C | 3D | B |
| Octal | 56 | 22 | 13 | 0 | 75 | 114 | 122 | 14 | 75 | 13 |
| Binary | 101110 | 10010 | 1011 | 0 | 111101 | 1001100 | 1010010 | 1100 | 111101 | 1011 |
Color Harmonies of #2E120B
Complementary color
Monochromatic Colors of #2E120B
Black with #2E120B
Text Example
Text Example
White with #2E120B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E120B; }
p { color: rgb(46,18,11); }
H1.HeaderClassName
{
color: #2E120B;
}
.AnyTagClassName
{
color: #2E120B;
}
</style>
background-color css
<style>
a { background-color: #2E120B; }
a { background-color: rgb(46,18,11); }
div.DivClassName
{
background-color: #2E120B;
}
.BgClassName
{
background-color: #2E120B;
}
</style>
border-color css
<style>
span { border-color: #2E120B; }
span { border-color: rgb(46,18,11); }
td.TdClassName
{
border-color: #2E120B;
}
.TagClassName
{
border-color: #2E120B;
}
</style>