Shades of Seal Brown #3E0404
Tints of Seal Brown #3E0404
RGB
CMYK
RGB Variations
Color information
#3E0404 (or 0x3E0404) is known color: Seal Brown. HEX triplet: 3E, 04 and 04. RGB value is (62,4,4). Sum of RGB (Red+Green+Blue) = 62+4+4=70 (9% of max value = 765). Red value is 62 (24.61% from 255 or 88.57% from 70); Green value is 4 (1.95% from 255 or 5.71% from 70); Blue value is 4 (1.95% from 255 or 5.71% from 70); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0404 is #C1FBFB. Grayscale: #151515. Windows color (decimal): -12712956 or 263230. OLE color: 263230.
HSL color Cylindrical-coordinate representation of color #3E0404: hue angle of 0º 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 #3E0404 is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 4 | 4 | - |
| CMYK | 0 | 0.94 | 0.94 | 0.76 |
| HSL | 0º | 0.88% | 0.13% | - |
| HSV(B) | 0º | 0.94% | 0.24% | - |
| XYZ | 2.05 | 1.12 | 0.22 | - |
| YUV | 21.34 | 118.22 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 4 | 4 | 0 | 0.94 | 0.94 | 0.76 | 0 | 0.88 | 0.13 |
| Hex | 3E | 4 | 4 | 0 | 5E | 5E | 4C | 0 | 58 | D |
| Octal | 76 | 4 | 4 | 0 | 136 | 136 | 114 | 0 | 130 | 15 |
| Binary | 111110 | 100 | 100 | 0 | 1011110 | 1011110 | 1001100 | 0 | 1011000 | 1101 |
Color Harmonies of #3E0404
Complementary color
Monochromatic Colors of #3E0404
Black with #3E0404
Text Example
Text Example
White with #3E0404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0404; }
p { color: rgb(62,4,4); }
H1.HeaderClassName
{
color: #3E0404;
}
.AnyTagClassName
{
color: #3E0404;
}
</style>
background-color css
<style>
a { background-color: #3E0404; }
a { background-color: rgb(62,4,4); }
div.DivClassName
{
background-color: #3E0404;
}
.BgClassName
{
background-color: #3E0404;
}
</style>
border-color css
<style>
span { border-color: #3E0404; }
span { border-color: rgb(62,4,4); }
td.TdClassName
{
border-color: #3E0404;
}
.TagClassName
{
border-color: #3E0404;
}
</style>