Shades of Seal Brown #2E1510
Tints of Seal Brown #2E1510
RGB
CMYK
RGB Variations
Color information
#2E1510 (or 0x2E1510) is known color: Seal Brown. HEX triplet: 2E, 15 and 10. RGB value is (46,21,16). Sum of RGB (Red+Green+Blue) = 46+21+16=83 (10% of max value = 765). Red value is 46 (18.36% from 255 or 55.42% from 83); Green value is 21 (8.59% from 255 or 25.30% from 83); Blue value is 16 (6.64% from 255 or 19.28% from 83); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1510 is #D1EAEF. Grayscale: #1B1B1B. Windows color (decimal): -13757168 or 1053998. OLE color: 1053998.
HSL color Cylindrical-coordinate representation of color #2E1510: hue angle of 10º 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 #2E1510 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 21 | 16 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.82 |
| HSL | 10º | 0.48% | 0.12% | - |
| HSV(B) | 10º | 0.65% | 0.18% | - |
| XYZ | 1.49 | 1.15 | 0.63 | - |
| YUV | 27.91 | 121.28 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 21 | 16 | 0 | 0.54 | 0.65 | 0.82 | 10 | 0.48 | 0.12 |
| Hex | 2E | 15 | 10 | 0 | 36 | 41 | 52 | A | 30 | C |
| Octal | 56 | 25 | 20 | 0 | 66 | 101 | 122 | 12 | 60 | 14 |
| Binary | 101110 | 10101 | 10000 | 0 | 110110 | 1000001 | 1010010 | 1010 | 110000 | 1100 |
Color Harmonies of #2E1510
Complementary color
Monochromatic Colors of #2E1510
Black with #2E1510
Text Example
Text Example
White with #2E1510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1510; }
p { color: rgb(46,21,16); }
H1.HeaderClassName
{
color: #2E1510;
}
.AnyTagClassName
{
color: #2E1510;
}
</style>
background-color css
<style>
a { background-color: #2E1510; }
a { background-color: rgb(46,21,16); }
div.DivClassName
{
background-color: #2E1510;
}
.BgClassName
{
background-color: #2E1510;
}
</style>
border-color css
<style>
span { border-color: #2E1510; }
span { border-color: rgb(46,21,16); }
td.TdClassName
{
border-color: #2E1510;
}
.TagClassName
{
border-color: #2E1510;
}
</style>