Shades of Seal Brown #390E07
Tints of Seal Brown #390E07
RGB
CMYK
RGB Variations
Color information
#390E07 (or 0x390E07) is known color: Seal Brown. HEX triplet: 39, 0E and 07. RGB value is (57,14,7). Sum of RGB (Red+Green+Blue) = 57+14+7=78 (10% of max value = 765). Red value is 57 (22.66% from 255 or 73.08% from 78); Green value is 14 (5.86% from 255 or 17.95% from 78); Blue value is 7 (3.12% from 255 or 8.97% from 78); Max value from RGB is 57 - color contains mainly: red. Hex color #390E07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390E07 is #C6F1F8. Grayscale: #1A1A1A. Windows color (decimal): -13038073 or 462393. OLE color: 462393.
HSL color Cylindrical-coordinate representation of color #390E07: hue angle of 8.4º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #390E07 is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 14 | 7 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.78 |
| HSL | 8.4º | 0.78% | 0.13% | - |
| HSV(B) | 8.4º | 0.88% | 0.22% | - |
| XYZ | 1.88 | 1.2 | 0.33 | - |
| YUV | 26.06 | 117.25 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 14 | 7 | 0 | 0.75 | 0.88 | 0.78 | 8.4 | 0.78 | 0.13 |
| Hex | 39 | E | 7 | 0 | 4B | 58 | 4E | 8 | 4E | D |
| Octal | 71 | 16 | 7 | 0 | 113 | 130 | 116 | 10 | 116 | 15 |
| Binary | 111001 | 1110 | 111 | 0 | 1001011 | 1011000 | 1001110 | 1000 | 1001110 | 1101 |
Color Harmonies of #390E07
Complementary color
Monochromatic Colors of #390E07
Black with #390E07
Text Example
Text Example
White with #390E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390E07; }
p { color: rgb(57,14,7); }
H1.HeaderClassName
{
color: #390E07;
}
.AnyTagClassName
{
color: #390E07;
}
</style>
background-color css
<style>
a { background-color: #390E07; }
a { background-color: rgb(57,14,7); }
div.DivClassName
{
background-color: #390E07;
}
.BgClassName
{
background-color: #390E07;
}
</style>
border-color css
<style>
span { border-color: #390E07; }
span { border-color: rgb(57,14,7); }
td.TdClassName
{
border-color: #390E07;
}
.TagClassName
{
border-color: #390E07;
}
</style>