Shades of Seal Brown #2E1003
Tints of Seal Brown #2E1003
RGB
CMYK
RGB Variations
Color information
#2E1003 (or 0x2E1003) is known color: Seal Brown. HEX triplet: 2E, 10 and 03. RGB value is (46,16,3). Sum of RGB (Red+Green+Blue) = 46+16+3=65 (8% of max value = 765). Red value is 46 (18.36% from 255 or 70.77% from 65); Green value is 16 (6.64% from 255 or 24.62% from 65); Blue value is 3 (1.56% from 255 or 4.62% from 65); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1003 is #D1EFFC. Grayscale: #171717. Windows color (decimal): -13758461 or 200750. OLE color: 200750.
HSL color Cylindrical-coordinate representation of color #2E1003: hue angle of 18.14º 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 #2E1003 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 16 | 3 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.82 |
| HSL | 18.14º | 0.88% | 0.1% | - |
| HSV(B) | 18.14º | 0.93% | 0.18% | - |
| XYZ | 1.33 | 0.96 | 0.2 | - |
| YUV | 23.49 | 116.44 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 16 | 3 | 0 | 0.65 | 0.93 | 0.82 | 18.14 | 0.88 | 0.1 |
| Hex | 2E | 10 | 3 | 0 | 41 | 5D | 52 | 12 | 58 | A |
| Octal | 56 | 20 | 3 | 0 | 101 | 135 | 122 | 22 | 130 | 12 |
| Binary | 101110 | 10000 | 11 | 0 | 1000001 | 1011101 | 1010010 | 10010 | 1011000 | 1010 |
Color Harmonies of #2E1003
Complementary color
Monochromatic Colors of #2E1003
Black with #2E1003
Text Example
Text Example
White with #2E1003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1003; }
p { color: rgb(46,16,3); }
H1.HeaderClassName
{
color: #2E1003;
}
.AnyTagClassName
{
color: #2E1003;
}
</style>
background-color css
<style>
a { background-color: #2E1003; }
a { background-color: rgb(46,16,3); }
div.DivClassName
{
background-color: #2E1003;
}
.BgClassName
{
background-color: #2E1003;
}
</style>
border-color css
<style>
span { border-color: #2E1003; }
span { border-color: rgb(46,16,3); }
td.TdClassName
{
border-color: #2E1003;
}
.TagClassName
{
border-color: #2E1003;
}
</style>