Shades of Seal Brown #390E01
Tints of Seal Brown #390E01
RGB
CMYK
RGB Variations
Color information
#390E01 (or 0x390E01) is known color: Seal Brown. HEX triplet: 39, 0E and 01. RGB value is (57,14,1). Sum of RGB (Red+Green+Blue) = 57+14+1=72 (9% of max value = 765). Red value is 57 (22.66% from 255 or 79.17% from 72); Green value is 14 (5.86% from 255 or 19.44% from 72); Blue value is 1 (0.78% from 255 or 1.39% from 72); Max value from RGB is 57 - color contains mainly: red. Hex color #390E01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390E01 is #C6F1FE. Grayscale: #191919. Windows color (decimal): -13038079 or 69177. OLE color: 69177.
HSL color Cylindrical-coordinate representation of color #390E01: hue angle of 13.93º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #390E01 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 14 | 1 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.78 |
| HSL | 13.93º | 0.97% | 0.11% | - |
| HSV(B) | 13.93º | 0.98% | 0.22% | - |
| XYZ | 1.85 | 1.19 | 0.16 | - |
| YUV | 25.38 | 114.25 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 14 | 1 | 0 | 0.75 | 0.98 | 0.78 | 13.93 | 0.97 | 0.11 |
| Hex | 39 | E | 1 | 0 | 4B | 62 | 4E | E | 61 | B |
| Octal | 71 | 16 | 1 | 0 | 113 | 142 | 116 | 16 | 141 | 13 |
| Binary | 111001 | 1110 | 1 | 0 | 1001011 | 1100010 | 1001110 | 1110 | 1100001 | 1011 |
Color Harmonies of #390E01
Complementary color
Monochromatic Colors of #390E01
Black with #390E01
Text Example
Text Example
White with #390E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390E01; }
p { color: rgb(57,14,1); }
H1.HeaderClassName
{
color: #390E01;
}
.AnyTagClassName
{
color: #390E01;
}
</style>
background-color css
<style>
a { background-color: #390E01; }
a { background-color: rgb(57,14,1); }
div.DivClassName
{
background-color: #390E01;
}
.BgClassName
{
background-color: #390E01;
}
</style>
border-color css
<style>
span { border-color: #390E01; }
span { border-color: rgb(57,14,1); }
td.TdClassName
{
border-color: #390E01;
}
.TagClassName
{
border-color: #390E01;
}
</style>