Shades of Seal Brown #3E120E
Tints of Seal Brown #3E120E
RGB
CMYK
RGB Variations
Color information
#3E120E (or 0x3E120E) is known color: Seal Brown. HEX triplet: 3E, 12 and 0E. RGB value is (62,18,14). Sum of RGB (Red+Green+Blue) = 62+18+14=94 (12% of max value = 765). Red value is 62 (24.61% from 255 or 65.96% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 14 (5.86% from 255 or 14.89% from 94); Max value from RGB is 62 - color contains mainly: red. Hex color #3E120E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E120E is #C1EDF1. Grayscale: #1E1E1E. Windows color (decimal): -12709362 or 922174. OLE color: 922174.
HSL color Cylindrical-coordinate representation of color #3E120E: hue angle of 5º degrees, saturation: 0.63, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E120E is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 18 | 14 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.76 |
| HSL | 5º | 0.63% | 0.15% | - |
| HSV(B) | 5º | 0.77% | 0.24% | - |
| XYZ | 2.28 | 1.49 | 0.58 | - |
| YUV | 30.7 | 118.58 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 18 | 14 | 0 | 0.71 | 0.77 | 0.76 | 5 | 0.63 | 0.15 |
| Hex | 3E | 12 | E | 0 | 47 | 4D | 4C | 5 | 3F | F |
| Octal | 76 | 22 | 16 | 0 | 107 | 115 | 114 | 5 | 77 | 17 |
| Binary | 111110 | 10010 | 1110 | 0 | 1000111 | 1001101 | 1001100 | 101 | 111111 | 1111 |
Color Harmonies of #3E120E
Complementary color
Monochromatic Colors of #3E120E
Black with #3E120E
Text Example
Text Example
White with #3E120E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E120E; }
p { color: rgb(62,18,14); }
H1.HeaderClassName
{
color: #3E120E;
}
.AnyTagClassName
{
color: #3E120E;
}
</style>
background-color css
<style>
a { background-color: #3E120E; }
a { background-color: rgb(62,18,14); }
div.DivClassName
{
background-color: #3E120E;
}
.BgClassName
{
background-color: #3E120E;
}
</style>
border-color css
<style>
span { border-color: #3E120E; }
span { border-color: rgb(62,18,14); }
td.TdClassName
{
border-color: #3E120E;
}
.TagClassName
{
border-color: #3E120E;
}
</style>