Shades of Seal Brown #390D00
Tints of Seal Brown #390D00
RGB
CMYK
RGB Variations
Color information
#390D00 (or 0x390D00) is known color: Seal Brown. HEX triplet: 39, 0D and 00. RGB value is (57,13,0). Sum of RGB (Red+Green+Blue) = 57+13+0=70 (9% of max value = 765). Red value is 57 (22.66% from 255 or 81.43% from 70); Green value is 13 (5.47% from 255 or 18.57% from 70); Blue value is 0 (0.39% from 255 or 0% from 70); Max value from RGB is 57 - color contains mainly: red. Hex color #390D00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390D00 is #C6F2FF. Grayscale: #181818. Windows color (decimal): -13038336 or 3385. OLE color: 3385.
HSL color Cylindrical-coordinate representation of color #390D00: hue angle of 13.68º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #390D00 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 13 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.78 |
| HSL | 13.68º | 1% | 0.11% | - |
| HSV(B) | 13.68º | 1% | 0.22% | - |
| XYZ | 1.83 | 1.16 | 0.13 | - |
| YUV | 24.67 | 114.08 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 13 | 0 | 0 | 0.77 | 1 | 0.78 | 13.68 | 1 | 0.11 |
| Hex | 39 | D | 0 | 0 | 4D | 64 | 4E | E | 64 | B |
| Octal | 71 | 15 | 0 | 0 | 115 | 144 | 116 | 16 | 144 | 13 |
| Binary | 111001 | 1101 | 0 | 0 | 1001101 | 1100100 | 1001110 | 1110 | 1100100 | 1011 |
Color Harmonies of #390D00
Complementary color
Monochromatic Colors of #390D00
Black with #390D00
Text Example
Text Example
White with #390D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390D00; }
p { color: rgb(57,13,0); }
H1.HeaderClassName
{
color: #390D00;
}
.AnyTagClassName
{
color: #390D00;
}
</style>
background-color css
<style>
a { background-color: #390D00; }
a { background-color: rgb(57,13,0); }
div.DivClassName
{
background-color: #390D00;
}
.BgClassName
{
background-color: #390D00;
}
</style>
border-color css
<style>
span { border-color: #390D00; }
span { border-color: rgb(57,13,0); }
td.TdClassName
{
border-color: #390D00;
}
.TagClassName
{
border-color: #390D00;
}
</style>