Shades of Seal Brown #3E1211
Tints of Seal Brown #3E1211
RGB
CMYK
RGB Variations
Color information
#3E1211 (or 0x3E1211) is known color: Seal Brown. HEX triplet: 3E, 12 and 11. RGB value is (62,18,17). Sum of RGB (Red+Green+Blue) = 62+18+17=97 (12% of max value = 765). Red value is 62 (24.61% from 255 or 63.92% from 97); Green value is 18 (7.42% from 255 or 18.56% from 97); Blue value is 17 (7.03% from 255 or 17.53% from 97); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1211 is #C1EDEE. Grayscale: #1F1F1F. Windows color (decimal): -12709359 or 1118782. OLE color: 1118782.
HSL color Cylindrical-coordinate representation of color #3E1211: hue angle of 1.33º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E1211 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 18 | 17 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.76 |
| HSL | 1.33º | 0.57% | 0.15% | - |
| HSV(B) | 1.33º | 0.73% | 0.24% | - |
| XYZ | 2.3 | 1.5 | 0.7 | - |
| YUV | 31.04 | 120.08 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 18 | 17 | 0 | 0.71 | 0.73 | 0.76 | 1.33 | 0.57 | 0.15 |
| Hex | 3E | 12 | 11 | 0 | 47 | 49 | 4C | 1 | 39 | F |
| Octal | 76 | 22 | 21 | 0 | 107 | 111 | 114 | 1 | 71 | 17 |
| Binary | 111110 | 10010 | 10001 | 0 | 1000111 | 1001001 | 1001100 | 1 | 111001 | 1111 |
Color Harmonies of #3E1211
Complementary color
Monochromatic Colors of #3E1211
Black with #3E1211
Text Example
Text Example
White with #3E1211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1211; }
p { color: rgb(62,18,17); }
H1.HeaderClassName
{
color: #3E1211;
}
.AnyTagClassName
{
color: #3E1211;
}
</style>
background-color css
<style>
a { background-color: #3E1211; }
a { background-color: rgb(62,18,17); }
div.DivClassName
{
background-color: #3E1211;
}
.BgClassName
{
background-color: #3E1211;
}
</style>
border-color css
<style>
span { border-color: #3E1211; }
span { border-color: rgb(62,18,17); }
td.TdClassName
{
border-color: #3E1211;
}
.TagClassName
{
border-color: #3E1211;
}
</style>