Shades of Seal Brown #39130D
Tints of Seal Brown #39130D
RGB
CMYK
RGB Variations
Color information
#39130D (or 0x39130D) is known color: Seal Brown. HEX triplet: 39, 13 and 0D. RGB value is (57,19,13). Sum of RGB (Red+Green+Blue) = 57+19+13=89 (11% of max value = 765). Red value is 57 (22.66% from 255 or 64.04% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 13 (5.47% from 255 or 14.61% from 89); Max value from RGB is 57 - color contains mainly: red. Hex color #39130D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39130D is #C6ECF2. Grayscale: #1D1D1D. Windows color (decimal): -13036787 or 856889. OLE color: 856889.
HSL color Cylindrical-coordinate representation of color #39130D: hue angle of 8.18º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39130D is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 19 | 13 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.78 |
| HSL | 8.18º | 0.63% | 0.14% | - |
| HSV(B) | 8.18º | 0.77% | 0.22% | - |
| XYZ | 1.99 | 1.36 | 0.54 | - |
| YUV | 29.68 | 118.59 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 19 | 13 | 0 | 0.67 | 0.77 | 0.78 | 8.18 | 0.63 | 0.14 |
| Hex | 39 | 13 | D | 0 | 43 | 4D | 4E | 8 | 3F | E |
| Octal | 71 | 23 | 15 | 0 | 103 | 115 | 116 | 10 | 77 | 16 |
| Binary | 111001 | 10011 | 1101 | 0 | 1000011 | 1001101 | 1001110 | 1000 | 111111 | 1110 |
Color Harmonies of #39130D
Complementary color
Monochromatic Colors of #39130D
Black with #39130D
Text Example
Text Example
White with #39130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39130D; }
p { color: rgb(57,19,13); }
H1.HeaderClassName
{
color: #39130D;
}
.AnyTagClassName
{
color: #39130D;
}
</style>
background-color css
<style>
a { background-color: #39130D; }
a { background-color: rgb(57,19,13); }
div.DivClassName
{
background-color: #39130D;
}
.BgClassName
{
background-color: #39130D;
}
</style>
border-color css
<style>
span { border-color: #39130D; }
span { border-color: rgb(57,19,13); }
td.TdClassName
{
border-color: #39130D;
}
.TagClassName
{
border-color: #39130D;
}
</style>