Shades of Seal Brown #390E06
Tints of Seal Brown #390E06
RGB
CMYK
RGB Variations
Color information
#390E06 (or 0x390E06) is known color: Seal Brown. HEX triplet: 39, 0E and 06. RGB value is (57,14,6). Sum of RGB (Red+Green+Blue) = 57+14+6=77 (10% of max value = 765). Red value is 57 (22.66% from 255 or 74.03% from 77); Green value is 14 (5.86% from 255 or 18.18% from 77); Blue value is 6 (2.73% from 255 or 7.79% from 77); Max value from RGB is 57 - color contains mainly: red. Hex color #390E06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390E06 is #C6F1F9. Grayscale: #1A1A1A. Windows color (decimal): -13038074 or 396857. OLE color: 396857.
HSL color Cylindrical-coordinate representation of color #390E06: hue angle of 9.41º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #390E06 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 14 | 6 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.78 |
| HSL | 9.41º | 0.81% | 0.12% | - |
| HSV(B) | 9.41º | 0.89% | 0.22% | - |
| XYZ | 1.88 | 1.2 | 0.3 | - |
| YUV | 25.95 | 116.75 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 14 | 6 | 0 | 0.75 | 0.89 | 0.78 | 9.41 | 0.81 | 0.12 |
| Hex | 39 | E | 6 | 0 | 4B | 59 | 4E | 9 | 51 | C |
| Octal | 71 | 16 | 6 | 0 | 113 | 131 | 116 | 11 | 121 | 14 |
| Binary | 111001 | 1110 | 110 | 0 | 1001011 | 1011001 | 1001110 | 1001 | 1010001 | 1100 |
Color Harmonies of #390E06
Complementary color
Monochromatic Colors of #390E06
Black with #390E06
Text Example
Text Example
White with #390E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390E06; }
p { color: rgb(57,14,6); }
H1.HeaderClassName
{
color: #390E06;
}
.AnyTagClassName
{
color: #390E06;
}
</style>
background-color css
<style>
a { background-color: #390E06; }
a { background-color: rgb(57,14,6); }
div.DivClassName
{
background-color: #390E06;
}
.BgClassName
{
background-color: #390E06;
}
</style>
border-color css
<style>
span { border-color: #390E06; }
span { border-color: rgb(57,14,6); }
td.TdClassName
{
border-color: #390E06;
}
.TagClassName
{
border-color: #390E06;
}
</style>