Shades of Seal Brown #2E140D
Tints of Seal Brown #2E140D
RGB
CMYK
RGB Variations
Color information
#2E140D (or 0x2E140D) is known color: Seal Brown. HEX triplet: 2E, 14 and 0D. RGB value is (46,20,13). Sum of RGB (Red+Green+Blue) = 46+20+13=79 (10% of max value = 765). Red value is 46 (18.36% from 255 or 58.23% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 13 (5.47% from 255 or 16.46% from 79); Max value from RGB is 46 - color contains mainly: red. Hex color #2E140D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E140D is #D1EBF2. Grayscale: #1B1B1B. Windows color (decimal): -13757427 or 857134. OLE color: 857134.
HSL color Cylindrical-coordinate representation of color #2E140D: hue angle of 12.73º 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 #2E140D is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 20 | 13 | - |
| CMYK | 0 | 0.57 | 0.72 | 0.82 |
| HSL | 12.73º | 0.56% | 0.12% | - |
| HSV(B) | 12.73º | 0.72% | 0.18% | - |
| XYZ | 1.45 | 1.11 | 0.52 | - |
| YUV | 26.98 | 120.11 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 20 | 13 | 0 | 0.57 | 0.72 | 0.82 | 12.73 | 0.56 | 0.12 |
| Hex | 2E | 14 | D | 0 | 39 | 48 | 52 | D | 38 | C |
| Octal | 56 | 24 | 15 | 0 | 71 | 110 | 122 | 15 | 70 | 14 |
| Binary | 101110 | 10100 | 1101 | 0 | 111001 | 1001000 | 1010010 | 1101 | 111000 | 1100 |
Color Harmonies of #2E140D
Complementary color
Monochromatic Colors of #2E140D
Black with #2E140D
Text Example
Text Example
White with #2E140D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E140D; }
p { color: rgb(46,20,13); }
H1.HeaderClassName
{
color: #2E140D;
}
.AnyTagClassName
{
color: #2E140D;
}
</style>
background-color css
<style>
a { background-color: #2E140D; }
a { background-color: rgb(46,20,13); }
div.DivClassName
{
background-color: #2E140D;
}
.BgClassName
{
background-color: #2E140D;
}
</style>
border-color css
<style>
span { border-color: #2E140D; }
span { border-color: rgb(46,20,13); }
td.TdClassName
{
border-color: #2E140D;
}
.TagClassName
{
border-color: #2E140D;
}
</style>