Shades of Seal Brown #2E1310
Tints of Seal Brown #2E1310
RGB
CMYK
RGB Variations
Color information
#2E1310 (or 0x2E1310) is known color: Seal Brown. HEX triplet: 2E, 13 and 10. RGB value is (46,19,16). Sum of RGB (Red+Green+Blue) = 46+19+16=81 (10% of max value = 765). Red value is 46 (18.36% from 255 or 56.79% from 81); Green value is 19 (7.81% from 255 or 23.46% from 81); Blue value is 16 (6.64% from 255 or 19.75% from 81); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1310 is #D1ECEF. Grayscale: #1A1A1A. Windows color (decimal): -13757680 or 1053486. OLE color: 1053486.
HSL color Cylindrical-coordinate representation of color #2E1310: hue angle of 6º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E1310 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 19 | 16 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.82 |
| HSL | 6º | 0.48% | 0.12% | - |
| HSV(B) | 6º | 0.65% | 0.18% | - |
| XYZ | 1.45 | 1.08 | 0.62 | - |
| YUV | 26.73 | 121.95 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 19 | 16 | 0 | 0.59 | 0.65 | 0.82 | 6 | 0.48 | 0.12 |
| Hex | 2E | 13 | 10 | 0 | 3B | 41 | 52 | 6 | 30 | C |
| Octal | 56 | 23 | 20 | 0 | 73 | 101 | 122 | 6 | 60 | 14 |
| Binary | 101110 | 10011 | 10000 | 0 | 111011 | 1000001 | 1010010 | 110 | 110000 | 1100 |
Color Harmonies of #2E1310
Complementary color
Monochromatic Colors of #2E1310
Black with #2E1310
Text Example
Text Example
White with #2E1310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1310; }
p { color: rgb(46,19,16); }
H1.HeaderClassName
{
color: #2E1310;
}
.AnyTagClassName
{
color: #2E1310;
}
</style>
background-color css
<style>
a { background-color: #2E1310; }
a { background-color: rgb(46,19,16); }
div.DivClassName
{
background-color: #2E1310;
}
.BgClassName
{
background-color: #2E1310;
}
</style>
border-color css
<style>
span { border-color: #2E1310; }
span { border-color: rgb(46,19,16); }
td.TdClassName
{
border-color: #2E1310;
}
.TagClassName
{
border-color: #2E1310;
}
</style>