Shades of Seal Brown #390E08
Tints of Seal Brown #390E08
RGB
CMYK
RGB Variations
Color information
#390E08 (or 0x390E08) is known color: Seal Brown. HEX triplet: 39, 0E and 08. RGB value is (57,14,8). Sum of RGB (Red+Green+Blue) = 57+14+8=79 (10% of max value = 765). Red value is 57 (22.66% from 255 or 72.15% from 79); Green value is 14 (5.86% from 255 or 17.72% from 79); Blue value is 8 (3.52% from 255 or 10.13% from 79); Max value from RGB is 57 - color contains mainly: red. Hex color #390E08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390E08 is #C6F1F7. Grayscale: #1A1A1A. Windows color (decimal): -13038072 or 527929. OLE color: 527929.
HSL color Cylindrical-coordinate representation of color #390E08: hue angle of 7.35º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #390E08 is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 14 | 8 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.78 |
| HSL | 7.35º | 0.75% | 0.13% | - |
| HSV(B) | 7.35º | 0.86% | 0.22% | - |
| XYZ | 1.89 | 1.2 | 0.36 | - |
| YUV | 26.17 | 117.75 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 14 | 8 | 0 | 0.75 | 0.86 | 0.78 | 7.35 | 0.75 | 0.13 |
| Hex | 39 | E | 8 | 0 | 4B | 56 | 4E | 7 | 4B | D |
| Octal | 71 | 16 | 10 | 0 | 113 | 126 | 116 | 7 | 113 | 15 |
| Binary | 111001 | 1110 | 1000 | 0 | 1001011 | 1010110 | 1001110 | 111 | 1001011 | 1101 |
Color Harmonies of #390E08
Complementary color
Monochromatic Colors of #390E08
Black with #390E08
Text Example
Text Example
White with #390E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390E08; }
p { color: rgb(57,14,8); }
H1.HeaderClassName
{
color: #390E08;
}
.AnyTagClassName
{
color: #390E08;
}
</style>
background-color css
<style>
a { background-color: #390E08; }
a { background-color: rgb(57,14,8); }
div.DivClassName
{
background-color: #390E08;
}
.BgClassName
{
background-color: #390E08;
}
</style>
border-color css
<style>
span { border-color: #390E08; }
span { border-color: rgb(57,14,8); }
td.TdClassName
{
border-color: #390E08;
}
.TagClassName
{
border-color: #390E08;
}
</style>