Shades of Seal Brown #2E100B
Tints of Seal Brown #2E100B
RGB
CMYK
RGB Variations
Color information
#2E100B (or 0x2E100B) is known color: Seal Brown. HEX triplet: 2E, 10 and 0B. RGB value is (46,16,11). Sum of RGB (Red+Green+Blue) = 46+16+11=73 (9% of max value = 765). Red value is 46 (18.36% from 255 or 63.01% from 73); Green value is 16 (6.64% from 255 or 21.92% from 73); Blue value is 11 (4.69% from 255 or 15.07% from 73); Max value from RGB is 46 - color contains mainly: red. Hex color #2E100B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E100B is #D1EFF4. Grayscale: #181818. Windows color (decimal): -13758453 or 725038. OLE color: 725038.
HSL color Cylindrical-coordinate representation of color #2E100B: hue angle of 8.57º 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 #2E100B is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 16 | 11 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.82 |
| HSL | 8.57º | 0.61% | 0.11% | - |
| HSV(B) | 8.57º | 0.76% | 0.18% | - |
| XYZ | 1.37 | 0.98 | 0.43 | - |
| YUV | 24.4 | 120.44 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 16 | 11 | 0 | 0.65 | 0.76 | 0.82 | 8.57 | 0.61 | 0.11 |
| Hex | 2E | 10 | B | 0 | 41 | 4C | 52 | 9 | 3D | B |
| Octal | 56 | 20 | 13 | 0 | 101 | 114 | 122 | 11 | 75 | 13 |
| Binary | 101110 | 10000 | 1011 | 0 | 1000001 | 1001100 | 1010010 | 1001 | 111101 | 1011 |
Color Harmonies of #2E100B
Complementary color
Monochromatic Colors of #2E100B
Black with #2E100B
Text Example
Text Example
White with #2E100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E100B; }
p { color: rgb(46,16,11); }
H1.HeaderClassName
{
color: #2E100B;
}
.AnyTagClassName
{
color: #2E100B;
}
</style>
background-color css
<style>
a { background-color: #2E100B; }
a { background-color: rgb(46,16,11); }
div.DivClassName
{
background-color: #2E100B;
}
.BgClassName
{
background-color: #2E100B;
}
</style>
border-color css
<style>
span { border-color: #2E100B; }
span { border-color: rgb(46,16,11); }
td.TdClassName
{
border-color: #2E100B;
}
.TagClassName
{
border-color: #2E100B;
}
</style>