Shades of Seal Brown #2E1613
Tints of Seal Brown #2E1613
RGB
CMYK
RGB Variations
Color information
#2E1613 (or 0x2E1613) is known color: Seal Brown. HEX triplet: 2E, 16 and 13. RGB value is (46,22,19). Sum of RGB (Red+Green+Blue) = 46+22+19=87 (11% of max value = 765). Red value is 46 (18.36% from 255 or 52.87% from 87); Green value is 22 (8.98% from 255 or 25.29% from 87); Blue value is 19 (7.81% from 255 or 21.84% from 87); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1613 is #D1E9EC. Grayscale: #1C1C1C. Windows color (decimal): -13756909 or 1250862. OLE color: 1250862.
HSL color Cylindrical-coordinate representation of color #2E1613: hue angle of 6.67º 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 #2E1613 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 22 | 19 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.82 |
| HSL | 6.67º | 0.42% | 0.13% | - |
| HSV(B) | 6.67º | 0.59% | 0.18% | - |
| XYZ | 1.53 | 1.2 | 0.77 | - |
| YUV | 28.83 | 122.45 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 22 | 19 | 0 | 0.52 | 0.59 | 0.82 | 6.67 | 0.42 | 0.13 |
| Hex | 2E | 16 | 13 | 0 | 34 | 3B | 52 | 7 | 2A | D |
| Octal | 56 | 26 | 23 | 0 | 64 | 73 | 122 | 7 | 52 | 15 |
| Binary | 101110 | 10110 | 10011 | 0 | 110100 | 111011 | 1010010 | 111 | 101010 | 1101 |
Color Harmonies of #2E1613
Complementary color
Monochromatic Colors of #2E1613
Black with #2E1613
Text Example
Text Example
White with #2E1613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1613; }
p { color: rgb(46,22,19); }
H1.HeaderClassName
{
color: #2E1613;
}
.AnyTagClassName
{
color: #2E1613;
}
</style>
background-color css
<style>
a { background-color: #2E1613; }
a { background-color: rgb(46,22,19); }
div.DivClassName
{
background-color: #2E1613;
}
.BgClassName
{
background-color: #2E1613;
}
</style>
border-color css
<style>
span { border-color: #2E1613; }
span { border-color: rgb(46,22,19); }
td.TdClassName
{
border-color: #2E1613;
}
.TagClassName
{
border-color: #2E1613;
}
</style>