Shades of Seal Brown #3E1004
Tints of Seal Brown #3E1004
RGB
CMYK
RGB Variations
Color information
#3E1004 (or 0x3E1004) is known color: Seal Brown. HEX triplet: 3E, 10 and 04. RGB value is (62,16,4). Sum of RGB (Red+Green+Blue) = 62+16+4=82 (10% of max value = 765). Red value is 62 (24.61% from 255 or 75.61% from 82); Green value is 16 (6.64% from 255 or 19.51% from 82); Blue value is 4 (1.95% from 255 or 4.88% from 82); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1004 is #C1EFFB. Grayscale: #1C1C1C. Windows color (decimal): -12709884 or 266302. OLE color: 266302.
HSL color Cylindrical-coordinate representation of color #3E1004: hue angle of 12.41º 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 #3E1004 is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 16 | 4 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.76 |
| HSL | 12.41º | 0.88% | 0.13% | - |
| HSV(B) | 12.41º | 0.94% | 0.24% | - |
| XYZ | 2.19 | 1.4 | 0.27 | - |
| YUV | 28.39 | 114.24 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 16 | 4 | 0 | 0.74 | 0.94 | 0.76 | 12.41 | 0.88 | 0.13 |
| Hex | 3E | 10 | 4 | 0 | 4A | 5E | 4C | C | 58 | D |
| Octal | 76 | 20 | 4 | 0 | 112 | 136 | 114 | 14 | 130 | 15 |
| Binary | 111110 | 10000 | 100 | 0 | 1001010 | 1011110 | 1001100 | 1100 | 1011000 | 1101 |
Color Harmonies of #3E1004
Complementary color
Monochromatic Colors of #3E1004
Black with #3E1004
Text Example
Text Example
White with #3E1004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1004; }
p { color: rgb(62,16,4); }
H1.HeaderClassName
{
color: #3E1004;
}
.AnyTagClassName
{
color: #3E1004;
}
</style>
background-color css
<style>
a { background-color: #3E1004; }
a { background-color: rgb(62,16,4); }
div.DivClassName
{
background-color: #3E1004;
}
.BgClassName
{
background-color: #3E1004;
}
</style>
border-color css
<style>
span { border-color: #3E1004; }
span { border-color: rgb(62,16,4); }
td.TdClassName
{
border-color: #3E1004;
}
.TagClassName
{
border-color: #3E1004;
}
</style>