Shades of Seal Brown #390E00
Tints of Seal Brown #390E00
RGB
CMYK
RGB Variations
Color information
#390E00 (or 0x390E00) is known color: Seal Brown. HEX triplet: 39, 0E and 00. RGB value is (57,14,0). Sum of RGB (Red+Green+Blue) = 57+14+0=71 (9% of max value = 765). Red value is 57 (22.66% from 255 or 80.28% from 71); Green value is 14 (5.86% from 255 or 19.72% from 71); Blue value is 0 (0.39% from 255 or 0% from 71); Max value from RGB is 57 - color contains mainly: red. Hex color #390E00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390E00 is #C6F1FF. Grayscale: #191919. Windows color (decimal): -13038080 or 3641. OLE color: 3641.
HSL color Cylindrical-coordinate representation of color #390E00: hue angle of 14.74º 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 #390E00 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 14 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.78 |
| HSL | 14.74º | 1% | 0.11% | - |
| HSV(B) | 14.74º | 1% | 0.22% | - |
| XYZ | 1.84 | 1.18 | 0.13 | - |
| YUV | 25.26 | 113.75 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 14 | 0 | 0 | 0.75 | 1 | 0.78 | 14.74 | 1 | 0.11 |
| Hex | 39 | E | 0 | 0 | 4B | 64 | 4E | F | 64 | B |
| Octal | 71 | 16 | 0 | 0 | 113 | 144 | 116 | 17 | 144 | 13 |
| Binary | 111001 | 1110 | 0 | 0 | 1001011 | 1100100 | 1001110 | 1111 | 1100100 | 1011 |
Color Harmonies of #390E00
Complementary color
Monochromatic Colors of #390E00
Black with #390E00
Text Example
Text Example
White with #390E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390E00; }
p { color: rgb(57,14,0); }
H1.HeaderClassName
{
color: #390E00;
}
.AnyTagClassName
{
color: #390E00;
}
</style>
background-color css
<style>
a { background-color: #390E00; }
a { background-color: rgb(57,14,0); }
div.DivClassName
{
background-color: #390E00;
}
.BgClassName
{
background-color: #390E00;
}
</style>
border-color css
<style>
span { border-color: #390E00; }
span { border-color: rgb(57,14,0); }
td.TdClassName
{
border-color: #390E00;
}
.TagClassName
{
border-color: #390E00;
}
</style>