Shades of Seal Brown #390E05
Tints of Seal Brown #390E05
RGB
CMYK
RGB Variations
Color information
#390E05 (or 0x390E05) is known color: Seal Brown. HEX triplet: 39, 0E and 05. RGB value is (57,14,5). Sum of RGB (Red+Green+Blue) = 57+14+5=76 (10% of max value = 765). Red value is 57 (22.66% from 255 or 75% from 76); Green value is 14 (5.86% from 255 or 18.42% from 76); Blue value is 5 (2.34% from 255 or 6.58% from 76); Max value from RGB is 57 - color contains mainly: red. Hex color #390E05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390E05 is #C6F1FA. Grayscale: #191919. Windows color (decimal): -13038075 or 331321. OLE color: 331321.
HSL color Cylindrical-coordinate representation of color #390E05: hue angle of 10.38º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #390E05 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 14 | 5 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.78 |
| HSL | 10.38º | 0.84% | 0.12% | - |
| HSV(B) | 10.38º | 0.91% | 0.22% | - |
| XYZ | 1.87 | 1.19 | 0.28 | - |
| YUV | 25.83 | 116.25 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 14 | 5 | 0 | 0.75 | 0.91 | 0.78 | 10.38 | 0.84 | 0.12 |
| Hex | 39 | E | 5 | 0 | 4B | 5B | 4E | A | 54 | C |
| Octal | 71 | 16 | 5 | 0 | 113 | 133 | 116 | 12 | 124 | 14 |
| Binary | 111001 | 1110 | 101 | 0 | 1001011 | 1011011 | 1001110 | 1010 | 1010100 | 1100 |
Color Harmonies of #390E05
Complementary color
Monochromatic Colors of #390E05
Black with #390E05
Text Example
Text Example
White with #390E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390E05; }
p { color: rgb(57,14,5); }
H1.HeaderClassName
{
color: #390E05;
}
.AnyTagClassName
{
color: #390E05;
}
</style>
background-color css
<style>
a { background-color: #390E05; }
a { background-color: rgb(57,14,5); }
div.DivClassName
{
background-color: #390E05;
}
.BgClassName
{
background-color: #390E05;
}
</style>
border-color css
<style>
span { border-color: #390E05; }
span { border-color: rgb(57,14,5); }
td.TdClassName
{
border-color: #390E05;
}
.TagClassName
{
border-color: #390E05;
}
</style>