Shades of Seal Brown #2E150C
Tints of Seal Brown #2E150C
RGB
CMYK
RGB Variations
Color information
#2E150C (or 0x2E150C) is known color: Seal Brown. HEX triplet: 2E, 15 and 0C. RGB value is (46,21,12). Sum of RGB (Red+Green+Blue) = 46+21+12=79 (10% of max value = 765). Red value is 46 (18.36% from 255 or 58.23% from 79); Green value is 21 (8.59% from 255 or 26.58% from 79); Blue value is 12 (5.08% from 255 or 15.19% from 79); Max value from RGB is 46 - color contains mainly: red. Hex color #2E150C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E150C is #D1EAF3. Grayscale: #1B1B1B. Windows color (decimal): -13757172 or 791854. OLE color: 791854.
HSL color Cylindrical-coordinate representation of color #2E150C: hue angle of 15.88º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E150C is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 21 | 12 | - |
| CMYK | 0 | 0.54 | 0.74 | 0.82 |
| HSL | 15.88º | 0.59% | 0.11% | - |
| HSV(B) | 15.88º | 0.74% | 0.18% | - |
| XYZ | 1.46 | 1.14 | 0.49 | - |
| YUV | 27.45 | 119.28 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 21 | 12 | 0 | 0.54 | 0.74 | 0.82 | 15.88 | 0.59 | 0.11 |
| Hex | 2E | 15 | C | 0 | 36 | 4A | 52 | 10 | 3B | B |
| Octal | 56 | 25 | 14 | 0 | 66 | 112 | 122 | 20 | 73 | 13 |
| Binary | 101110 | 10101 | 1100 | 0 | 110110 | 1001010 | 1010010 | 10000 | 111011 | 1011 |
Color Harmonies of #2E150C
Complementary color
Monochromatic Colors of #2E150C
Black with #2E150C
Text Example
Text Example
White with #2E150C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E150C; }
p { color: rgb(46,21,12); }
H1.HeaderClassName
{
color: #2E150C;
}
.AnyTagClassName
{
color: #2E150C;
}
</style>
background-color css
<style>
a { background-color: #2E150C; }
a { background-color: rgb(46,21,12); }
div.DivClassName
{
background-color: #2E150C;
}
.BgClassName
{
background-color: #2E150C;
}
</style>
border-color css
<style>
span { border-color: #2E150C; }
span { border-color: rgb(46,21,12); }
td.TdClassName
{
border-color: #2E150C;
}
.TagClassName
{
border-color: #2E150C;
}
</style>