Shades of Seal Brown #2E130C
Tints of Seal Brown #2E130C
RGB
CMYK
RGB Variations
Color information
#2E130C (or 0x2E130C) is known color: Seal Brown. HEX triplet: 2E, 13 and 0C. RGB value is (46,19,12). Sum of RGB (Red+Green+Blue) = 46+19+12=77 (10% of max value = 765). Red value is 46 (18.36% from 255 or 59.74% from 77); Green value is 19 (7.81% from 255 or 24.68% from 77); Blue value is 12 (5.08% from 255 or 15.58% from 77); Max value from RGB is 46 - color contains mainly: red. Hex color #2E130C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E130C is #D1ECF3. Grayscale: #1A1A1A. Windows color (decimal): -13757684 or 791342. OLE color: 791342.
HSL color Cylindrical-coordinate representation of color #2E130C: hue angle of 12.35º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E130C is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 19 | 12 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.82 |
| HSL | 12.35º | 0.59% | 0.11% | - |
| HSV(B) | 12.35º | 0.74% | 0.18% | - |
| XYZ | 1.43 | 1.07 | 0.48 | - |
| YUV | 26.28 | 119.95 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 19 | 12 | 0 | 0.59 | 0.74 | 0.82 | 12.35 | 0.59 | 0.11 |
| Hex | 2E | 13 | C | 0 | 3B | 4A | 52 | C | 3B | B |
| Octal | 56 | 23 | 14 | 0 | 73 | 112 | 122 | 14 | 73 | 13 |
| Binary | 101110 | 10011 | 1100 | 0 | 111011 | 1001010 | 1010010 | 1100 | 111011 | 1011 |
Color Harmonies of #2E130C
Complementary color
Monochromatic Colors of #2E130C
Black with #2E130C
Text Example
Text Example
White with #2E130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E130C; }
p { color: rgb(46,19,12); }
H1.HeaderClassName
{
color: #2E130C;
}
.AnyTagClassName
{
color: #2E130C;
}
</style>
background-color css
<style>
a { background-color: #2E130C; }
a { background-color: rgb(46,19,12); }
div.DivClassName
{
background-color: #2E130C;
}
.BgClassName
{
background-color: #2E130C;
}
</style>
border-color css
<style>
span { border-color: #2E130C; }
span { border-color: rgb(46,19,12); }
td.TdClassName
{
border-color: #2E130C;
}
.TagClassName
{
border-color: #2E130C;
}
</style>