Shades of Seal Brown #2E130D
Tints of Seal Brown #2E130D
RGB
CMYK
RGB Variations
Color information
#2E130D (or 0x2E130D) is known color: Seal Brown. HEX triplet: 2E, 13 and 0D. RGB value is (46,19,13). Sum of RGB (Red+Green+Blue) = 46+19+13=78 (10% of max value = 765). Red value is 46 (18.36% from 255 or 58.97% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 13 (5.47% from 255 or 16.67% from 78); Max value from RGB is 46 - color contains mainly: red. Hex color #2E130D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E130D is #D1ECF2. Grayscale: #1A1A1A. Windows color (decimal): -13757683 or 856878. OLE color: 856878.
HSL color Cylindrical-coordinate representation of color #2E130D: hue angle of 10.91º 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 #2E130D is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 19 | 13 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.82 |
| HSL | 10.91º | 0.56% | 0.12% | - |
| HSV(B) | 10.91º | 0.72% | 0.18% | - |
| XYZ | 1.43 | 1.08 | 0.51 | - |
| YUV | 26.39 | 120.45 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 19 | 13 | 0 | 0.59 | 0.72 | 0.82 | 10.91 | 0.56 | 0.12 |
| Hex | 2E | 13 | D | 0 | 3B | 48 | 52 | B | 38 | C |
| Octal | 56 | 23 | 15 | 0 | 73 | 110 | 122 | 13 | 70 | 14 |
| Binary | 101110 | 10011 | 1101 | 0 | 111011 | 1001000 | 1010010 | 1011 | 111000 | 1100 |
Color Harmonies of #2E130D
Complementary color
Monochromatic Colors of #2E130D
Black with #2E130D
Text Example
Text Example
White with #2E130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E130D; }
p { color: rgb(46,19,13); }
H1.HeaderClassName
{
color: #2E130D;
}
.AnyTagClassName
{
color: #2E130D;
}
</style>
background-color css
<style>
a { background-color: #2E130D; }
a { background-color: rgb(46,19,13); }
div.DivClassName
{
background-color: #2E130D;
}
.BgClassName
{
background-color: #2E130D;
}
</style>
border-color css
<style>
span { border-color: #2E130D; }
span { border-color: rgb(46,19,13); }
td.TdClassName
{
border-color: #2E130D;
}
.TagClassName
{
border-color: #2E130D;
}
</style>