Shades of Seal Brown #390B06
Tints of Seal Brown #390B06
RGB
CMYK
RGB Variations
Color information
#390B06 (or 0x390B06) is known color: Seal Brown. HEX triplet: 39, 0B and 06. RGB value is (57,11,6). Sum of RGB (Red+Green+Blue) = 57+11+6=74 (9% of max value = 765). Red value is 57 (22.66% from 255 or 77.03% from 74); Green value is 11 (4.69% from 255 or 14.86% from 74); Blue value is 6 (2.73% from 255 or 8.11% from 74); Max value from RGB is 57 - color contains mainly: red. Hex color #390B06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390B06 is #C6F4F9. Grayscale: #181818. Windows color (decimal): -13038842 or 396089. OLE color: 396089.
HSL color Cylindrical-coordinate representation of color #390B06: hue angle of 5.88º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #390B06 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 11 | 6 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.78 |
| HSL | 5.88º | 0.81% | 0.12% | - |
| HSV(B) | 5.88º | 0.89% | 0.22% | - |
| XYZ | 1.84 | 1.12 | 0.29 | - |
| YUV | 24.18 | 117.74 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 11 | 6 | 0 | 0.81 | 0.89 | 0.78 | 5.88 | 0.81 | 0.12 |
| Hex | 39 | B | 6 | 0 | 51 | 59 | 4E | 6 | 51 | C |
| Octal | 71 | 13 | 6 | 0 | 121 | 131 | 116 | 6 | 121 | 14 |
| Binary | 111001 | 1011 | 110 | 0 | 1010001 | 1011001 | 1001110 | 110 | 1010001 | 1100 |
Color Harmonies of #390B06
Complementary color
Monochromatic Colors of #390B06
Black with #390B06
Text Example
Text Example
White with #390B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390B06; }
p { color: rgb(57,11,6); }
H1.HeaderClassName
{
color: #390B06;
}
.AnyTagClassName
{
color: #390B06;
}
</style>
background-color css
<style>
a { background-color: #390B06; }
a { background-color: rgb(57,11,6); }
div.DivClassName
{
background-color: #390B06;
}
.BgClassName
{
background-color: #390B06;
}
</style>
border-color css
<style>
span { border-color: #390B06; }
span { border-color: rgb(57,11,6); }
td.TdClassName
{
border-color: #390B06;
}
.TagClassName
{
border-color: #390B06;
}
</style>