Shades of Seal Brown #2E100D
Tints of Seal Brown #2E100D
RGB
CMYK
RGB Variations
Color information
#2E100D (or 0x2E100D) is known color: Seal Brown. HEX triplet: 2E, 10 and 0D. RGB value is (46,16,13). Sum of RGB (Red+Green+Blue) = 46+16+13=75 (9% of max value = 765). Red value is 46 (18.36% from 255 or 61.33% from 75); Green value is 16 (6.64% from 255 or 21.33% from 75); Blue value is 13 (5.47% from 255 or 17.33% from 75); Max value from RGB is 46 - color contains mainly: red. Hex color #2E100D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E100D is #D1EFF2. Grayscale: #181818. Windows color (decimal): -13758451 or 856110. OLE color: 856110.
HSL color Cylindrical-coordinate representation of color #2E100D: hue angle of 5.45º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E100D is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 16 | 13 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.82 |
| HSL | 5.45º | 0.56% | 0.12% | - |
| HSV(B) | 5.45º | 0.72% | 0.18% | - |
| XYZ | 1.38 | 0.98 | 0.5 | - |
| YUV | 24.63 | 121.44 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 16 | 13 | 0 | 0.65 | 0.72 | 0.82 | 5.45 | 0.56 | 0.12 |
| Hex | 2E | 10 | D | 0 | 41 | 48 | 52 | 5 | 38 | C |
| Octal | 56 | 20 | 15 | 0 | 101 | 110 | 122 | 5 | 70 | 14 |
| Binary | 101110 | 10000 | 1101 | 0 | 1000001 | 1001000 | 1010010 | 101 | 111000 | 1100 |
Color Harmonies of #2E100D
Complementary color
Monochromatic Colors of #2E100D
Black with #2E100D
Text Example
Text Example
White with #2E100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E100D; }
p { color: rgb(46,16,13); }
H1.HeaderClassName
{
color: #2E100D;
}
.AnyTagClassName
{
color: #2E100D;
}
</style>
background-color css
<style>
a { background-color: #2E100D; }
a { background-color: rgb(46,16,13); }
div.DivClassName
{
background-color: #2E100D;
}
.BgClassName
{
background-color: #2E100D;
}
</style>
border-color css
<style>
span { border-color: #2E100D; }
span { border-color: rgb(46,16,13); }
td.TdClassName
{
border-color: #2E100D;
}
.TagClassName
{
border-color: #2E100D;
}
</style>