Shades of Seal Brown #2E1208
Tints of Seal Brown #2E1208
RGB
CMYK
RGB Variations
Color information
#2E1208 (or 0x2E1208) is known color: Seal Brown. HEX triplet: 2E, 12 and 08. RGB value is (46,18,8). Sum of RGB (Red+Green+Blue) = 46+18+8=72 (9% of max value = 765). Red value is 46 (18.36% from 255 or 63.89% from 72); Green value is 18 (7.42% from 255 or 25% from 72); Blue value is 8 (3.52% from 255 or 11.11% from 72); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1208 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1208 is #D1EDF7. Grayscale: #191919. Windows color (decimal): -13757944 or 528942. OLE color: 528942.
HSL color Cylindrical-coordinate representation of color #2E1208: hue angle of 15.79º 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 #2E1208 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 18 | 8 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.82 |
| HSL | 15.79º | 0.7% | 0.11% | - |
| HSV(B) | 15.79º | 0.83% | 0.18% | - |
| XYZ | 1.39 | 1.03 | 0.36 | - |
| YUV | 25.23 | 118.28 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 18 | 8 | 0 | 0.61 | 0.83 | 0.82 | 15.79 | 0.7 | 0.11 |
| Hex | 2E | 12 | 8 | 0 | 3D | 53 | 52 | 10 | 46 | B |
| Octal | 56 | 22 | 10 | 0 | 75 | 123 | 122 | 20 | 106 | 13 |
| Binary | 101110 | 10010 | 1000 | 0 | 111101 | 1010011 | 1010010 | 10000 | 1000110 | 1011 |
Color Harmonies of #2E1208
Complementary color
Monochromatic Colors of #2E1208
Black with #2E1208
Text Example
Text Example
White with #2E1208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1208; }
p { color: rgb(46,18,8); }
H1.HeaderClassName
{
color: #2E1208;
}
.AnyTagClassName
{
color: #2E1208;
}
</style>
background-color css
<style>
a { background-color: #2E1208; }
a { background-color: rgb(46,18,8); }
div.DivClassName
{
background-color: #2E1208;
}
.BgClassName
{
background-color: #2E1208;
}
</style>
border-color css
<style>
span { border-color: #2E1208; }
span { border-color: rgb(46,18,8); }
td.TdClassName
{
border-color: #2E1208;
}
.TagClassName
{
border-color: #2E1208;
}
</style>