Shades of Seal Brown #2E0700
Tints of Seal Brown #2E0700
RGB
CMYK
RGB Variations
Color information
#2E0700 (or 0x2E0700) is known color: Seal Brown. HEX triplet: 2E, 07 and 00. RGB value is (46,7,0). Sum of RGB (Red+Green+Blue) = 46+7+0=53 (7% of max value = 765). Red value is 46 (18.36% from 255 or 86.79% from 53); Green value is 7 (3.12% from 255 or 13.21% from 53); Blue value is 0 (0.39% from 255 or 0% from 53); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0700 is #D1F8FF. Grayscale: #111111. Windows color (decimal): -13760768 or 1838. OLE color: 1838.
HSL color Cylindrical-coordinate representation of color #2E0700: hue angle of 9.13º 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 #2E0700 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 7 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0.82 |
| HSL | 9.13º | 1% | 0.09% | - |
| HSV(B) | 9.13º | 1% | 0.18% | - |
| XYZ | 1.2 | 0.73 | 0.08 | - |
| YUV | 17.86 | 117.92 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 7 | 0 | 0 | 0.85 | 1 | 0.82 | 9.13 | 1 | 0.09 |
| Hex | 2E | 7 | 0 | 0 | 55 | 64 | 52 | 9 | 64 | 9 |
| Octal | 56 | 7 | 0 | 0 | 125 | 144 | 122 | 11 | 144 | 11 |
| Binary | 101110 | 111 | 0 | 0 | 1010101 | 1100100 | 1010010 | 1001 | 1100100 | 1001 |
Color Harmonies of #2E0700
Complementary color
Monochromatic Colors of #2E0700
Black with #2E0700
Text Example
Text Example
White with #2E0700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0700; }
p { color: rgb(46,7,0); }
H1.HeaderClassName
{
color: #2E0700;
}
.AnyTagClassName
{
color: #2E0700;
}
</style>
background-color css
<style>
a { background-color: #2E0700; }
a { background-color: rgb(46,7,0); }
div.DivClassName
{
background-color: #2E0700;
}
.BgClassName
{
background-color: #2E0700;
}
</style>
border-color css
<style>
span { border-color: #2E0700; }
span { border-color: rgb(46,7,0); }
td.TdClassName
{
border-color: #2E0700;
}
.TagClassName
{
border-color: #2E0700;
}
</style>