Shades of Seal Brown #2E1108
Tints of Seal Brown #2E1108
RGB
CMYK
RGB Variations
Color information
#2E1108 (or 0x2E1108) is known color: Seal Brown. HEX triplet: 2E, 11 and 08. RGB value is (46,17,8). Sum of RGB (Red+Green+Blue) = 46+17+8=71 (9% of max value = 765). Red value is 46 (18.36% from 255 or 64.79% from 71); Green value is 17 (7.03% from 255 or 23.94% from 71); Blue value is 8 (3.52% from 255 or 11.27% from 71); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1108 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1108 is #D1EEF7. Grayscale: #181818. Windows color (decimal): -13758200 or 528686. OLE color: 528686.
HSL color Cylindrical-coordinate representation of color #2E1108: hue angle of 14.21º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E1108 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 17 | 8 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.82 |
| HSL | 14.21º | 0.7% | 0.11% | - |
| HSV(B) | 14.21º | 0.83% | 0.18% | - |
| XYZ | 1.37 | 1 | 0.35 | - |
| YUV | 24.65 | 118.61 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 17 | 8 | 0 | 0.63 | 0.83 | 0.82 | 14.21 | 0.7 | 0.11 |
| Hex | 2E | 11 | 8 | 0 | 3F | 53 | 52 | E | 46 | B |
| Octal | 56 | 21 | 10 | 0 | 77 | 123 | 122 | 16 | 106 | 13 |
| Binary | 101110 | 10001 | 1000 | 0 | 111111 | 1010011 | 1010010 | 1110 | 1000110 | 1011 |
Color Harmonies of #2E1108
Complementary color
Monochromatic Colors of #2E1108
Black with #2E1108
Text Example
Text Example
White with #2E1108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1108; }
p { color: rgb(46,17,8); }
H1.HeaderClassName
{
color: #2E1108;
}
.AnyTagClassName
{
color: #2E1108;
}
</style>
background-color css
<style>
a { background-color: #2E1108; }
a { background-color: rgb(46,17,8); }
div.DivClassName
{
background-color: #2E1108;
}
.BgClassName
{
background-color: #2E1108;
}
</style>
border-color css
<style>
span { border-color: #2E1108; }
span { border-color: rgb(46,17,8); }
td.TdClassName
{
border-color: #2E1108;
}
.TagClassName
{
border-color: #2E1108;
}
</style>