Shades of Seal Brown #390E0C
Tints of Seal Brown #390E0C
RGB
CMYK
RGB Variations
Color information
#390E0C (or 0x390E0C) is known color: Seal Brown. HEX triplet: 39, 0E and 0C. RGB value is (57,14,12). Sum of RGB (Red+Green+Blue) = 57+14+12=83 (10% of max value = 765). Red value is 57 (22.66% from 255 or 68.67% from 83); Green value is 14 (5.86% from 255 or 16.87% from 83); Blue value is 12 (5.08% from 255 or 14.46% from 83); Max value from RGB is 57 - color contains mainly: red. Hex color #390E0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390E0C is #C6F1F3. Grayscale: #1A1A1A. Windows color (decimal): -13038068 or 790073. OLE color: 790073.
HSL color Cylindrical-coordinate representation of color #390E0C: hue angle of 2.67º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #390E0C is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 14 | 12 | - |
| CMYK | 0 | 0.75 | 0.79 | 0.78 |
| HSL | 2.67º | 0.65% | 0.14% | - |
| HSV(B) | 2.67º | 0.79% | 0.22% | - |
| XYZ | 1.91 | 1.21 | 0.48 | - |
| YUV | 26.63 | 119.75 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 14 | 12 | 0 | 0.75 | 0.79 | 0.78 | 2.67 | 0.65 | 0.14 |
| Hex | 39 | E | C | 0 | 4B | 4F | 4E | 3 | 41 | E |
| Octal | 71 | 16 | 14 | 0 | 113 | 117 | 116 | 3 | 101 | 16 |
| Binary | 111001 | 1110 | 1100 | 0 | 1001011 | 1001111 | 1001110 | 11 | 1000001 | 1110 |
Color Harmonies of #390E0C
Complementary color
Monochromatic Colors of #390E0C
Black with #390E0C
Text Example
Text Example
White with #390E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390E0C; }
p { color: rgb(57,14,12); }
H1.HeaderClassName
{
color: #390E0C;
}
.AnyTagClassName
{
color: #390E0C;
}
</style>
background-color css
<style>
a { background-color: #390E0C; }
a { background-color: rgb(57,14,12); }
div.DivClassName
{
background-color: #390E0C;
}
.BgClassName
{
background-color: #390E0C;
}
</style>
border-color css
<style>
span { border-color: #390E0C; }
span { border-color: rgb(57,14,12); }
td.TdClassName
{
border-color: #390E0C;
}
.TagClassName
{
border-color: #390E0C;
}
</style>