Shades of Seal Brown #390E03
Tints of Seal Brown #390E03
RGB
CMYK
RGB Variations
Color information
#390E03 (or 0x390E03) is known color: Seal Brown. HEX triplet: 39, 0E and 03. RGB value is (57,14,3). Sum of RGB (Red+Green+Blue) = 57+14+3=74 (9% of max value = 765). Red value is 57 (22.66% from 255 or 77.03% from 74); Green value is 14 (5.86% from 255 or 18.92% from 74); Blue value is 3 (1.56% from 255 or 4.05% from 74); Max value from RGB is 57 - color contains mainly: red. Hex color #390E03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390E03 is #C6F1FC. Grayscale: #191919. Windows color (decimal): -13038077 or 200249. OLE color: 200249.
HSL color Cylindrical-coordinate representation of color #390E03: hue angle of 12.22º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390E03 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 14 | 3 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.78 |
| HSL | 12.22º | 0.9% | 0.12% | - |
| HSV(B) | 12.22º | 0.95% | 0.22% | - |
| XYZ | 1.86 | 1.19 | 0.22 | - |
| YUV | 25.6 | 115.25 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 14 | 3 | 0 | 0.75 | 0.95 | 0.78 | 12.22 | 0.9 | 0.12 |
| Hex | 39 | E | 3 | 0 | 4B | 5F | 4E | C | 5A | C |
| Octal | 71 | 16 | 3 | 0 | 113 | 137 | 116 | 14 | 132 | 14 |
| Binary | 111001 | 1110 | 11 | 0 | 1001011 | 1011111 | 1001110 | 1100 | 1011010 | 1100 |
Color Harmonies of #390E03
Complementary color
Monochromatic Colors of #390E03
Black with #390E03
Text Example
Text Example
White with #390E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390E03; }
p { color: rgb(57,14,3); }
H1.HeaderClassName
{
color: #390E03;
}
.AnyTagClassName
{
color: #390E03;
}
</style>
background-color css
<style>
a { background-color: #390E03; }
a { background-color: rgb(57,14,3); }
div.DivClassName
{
background-color: #390E03;
}
.BgClassName
{
background-color: #390E03;
}
</style>
border-color css
<style>
span { border-color: #390E03; }
span { border-color: rgb(57,14,3); }
td.TdClassName
{
border-color: #390E03;
}
.TagClassName
{
border-color: #390E03;
}
</style>