Shades of Seal Brown #2E0400
Tints of Seal Brown #2E0400
RGB
CMYK
RGB Variations
Color information
#2E0400 (or 0x2E0400) is known color: Seal Brown. HEX triplet: 2E, 04 and 00. RGB value is (46,4,0). Sum of RGB (Red+Green+Blue) = 46+4+0=50 (6% of max value = 765). Red value is 46 (18.36% from 255 or 92% from 50); Green value is 4 (1.95% from 255 or 8% from 50); Blue value is 0 (0.39% from 255 or 0% from 50); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0400 is #D1FBFF. Grayscale: #101010. Windows color (decimal): -13761536 or 1070. OLE color: 1070.
HSL color Cylindrical-coordinate representation of color #2E0400: hue angle of 5.22º 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 #2E0400 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 4 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.82 |
| HSL | 5.22º | 1% | 0.09% | - |
| HSV(B) | 5.22º | 1% | 0.18% | - |
| XYZ | 1.17 | 0.67 | 0.07 | - |
| YUV | 16.1 | 118.91 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 4 | 0 | 0 | 0.91 | 1 | 0.82 | 5.22 | 1 | 0.09 |
| Hex | 2E | 4 | 0 | 0 | 5B | 64 | 52 | 5 | 64 | 9 |
| Octal | 56 | 4 | 0 | 0 | 133 | 144 | 122 | 5 | 144 | 11 |
| Binary | 101110 | 100 | 0 | 0 | 1011011 | 1100100 | 1010010 | 101 | 1100100 | 1001 |
Color Harmonies of #2E0400
Complementary color
Monochromatic Colors of #2E0400
Black with #2E0400
Text Example
Text Example
White with #2E0400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0400; }
p { color: rgb(46,4,0); }
H1.HeaderClassName
{
color: #2E0400;
}
.AnyTagClassName
{
color: #2E0400;
}
</style>
background-color css
<style>
a { background-color: #2E0400; }
a { background-color: rgb(46,4,0); }
div.DivClassName
{
background-color: #2E0400;
}
.BgClassName
{
background-color: #2E0400;
}
</style>
border-color css
<style>
span { border-color: #2E0400; }
span { border-color: rgb(46,4,0); }
td.TdClassName
{
border-color: #2E0400;
}
.TagClassName
{
border-color: #2E0400;
}
</style>