Shades of Seal Brown #2E0800
Tints of Seal Brown #2E0800
RGB
CMYK
RGB Variations
Color information
#2E0800 (or 0x2E0800) is known color: Seal Brown. HEX triplet: 2E, 08 and 00. RGB value is (46,8,0). Sum of RGB (Red+Green+Blue) = 46+8+0=54 (7% of max value = 765). Red value is 46 (18.36% from 255 or 85.19% from 54); Green value is 8 (3.52% from 255 or 14.81% from 54); Blue value is 0 (0.39% from 255 or 0% from 54); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0800 is #D1F7FF. Grayscale: #121212. Windows color (decimal): -13760512 or 2094. OLE color: 2094.
HSL color Cylindrical-coordinate representation of color #2E0800: hue angle of 10.43º 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 #2E0800 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 8 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.82 |
| HSL | 10.43º | 1% | 0.09% | - |
| HSV(B) | 10.43º | 1% | 0.18% | - |
| XYZ | 1.21 | 0.75 | 0.08 | - |
| YUV | 18.45 | 117.59 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 8 | 0 | 0 | 0.83 | 1 | 0.82 | 10.43 | 1 | 0.09 |
| Hex | 2E | 8 | 0 | 0 | 53 | 64 | 52 | A | 64 | 9 |
| Octal | 56 | 10 | 0 | 0 | 123 | 144 | 122 | 12 | 144 | 11 |
| Binary | 101110 | 1000 | 0 | 0 | 1010011 | 1100100 | 1010010 | 1010 | 1100100 | 1001 |
Color Harmonies of #2E0800
Complementary color
Monochromatic Colors of #2E0800
Black with #2E0800
Text Example
Text Example
White with #2E0800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0800; }
p { color: rgb(46,8,0); }
H1.HeaderClassName
{
color: #2E0800;
}
.AnyTagClassName
{
color: #2E0800;
}
</style>
background-color css
<style>
a { background-color: #2E0800; }
a { background-color: rgb(46,8,0); }
div.DivClassName
{
background-color: #2E0800;
}
.BgClassName
{
background-color: #2E0800;
}
</style>
border-color css
<style>
span { border-color: #2E0800; }
span { border-color: rgb(46,8,0); }
td.TdClassName
{
border-color: #2E0800;
}
.TagClassName
{
border-color: #2E0800;
}
</style>