Shades of Seal Brown #390F05
Tints of Seal Brown #390F05
RGB
CMYK
RGB Variations
Color information
#390F05 (or 0x390F05) is known color: Seal Brown. HEX triplet: 39, 0F and 05. RGB value is (57,15,5). Sum of RGB (Red+Green+Blue) = 57+15+5=77 (10% of max value = 765). Red value is 57 (22.66% from 255 or 74.03% from 77); Green value is 15 (6.25% from 255 or 19.48% from 77); Blue value is 5 (2.34% from 255 or 6.49% from 77); Max value from RGB is 57 - color contains mainly: red. Hex color #390F05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390F05 is #C6F0FA. Grayscale: #1A1A1A. Windows color (decimal): -13037819 or 331577. OLE color: 331577.
HSL color Cylindrical-coordinate representation of color #390F05: hue angle of 11.54º 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 #390F05 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 15 | 5 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.78 |
| HSL | 11.54º | 0.84% | 0.12% | - |
| HSV(B) | 11.54º | 0.91% | 0.22% | - |
| XYZ | 1.89 | 1.22 | 0.28 | - |
| YUV | 26.42 | 115.91 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 15 | 5 | 0 | 0.74 | 0.91 | 0.78 | 11.54 | 0.84 | 0.12 |
| Hex | 39 | F | 5 | 0 | 4A | 5B | 4E | C | 54 | C |
| Octal | 71 | 17 | 5 | 0 | 112 | 133 | 116 | 14 | 124 | 14 |
| Binary | 111001 | 1111 | 101 | 0 | 1001010 | 1011011 | 1001110 | 1100 | 1010100 | 1100 |
Color Harmonies of #390F05
Complementary color
Monochromatic Colors of #390F05
Black with #390F05
Text Example
Text Example
White with #390F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390F05; }
p { color: rgb(57,15,5); }
H1.HeaderClassName
{
color: #390F05;
}
.AnyTagClassName
{
color: #390F05;
}
</style>
background-color css
<style>
a { background-color: #390F05; }
a { background-color: rgb(57,15,5); }
div.DivClassName
{
background-color: #390F05;
}
.BgClassName
{
background-color: #390F05;
}
</style>
border-color css
<style>
span { border-color: #390F05; }
span { border-color: rgb(57,15,5); }
td.TdClassName
{
border-color: #390F05;
}
.TagClassName
{
border-color: #390F05;
}
</style>