Shades of Seal Brown #2E1713
Tints of Seal Brown #2E1713
RGB
CMYK
RGB Variations
Color information
#2E1713 (or 0x2E1713) is known color: Seal Brown. HEX triplet: 2E, 17 and 13. RGB value is (46,23,19). Sum of RGB (Red+Green+Blue) = 46+23+19=88 (11% of max value = 765). Red value is 46 (18.36% from 255 or 52.27% from 88); Green value is 23 (9.38% from 255 or 26.14% from 88); Blue value is 19 (7.81% from 255 or 21.59% from 88); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1713 is #D1E8EC. Grayscale: #1D1D1D. Windows color (decimal): -13756653 or 1251118. OLE color: 1251118.
HSL color Cylindrical-coordinate representation of color #2E1713: hue angle of 8.89º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E1713 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 23 | 19 | - |
| CMYK | 0 | 0.50 | 0.59 | 0.82 |
| HSL | 8.89º | 0.42% | 0.13% | - |
| HSV(B) | 8.89º | 0.59% | 0.18% | - |
| XYZ | 1.55 | 1.24 | 0.77 | - |
| YUV | 29.42 | 122.12 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 23 | 19 | 0 | 0.50 | 0.59 | 0.82 | 8.89 | 0.42 | 0.13 |
| Hex | 2E | 17 | 13 | 0 | 32 | 3B | 52 | 9 | 2A | D |
| Octal | 56 | 27 | 23 | 0 | 62 | 73 | 122 | 11 | 52 | 15 |
| Binary | 101110 | 10111 | 10011 | 0 | 110010 | 111011 | 1010010 | 1001 | 101010 | 1101 |
Color Harmonies of #2E1713
Complementary color
Monochromatic Colors of #2E1713
Black with #2E1713
Text Example
Text Example
White with #2E1713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1713; }
p { color: rgb(46,23,19); }
H1.HeaderClassName
{
color: #2E1713;
}
.AnyTagClassName
{
color: #2E1713;
}
</style>
background-color css
<style>
a { background-color: #2E1713; }
a { background-color: rgb(46,23,19); }
div.DivClassName
{
background-color: #2E1713;
}
.BgClassName
{
background-color: #2E1713;
}
</style>
border-color css
<style>
span { border-color: #2E1713; }
span { border-color: rgb(46,23,19); }
td.TdClassName
{
border-color: #2E1713;
}
.TagClassName
{
border-color: #2E1713;
}
</style>