Shades of Seal Brown #3E1106
Tints of Seal Brown #3E1106
RGB
CMYK
RGB Variations
Color information
#3E1106 (or 0x3E1106) is known color: Seal Brown. HEX triplet: 3E, 11 and 06. RGB value is (62,17,6). Sum of RGB (Red+Green+Blue) = 62+17+6=85 (11% of max value = 765). Red value is 62 (24.61% from 255 or 72.94% from 85); Green value is 17 (7.03% from 255 or 20% from 85); Blue value is 6 (2.73% from 255 or 7.06% from 85); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1106 is #C1EEF9. Grayscale: #1D1D1D. Windows color (decimal): -12709626 or 397630. OLE color: 397630.
HSL color Cylindrical-coordinate representation of color #3E1106: hue angle of 11.79º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E1106 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 17 | 6 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.76 |
| HSL | 11.79º | 0.82% | 0.13% | - |
| HSV(B) | 11.79º | 0.9% | 0.24% | - |
| XYZ | 2.22 | 1.44 | 0.33 | - |
| YUV | 29.2 | 114.91 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 17 | 6 | 0 | 0.73 | 0.90 | 0.76 | 11.79 | 0.82 | 0.13 |
| Hex | 3E | 11 | 6 | 0 | 49 | 5A | 4C | C | 52 | D |
| Octal | 76 | 21 | 6 | 0 | 111 | 132 | 114 | 14 | 122 | 15 |
| Binary | 111110 | 10001 | 110 | 0 | 1001001 | 1011010 | 1001100 | 1100 | 1010010 | 1101 |
Color Harmonies of #3E1106
Complementary color
Monochromatic Colors of #3E1106
Black with #3E1106
Text Example
Text Example
White with #3E1106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1106; }
p { color: rgb(62,17,6); }
H1.HeaderClassName
{
color: #3E1106;
}
.AnyTagClassName
{
color: #3E1106;
}
</style>
background-color css
<style>
a { background-color: #3E1106; }
a { background-color: rgb(62,17,6); }
div.DivClassName
{
background-color: #3E1106;
}
.BgClassName
{
background-color: #3E1106;
}
</style>
border-color css
<style>
span { border-color: #3E1106; }
span { border-color: rgb(62,17,6); }
td.TdClassName
{
border-color: #3E1106;
}
.TagClassName
{
border-color: #3E1106;
}
</style>