Shades of Seal Brown #2E1512
Tints of Seal Brown #2E1512
RGB
CMYK
RGB Variations
Color information
#2E1512 (or 0x2E1512) is known color: Seal Brown. HEX triplet: 2E, 15 and 12. RGB value is (46,21,18). Sum of RGB (Red+Green+Blue) = 46+21+18=85 (11% of max value = 765). Red value is 46 (18.36% from 255 or 54.12% from 85); Green value is 21 (8.59% from 255 or 24.71% from 85); Blue value is 18 (7.42% from 255 or 21.18% from 85); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1512 is #D1EAED. Grayscale: #1C1C1C. Windows color (decimal): -13757166 or 1185070. OLE color: 1185070.
HSL color Cylindrical-coordinate representation of color #2E1512: hue angle of 6.43º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E1512 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 21 | 18 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.82 |
| HSL | 6.43º | 0.44% | 0.13% | - |
| HSV(B) | 6.43º | 0.61% | 0.18% | - |
| XYZ | 1.5 | 1.16 | 0.72 | - |
| YUV | 28.13 | 122.28 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 21 | 18 | 0 | 0.54 | 0.61 | 0.82 | 6.43 | 0.44 | 0.13 |
| Hex | 2E | 15 | 12 | 0 | 36 | 3D | 52 | 6 | 2C | D |
| Octal | 56 | 25 | 22 | 0 | 66 | 75 | 122 | 6 | 54 | 15 |
| Binary | 101110 | 10101 | 10010 | 0 | 110110 | 111101 | 1010010 | 110 | 101100 | 1101 |
Color Harmonies of #2E1512
Complementary color
Monochromatic Colors of #2E1512
Black with #2E1512
Text Example
Text Example
White with #2E1512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1512; }
p { color: rgb(46,21,18); }
H1.HeaderClassName
{
color: #2E1512;
}
.AnyTagClassName
{
color: #2E1512;
}
</style>
background-color css
<style>
a { background-color: #2E1512; }
a { background-color: rgb(46,21,18); }
div.DivClassName
{
background-color: #2E1512;
}
.BgClassName
{
background-color: #2E1512;
}
</style>
border-color css
<style>
span { border-color: #2E1512; }
span { border-color: rgb(46,21,18); }
td.TdClassName
{
border-color: #2E1512;
}
.TagClassName
{
border-color: #2E1512;
}
</style>