Shades of Seal Brown #2E1000
Tints of Seal Brown #2E1000
RGB
CMYK
RGB Variations
Color information
#2E1000 (or 0x2E1000) is known color: Seal Brown. HEX triplet: 2E, 10 and 00. RGB value is (46,16,0). Sum of RGB (Red+Green+Blue) = 46+16+0=62 (8% of max value = 765). Red value is 46 (18.36% from 255 or 74.19% from 62); Green value is 16 (6.64% from 255 or 25.81% from 62); Blue value is 0 (0.39% from 255 or 0% from 62); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1000 is #D1EFFF. Grayscale: #171717. Windows color (decimal): -13758464 or 4142. OLE color: 4142.
HSL color Cylindrical-coordinate representation of color #2E1000: hue angle of 20.87º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E1000 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 16 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.82 |
| HSL | 20.87º | 1% | 0.09% | - |
| HSV(B) | 20.87º | 1% | 0.18% | - |
| XYZ | 1.31 | 0.95 | 0.11 | - |
| YUV | 23.15 | 114.94 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 16 | 0 | 0 | 0.65 | 1 | 0.82 | 20.87 | 1 | 0.09 |
| Hex | 2E | 10 | 0 | 0 | 41 | 64 | 52 | 15 | 64 | 9 |
| Octal | 56 | 20 | 0 | 0 | 101 | 144 | 122 | 25 | 144 | 11 |
| Binary | 101110 | 10000 | 0 | 0 | 1000001 | 1100100 | 1010010 | 10101 | 1100100 | 1001 |
Color Harmonies of #2E1000
Complementary color
Monochromatic Colors of #2E1000
Black with #2E1000
Text Example
Text Example
White with #2E1000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1000; }
p { color: rgb(46,16,0); }
H1.HeaderClassName
{
color: #2E1000;
}
.AnyTagClassName
{
color: #2E1000;
}
</style>
background-color css
<style>
a { background-color: #2E1000; }
a { background-color: rgb(46,16,0); }
div.DivClassName
{
background-color: #2E1000;
}
.BgClassName
{
background-color: #2E1000;
}
</style>
border-color css
<style>
span { border-color: #2E1000; }
span { border-color: rgb(46,16,0); }
td.TdClassName
{
border-color: #2E1000;
}
.TagClassName
{
border-color: #2E1000;
}
</style>