Shades of Seal Brown #2E100F
Tints of Seal Brown #2E100F
RGB
CMYK
RGB Variations
Color information
#2E100F (or 0x2E100F) is known color: Seal Brown. HEX triplet: 2E, 10 and 0F. RGB value is (46,16,15). Sum of RGB (Red+Green+Blue) = 46+16+15=77 (10% of max value = 765). Red value is 46 (18.36% from 255 or 59.74% from 77); Green value is 16 (6.64% from 255 or 20.78% from 77); Blue value is 15 (6.25% from 255 or 19.48% from 77); Max value from RGB is 46 - color contains mainly: red. Hex color #2E100F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E100F is #D1EFF0. Grayscale: #181818. Windows color (decimal): -13758449 or 987182. OLE color: 987182.
HSL color Cylindrical-coordinate representation of color #2E100F: hue angle of 1.94º degrees, saturation: 0.51, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E100F is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 16 | 15 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.82 |
| HSL | 1.94º | 0.51% | 0.12% | - |
| HSV(B) | 1.94º | 0.67% | 0.18% | - |
| XYZ | 1.4 | 0.99 | 0.57 | - |
| YUV | 24.86 | 122.44 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 16 | 15 | 0 | 0.65 | 0.67 | 0.82 | 1.94 | 0.51 | 0.12 |
| Hex | 2E | 10 | F | 0 | 41 | 43 | 52 | 2 | 33 | C |
| Octal | 56 | 20 | 17 | 0 | 101 | 103 | 122 | 2 | 63 | 14 |
| Binary | 101110 | 10000 | 1111 | 0 | 1000001 | 1000011 | 1010010 | 10 | 110011 | 1100 |
Color Harmonies of #2E100F
Complementary color
Monochromatic Colors of #2E100F
Black with #2E100F
Text Example
Text Example
White with #2E100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E100F; }
p { color: rgb(46,16,15); }
H1.HeaderClassName
{
color: #2E100F;
}
.AnyTagClassName
{
color: #2E100F;
}
</style>
background-color css
<style>
a { background-color: #2E100F; }
a { background-color: rgb(46,16,15); }
div.DivClassName
{
background-color: #2E100F;
}
.BgClassName
{
background-color: #2E100F;
}
</style>
border-color css
<style>
span { border-color: #2E100F; }
span { border-color: rgb(46,16,15); }
td.TdClassName
{
border-color: #2E100F;
}
.TagClassName
{
border-color: #2E100F;
}
</style>