Shades of Seal Brown #390D07
Tints of Seal Brown #390D07
RGB
CMYK
RGB Variations
Color information
#390D07 (or 0x390D07) is known color: Seal Brown. HEX triplet: 39, 0D and 07. RGB value is (57,13,7). Sum of RGB (Red+Green+Blue) = 57+13+7=77 (10% of max value = 765). Red value is 57 (22.66% from 255 or 74.03% from 77); Green value is 13 (5.47% from 255 or 16.88% from 77); Blue value is 7 (3.12% from 255 or 9.09% from 77); Max value from RGB is 57 - color contains mainly: red. Hex color #390D07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390D07 is #C6F2F8. Grayscale: #191919. Windows color (decimal): -13038329 or 462137. OLE color: 462137.
HSL color Cylindrical-coordinate representation of color #390D07: hue angle of 7.2º 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 #390D07 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 13 | 7 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.78 |
| HSL | 7.2º | 0.78% | 0.13% | - |
| HSV(B) | 7.2º | 0.88% | 0.22% | - |
| XYZ | 1.87 | 1.17 | 0.33 | - |
| YUV | 25.47 | 117.58 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 13 | 7 | 0 | 0.77 | 0.88 | 0.78 | 7.2 | 0.78 | 0.13 |
| Hex | 39 | D | 7 | 0 | 4D | 58 | 4E | 7 | 4E | D |
| Octal | 71 | 15 | 7 | 0 | 115 | 130 | 116 | 7 | 116 | 15 |
| Binary | 111001 | 1101 | 111 | 0 | 1001101 | 1011000 | 1001110 | 111 | 1001110 | 1101 |
Color Harmonies of #390D07
Complementary color
Monochromatic Colors of #390D07
Black with #390D07
Text Example
Text Example
White with #390D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390D07; }
p { color: rgb(57,13,7); }
H1.HeaderClassName
{
color: #390D07;
}
.AnyTagClassName
{
color: #390D07;
}
</style>
background-color css
<style>
a { background-color: #390D07; }
a { background-color: rgb(57,13,7); }
div.DivClassName
{
background-color: #390D07;
}
.BgClassName
{
background-color: #390D07;
}
</style>
border-color css
<style>
span { border-color: #390D07; }
span { border-color: rgb(57,13,7); }
td.TdClassName
{
border-color: #390D07;
}
.TagClassName
{
border-color: #390D07;
}
</style>