Shades of Seal Brown #2E150D
Tints of Seal Brown #2E150D
RGB
CMYK
RGB Variations
Color information
#2E150D (or 0x2E150D) is known color: Seal Brown. HEX triplet: 2E, 15 and 0D. RGB value is (46,21,13). Sum of RGB (Red+Green+Blue) = 46+21+13=80 (10% of max value = 765). Red value is 46 (18.36% from 255 or 57.5% from 80); Green value is 21 (8.59% from 255 or 26.25% from 80); Blue value is 13 (5.47% from 255 or 16.25% from 80); Max value from RGB is 46 - color contains mainly: red. Hex color #2E150D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E150D is #D1EAF2. Grayscale: #1B1B1B. Windows color (decimal): -13757171 or 857390. OLE color: 857390.
HSL color Cylindrical-coordinate representation of color #2E150D: hue angle of 14.55º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E150D is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 21 | 13 | - |
| CMYK | 0 | 0.54 | 0.72 | 0.82 |
| HSL | 14.55º | 0.56% | 0.12% | - |
| HSV(B) | 14.55º | 0.72% | 0.18% | - |
| XYZ | 1.47 | 1.15 | 0.52 | - |
| YUV | 27.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 21 | 13 | 0 | 0.54 | 0.72 | 0.82 | 14.55 | 0.56 | 0.12 |
| Hex | 2E | 15 | D | 0 | 36 | 48 | 52 | F | 38 | C |
| Octal | 56 | 25 | 15 | 0 | 66 | 110 | 122 | 17 | 70 | 14 |
| Binary | 101110 | 10101 | 1101 | 0 | 110110 | 1001000 | 1010010 | 1111 | 111000 | 1100 |
Color Harmonies of #2E150D
Complementary color
Monochromatic Colors of #2E150D
Black with #2E150D
Text Example
Text Example
White with #2E150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E150D; }
p { color: rgb(46,21,13); }
H1.HeaderClassName
{
color: #2E150D;
}
.AnyTagClassName
{
color: #2E150D;
}
</style>
background-color css
<style>
a { background-color: #2E150D; }
a { background-color: rgb(46,21,13); }
div.DivClassName
{
background-color: #2E150D;
}
.BgClassName
{
background-color: #2E150D;
}
</style>
border-color css
<style>
span { border-color: #2E150D; }
span { border-color: rgb(46,21,13); }
td.TdClassName
{
border-color: #2E150D;
}
.TagClassName
{
border-color: #2E150D;
}
</style>