Shades of Seal Brown #390707
Tints of Seal Brown #390707
RGB
CMYK
RGB Variations
Color information
#390707 (or 0x390707) is known color: Seal Brown. HEX triplet: 39, 07 and 07. RGB value is (57,7,7). Sum of RGB (Red+Green+Blue) = 57+7+7=71 (9% of max value = 765). Red value is 57 (22.66% from 255 or 80.28% from 71); Green value is 7 (3.12% from 255 or 9.86% from 71); Blue value is 7 (3.12% from 255 or 9.86% from 71); Max value from RGB is 57 - color contains mainly: red. Hex color #390707 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390707 is #C6F8F8. Grayscale: #151515. Windows color (decimal): -13039865 or 460601. OLE color: 460601.
HSL color Cylindrical-coordinate representation of color #390707: hue angle of 0º 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 #390707 is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 7 | 7 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.78 |
| HSL | 0º | 0.78% | 0.13% | - |
| HSV(B) | 0º | 0.88% | 0.22% | - |
| XYZ | 1.8 | 1.04 | 0.31 | - |
| YUV | 21.95 | 119.57 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 7 | 7 | 0 | 0.88 | 0.88 | 0.78 | 0 | 0.78 | 0.13 |
| Hex | 39 | 7 | 7 | 0 | 58 | 58 | 4E | 0 | 4E | D |
| Octal | 71 | 7 | 7 | 0 | 130 | 130 | 116 | 0 | 116 | 15 |
| Binary | 111001 | 111 | 111 | 0 | 1011000 | 1011000 | 1001110 | 0 | 1001110 | 1101 |
Color Harmonies of #390707
Complementary color
Monochromatic Colors of #390707
Black with #390707
Text Example
Text Example
White with #390707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390707; }
p { color: rgb(57,7,7); }
H1.HeaderClassName
{
color: #390707;
}
.AnyTagClassName
{
color: #390707;
}
</style>
background-color css
<style>
a { background-color: #390707; }
a { background-color: rgb(57,7,7); }
div.DivClassName
{
background-color: #390707;
}
.BgClassName
{
background-color: #390707;
}
</style>
border-color css
<style>
span { border-color: #390707; }
span { border-color: rgb(57,7,7); }
td.TdClassName
{
border-color: #390707;
}
.TagClassName
{
border-color: #390707;
}
</style>