Shades of Seal Brown #2E1711
Tints of Seal Brown #2E1711
RGB
CMYK
RGB Variations
Color information
#2E1711 (or 0x2E1711) is known color: Seal Brown. HEX triplet: 2E, 17 and 11. RGB value is (46,23,17). Sum of RGB (Red+Green+Blue) = 46+23+17=86 (11% of max value = 765). Red value is 46 (18.36% from 255 or 53.49% from 86); Green value is 23 (9.38% from 255 or 26.74% from 86); Blue value is 17 (7.03% from 255 or 19.77% from 86); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1711 is #D1E8EE. Grayscale: #1D1D1D. Windows color (decimal): -13756655 or 1120046. OLE color: 1120046.
HSL color Cylindrical-coordinate representation of color #2E1711: hue angle of 12.41º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E1711 is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 23 | 17 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.82 |
| HSL | 12.41º | 0.46% | 0.12% | - |
| HSV(B) | 12.41º | 0.63% | 0.18% | - |
| XYZ | 1.53 | 1.23 | 0.69 | - |
| YUV | 29.19 | 121.12 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 23 | 17 | 0 | 0.50 | 0.63 | 0.82 | 12.41 | 0.46 | 0.12 |
| Hex | 2E | 17 | 11 | 0 | 32 | 3F | 52 | C | 2E | C |
| Octal | 56 | 27 | 21 | 0 | 62 | 77 | 122 | 14 | 56 | 14 |
| Binary | 101110 | 10111 | 10001 | 0 | 110010 | 111111 | 1010010 | 1100 | 101110 | 1100 |
Color Harmonies of #2E1711
Complementary color
Monochromatic Colors of #2E1711
Black with #2E1711
Text Example
Text Example
White with #2E1711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1711; }
p { color: rgb(46,23,17); }
H1.HeaderClassName
{
color: #2E1711;
}
.AnyTagClassName
{
color: #2E1711;
}
</style>
background-color css
<style>
a { background-color: #2E1711; }
a { background-color: rgb(46,23,17); }
div.DivClassName
{
background-color: #2E1711;
}
.BgClassName
{
background-color: #2E1711;
}
</style>
border-color css
<style>
span { border-color: #2E1711; }
span { border-color: rgb(46,23,17); }
td.TdClassName
{
border-color: #2E1711;
}
.TagClassName
{
border-color: #2E1711;
}
</style>