Shades of Seal Brown #390E0B
Tints of Seal Brown #390E0B
RGB
CMYK
RGB Variations
Color information
#390E0B (or 0x390E0B) is known color: Seal Brown. HEX triplet: 39, 0E and 0B. RGB value is (57,14,11). Sum of RGB (Red+Green+Blue) = 57+14+11=82 (10% of max value = 765). Red value is 57 (22.66% from 255 or 69.51% from 82); Green value is 14 (5.86% from 255 or 17.07% from 82); Blue value is 11 (4.69% from 255 or 13.41% from 82); Max value from RGB is 57 - color contains mainly: red. Hex color #390E0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390E0B is #C6F1F4. Grayscale: #1A1A1A. Windows color (decimal): -13038069 or 724537. OLE color: 724537.
HSL color Cylindrical-coordinate representation of color #390E0B: hue angle of 3.91º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #390E0B is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 14 | 11 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.78 |
| HSL | 3.91º | 0.68% | 0.13% | - |
| HSV(B) | 3.91º | 0.81% | 0.22% | - |
| XYZ | 1.9 | 1.21 | 0.45 | - |
| YUV | 26.52 | 119.25 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 14 | 11 | 0 | 0.75 | 0.81 | 0.78 | 3.91 | 0.68 | 0.13 |
| Hex | 39 | E | B | 0 | 4B | 51 | 4E | 4 | 44 | D |
| Octal | 71 | 16 | 13 | 0 | 113 | 121 | 116 | 4 | 104 | 15 |
| Binary | 111001 | 1110 | 1011 | 0 | 1001011 | 1010001 | 1001110 | 100 | 1000100 | 1101 |
Color Harmonies of #390E0B
Complementary color
Monochromatic Colors of #390E0B
Black with #390E0B
Text Example
Text Example
White with #390E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390E0B; }
p { color: rgb(57,14,11); }
H1.HeaderClassName
{
color: #390E0B;
}
.AnyTagClassName
{
color: #390E0B;
}
</style>
background-color css
<style>
a { background-color: #390E0B; }
a { background-color: rgb(57,14,11); }
div.DivClassName
{
background-color: #390E0B;
}
.BgClassName
{
background-color: #390E0B;
}
</style>
border-color css
<style>
span { border-color: #390E0B; }
span { border-color: rgb(57,14,11); }
td.TdClassName
{
border-color: #390E0B;
}
.TagClassName
{
border-color: #390E0B;
}
</style>