Shades of Seal Brown #390F0E
Tints of Seal Brown #390F0E
RGB
CMYK
RGB Variations
Color information
#390F0E (or 0x390F0E) is known color: Seal Brown. HEX triplet: 39, 0F and 0E. RGB value is (57,15,14). Sum of RGB (Red+Green+Blue) = 57+15+14=86 (11% of max value = 765). Red value is 57 (22.66% from 255 or 66.28% from 86); Green value is 15 (6.25% from 255 or 17.44% from 86); Blue value is 14 (5.86% from 255 or 16.28% from 86); Max value from RGB is 57 - color contains mainly: red. Hex color #390F0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390F0E is #C6F0F1. Grayscale: #1B1B1B. Windows color (decimal): -13037810 or 921401. OLE color: 921401.
HSL color Cylindrical-coordinate representation of color #390F0E: hue angle of 1.4º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #390F0E is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 15 | 14 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.78 |
| HSL | 1.4º | 0.61% | 0.14% | - |
| HSV(B) | 1.4º | 0.75% | 0.22% | - |
| XYZ | 1.94 | 1.24 | 0.55 | - |
| YUV | 27.44 | 120.41 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 15 | 14 | 0 | 0.74 | 0.75 | 0.78 | 1.4 | 0.61 | 0.14 |
| Hex | 39 | F | E | 0 | 4A | 4B | 4E | 1 | 3D | E |
| Octal | 71 | 17 | 16 | 0 | 112 | 113 | 116 | 1 | 75 | 16 |
| Binary | 111001 | 1111 | 1110 | 0 | 1001010 | 1001011 | 1001110 | 1 | 111101 | 1110 |
Color Harmonies of #390F0E
Complementary color
Monochromatic Colors of #390F0E
Black with #390F0E
Text Example
Text Example
White with #390F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390F0E; }
p { color: rgb(57,15,14); }
H1.HeaderClassName
{
color: #390F0E;
}
.AnyTagClassName
{
color: #390F0E;
}
</style>
background-color css
<style>
a { background-color: #390F0E; }
a { background-color: rgb(57,15,14); }
div.DivClassName
{
background-color: #390F0E;
}
.BgClassName
{
background-color: #390F0E;
}
</style>
border-color css
<style>
span { border-color: #390F0E; }
span { border-color: rgb(57,15,14); }
td.TdClassName
{
border-color: #390F0E;
}
.TagClassName
{
border-color: #390F0E;
}
</style>