Shades of Seal Brown #2E0802
Tints of Seal Brown #2E0802
RGB
CMYK
RGB Variations
Color information
#2E0802 (or 0x2E0802) is known color: Seal Brown. HEX triplet: 2E, 08 and 02. RGB value is (46,8,2). Sum of RGB (Red+Green+Blue) = 46+8+2=56 (7% of max value = 765). Red value is 46 (18.36% from 255 or 82.14% from 56); Green value is 8 (3.52% from 255 or 14.29% from 56); Blue value is 2 (1.17% from 255 or 3.57% from 56); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0802 is #D1F7FD. Grayscale: #121212. Windows color (decimal): -13760510 or 133166. OLE color: 133166.
HSL color Cylindrical-coordinate representation of color #2E0802: hue angle of 8.18º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E0802 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 8 | 2 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.82 |
| HSL | 8.18º | 0.92% | 0.09% | - |
| HSV(B) | 8.18º | 0.96% | 0.18% | - |
| XYZ | 1.22 | 0.76 | 0.14 | - |
| YUV | 18.68 | 118.59 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 8 | 2 | 0 | 0.83 | 0.96 | 0.82 | 8.18 | 0.92 | 0.09 |
| Hex | 2E | 8 | 2 | 0 | 53 | 60 | 52 | 8 | 5C | 9 |
| Octal | 56 | 10 | 2 | 0 | 123 | 140 | 122 | 10 | 134 | 11 |
| Binary | 101110 | 1000 | 10 | 0 | 1010011 | 1100000 | 1010010 | 1000 | 1011100 | 1001 |
Color Harmonies of #2E0802
Complementary color
Monochromatic Colors of #2E0802
Black with #2E0802
Text Example
Text Example
White with #2E0802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0802; }
p { color: rgb(46,8,2); }
H1.HeaderClassName
{
color: #2E0802;
}
.AnyTagClassName
{
color: #2E0802;
}
</style>
background-color css
<style>
a { background-color: #2E0802; }
a { background-color: rgb(46,8,2); }
div.DivClassName
{
background-color: #2E0802;
}
.BgClassName
{
background-color: #2E0802;
}
</style>
border-color css
<style>
span { border-color: #2E0802; }
span { border-color: rgb(46,8,2); }
td.TdClassName
{
border-color: #2E0802;
}
.TagClassName
{
border-color: #2E0802;
}
</style>