Shades of Seal Brown #2E100C
Tints of Seal Brown #2E100C
RGB
CMYK
RGB Variations
Color information
#2E100C (or 0x2E100C) is known color: Seal Brown. HEX triplet: 2E, 10 and 0C. RGB value is (46,16,12). Sum of RGB (Red+Green+Blue) = 46+16+12=74 (9% of max value = 765). Red value is 46 (18.36% from 255 or 62.16% from 74); Green value is 16 (6.64% from 255 or 21.62% from 74); Blue value is 12 (5.08% from 255 or 16.22% from 74); Max value from RGB is 46 - color contains mainly: red. Hex color #2E100C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E100C is #D1EFF3. Grayscale: #181818. Windows color (decimal): -13758452 or 790574. OLE color: 790574.
HSL color Cylindrical-coordinate representation of color #2E100C: hue angle of 7.06º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E100C is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 16 | 12 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.82 |
| HSL | 7.06º | 0.59% | 0.11% | - |
| HSV(B) | 7.06º | 0.74% | 0.18% | - |
| XYZ | 1.38 | 0.98 | 0.46 | - |
| YUV | 24.51 | 120.94 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 16 | 12 | 0 | 0.65 | 0.74 | 0.82 | 7.06 | 0.59 | 0.11 |
| Hex | 2E | 10 | C | 0 | 41 | 4A | 52 | 7 | 3B | B |
| Octal | 56 | 20 | 14 | 0 | 101 | 112 | 122 | 7 | 73 | 13 |
| Binary | 101110 | 10000 | 1100 | 0 | 1000001 | 1001010 | 1010010 | 111 | 111011 | 1011 |
Color Harmonies of #2E100C
Complementary color
Monochromatic Colors of #2E100C
Black with #2E100C
Text Example
Text Example
White with #2E100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E100C; }
p { color: rgb(46,16,12); }
H1.HeaderClassName
{
color: #2E100C;
}
.AnyTagClassName
{
color: #2E100C;
}
</style>
background-color css
<style>
a { background-color: #2E100C; }
a { background-color: rgb(46,16,12); }
div.DivClassName
{
background-color: #2E100C;
}
.BgClassName
{
background-color: #2E100C;
}
</style>
border-color css
<style>
span { border-color: #2E100C; }
span { border-color: rgb(46,16,12); }
td.TdClassName
{
border-color: #2E100C;
}
.TagClassName
{
border-color: #2E100C;
}
</style>