Shades of Seal Brown #3E1204
Tints of Seal Brown #3E1204
RGB
CMYK
RGB Variations
Color information
#3E1204 (or 0x3E1204) is known color: Seal Brown. HEX triplet: 3E, 12 and 04. RGB value is (62,18,4). Sum of RGB (Red+Green+Blue) = 62+18+4=84 (11% of max value = 765). Red value is 62 (24.61% from 255 or 73.81% from 84); Green value is 18 (7.42% from 255 or 21.43% from 84); Blue value is 4 (1.95% from 255 or 4.76% from 84); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1204 is #C1EDFB. Grayscale: #1D1D1D. Windows color (decimal): -12709372 or 266814. OLE color: 266814.
HSL color Cylindrical-coordinate representation of color #3E1204: hue angle of 14.48º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E1204 is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 18 | 4 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.76 |
| HSL | 14.48º | 0.88% | 0.13% | - |
| HSV(B) | 14.48º | 0.94% | 0.24% | - |
| XYZ | 2.22 | 1.47 | 0.28 | - |
| YUV | 29.56 | 113.58 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 18 | 4 | 0 | 0.71 | 0.94 | 0.76 | 14.48 | 0.88 | 0.13 |
| Hex | 3E | 12 | 4 | 0 | 47 | 5E | 4C | E | 58 | D |
| Octal | 76 | 22 | 4 | 0 | 107 | 136 | 114 | 16 | 130 | 15 |
| Binary | 111110 | 10010 | 100 | 0 | 1000111 | 1011110 | 1001100 | 1110 | 1011000 | 1101 |
Color Harmonies of #3E1204
Complementary color
Monochromatic Colors of #3E1204
Black with #3E1204
Text Example
Text Example
White with #3E1204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1204; }
p { color: rgb(62,18,4); }
H1.HeaderClassName
{
color: #3E1204;
}
.AnyTagClassName
{
color: #3E1204;
}
</style>
background-color css
<style>
a { background-color: #3E1204; }
a { background-color: rgb(62,18,4); }
div.DivClassName
{
background-color: #3E1204;
}
.BgClassName
{
background-color: #3E1204;
}
</style>
border-color css
<style>
span { border-color: #3E1204; }
span { border-color: rgb(62,18,4); }
td.TdClassName
{
border-color: #3E1204;
}
.TagClassName
{
border-color: #3E1204;
}
</style>