Shades of Seal Brown #2E0803
Tints of Seal Brown #2E0803
RGB
CMYK
RGB Variations
Color information
#2E0803 (or 0x2E0803) is known color: Seal Brown. HEX triplet: 2E, 08 and 03. RGB value is (46,8,3). Sum of RGB (Red+Green+Blue) = 46+8+3=57 (7% of max value = 765). Red value is 46 (18.36% from 255 or 80.70% from 57); Green value is 8 (3.52% from 255 or 14.04% from 57); Blue value is 3 (1.56% from 255 or 5.26% from 57); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0803 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0803 is #D1F7FC. Grayscale: #121212. Windows color (decimal): -13760509 or 198702. OLE color: 198702.
HSL color Cylindrical-coordinate representation of color #2E0803: hue angle of 6.98º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2E0803 is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 8 | 3 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.82 |
| HSL | 6.98º | 0.88% | 0.1% | - |
| HSV(B) | 6.98º | 0.93% | 0.18% | - |
| XYZ | 1.23 | 0.76 | 0.17 | - |
| YUV | 18.79 | 119.09 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 8 | 3 | 0 | 0.83 | 0.93 | 0.82 | 6.98 | 0.88 | 0.1 |
| Hex | 2E | 8 | 3 | 0 | 53 | 5D | 52 | 7 | 58 | A |
| Octal | 56 | 10 | 3 | 0 | 123 | 135 | 122 | 7 | 130 | 12 |
| Binary | 101110 | 1000 | 11 | 0 | 1010011 | 1011101 | 1010010 | 111 | 1011000 | 1010 |
Color Harmonies of #2E0803
Complementary color
Monochromatic Colors of #2E0803
Black with #2E0803
Text Example
Text Example
White with #2E0803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0803; }
p { color: rgb(46,8,3); }
H1.HeaderClassName
{
color: #2E0803;
}
.AnyTagClassName
{
color: #2E0803;
}
</style>
background-color css
<style>
a { background-color: #2E0803; }
a { background-color: rgb(46,8,3); }
div.DivClassName
{
background-color: #2E0803;
}
.BgClassName
{
background-color: #2E0803;
}
</style>
border-color css
<style>
span { border-color: #2E0803; }
span { border-color: rgb(46,8,3); }
td.TdClassName
{
border-color: #2E0803;
}
.TagClassName
{
border-color: #2E0803;
}
</style>