Shades of Seal Brown #390B07
Tints of Seal Brown #390B07
RGB
CMYK
RGB Variations
Color information
#390B07 (or 0x390B07) is known color: Seal Brown. HEX triplet: 39, 0B and 07. RGB value is (57,11,7). Sum of RGB (Red+Green+Blue) = 57+11+7=75 (9% of max value = 765). Red value is 57 (22.66% from 255 or 76% from 75); Green value is 11 (4.69% from 255 or 14.67% from 75); Blue value is 7 (3.12% from 255 or 9.33% from 75); Max value from RGB is 57 - color contains mainly: red. Hex color #390B07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390B07 is #C6F4F8. Grayscale: #181818. Windows color (decimal): -13038841 or 461625. OLE color: 461625.
HSL color Cylindrical-coordinate representation of color #390B07: hue angle of 4.8º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #390B07 is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 11 | 7 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.78 |
| HSL | 4.8º | 0.78% | 0.13% | - |
| HSV(B) | 4.8º | 0.88% | 0.22% | - |
| XYZ | 1.85 | 1.12 | 0.32 | - |
| YUV | 24.3 | 118.24 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 11 | 7 | 0 | 0.81 | 0.88 | 0.78 | 4.8 | 0.78 | 0.13 |
| Hex | 39 | B | 7 | 0 | 51 | 58 | 4E | 5 | 4E | D |
| Octal | 71 | 13 | 7 | 0 | 121 | 130 | 116 | 5 | 116 | 15 |
| Binary | 111001 | 1011 | 111 | 0 | 1010001 | 1011000 | 1001110 | 101 | 1001110 | 1101 |
Color Harmonies of #390B07
Complementary color
Monochromatic Colors of #390B07
Black with #390B07
Text Example
Text Example
White with #390B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390B07; }
p { color: rgb(57,11,7); }
H1.HeaderClassName
{
color: #390B07;
}
.AnyTagClassName
{
color: #390B07;
}
</style>
background-color css
<style>
a { background-color: #390B07; }
a { background-color: rgb(57,11,7); }
div.DivClassName
{
background-color: #390B07;
}
.BgClassName
{
background-color: #390B07;
}
</style>
border-color css
<style>
span { border-color: #390B07; }
span { border-color: rgb(57,11,7); }
td.TdClassName
{
border-color: #390B07;
}
.TagClassName
{
border-color: #390B07;
}
</style>