Shades of Seal Brown #3E0F04
Tints of Seal Brown #3E0F04
RGB
CMYK
RGB Variations
Color information
#3E0F04 (or 0x3E0F04) is known color: Seal Brown. HEX triplet: 3E, 0F and 04. RGB value is (62,15,4). Sum of RGB (Red+Green+Blue) = 62+15+4=81 (10% of max value = 765). Red value is 62 (24.61% from 255 or 76.54% from 81); Green value is 15 (6.25% from 255 or 18.52% from 81); Blue value is 4 (1.95% from 255 or 4.94% from 81); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0F04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0F04 is #C1F0FB. Grayscale: #1B1B1B. Windows color (decimal): -12710140 or 266046. OLE color: 266046.
HSL color Cylindrical-coordinate representation of color #3E0F04: hue angle of 11.38º 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 #3E0F04 is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 15 | 4 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.76 |
| HSL | 11.38º | 0.88% | 0.13% | - |
| HSV(B) | 11.38º | 0.94% | 0.24% | - |
| XYZ | 2.18 | 1.37 | 0.27 | - |
| YUV | 27.8 | 114.57 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 15 | 4 | 0 | 0.76 | 0.94 | 0.76 | 11.38 | 0.88 | 0.13 |
| Hex | 3E | F | 4 | 0 | 4C | 5E | 4C | B | 58 | D |
| Octal | 76 | 17 | 4 | 0 | 114 | 136 | 114 | 13 | 130 | 15 |
| Binary | 111110 | 1111 | 100 | 0 | 1001100 | 1011110 | 1001100 | 1011 | 1011000 | 1101 |
Color Harmonies of #3E0F04
Complementary color
Monochromatic Colors of #3E0F04
Black with #3E0F04
Text Example
Text Example
White with #3E0F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0F04; }
p { color: rgb(62,15,4); }
H1.HeaderClassName
{
color: #3E0F04;
}
.AnyTagClassName
{
color: #3E0F04;
}
</style>
background-color css
<style>
a { background-color: #3E0F04; }
a { background-color: rgb(62,15,4); }
div.DivClassName
{
background-color: #3E0F04;
}
.BgClassName
{
background-color: #3E0F04;
}
</style>
border-color css
<style>
span { border-color: #3E0F04; }
span { border-color: rgb(62,15,4); }
td.TdClassName
{
border-color: #3E0F04;
}
.TagClassName
{
border-color: #3E0F04;
}
</style>