Shades of Seal Brown #39110D
Tints of Seal Brown #39110D
RGB
CMYK
RGB Variations
Color information
#39110D (or 0x39110D) is known color: Seal Brown. HEX triplet: 39, 11 and 0D. RGB value is (57,17,13). Sum of RGB (Red+Green+Blue) = 57+17+13=87 (11% of max value = 765). Red value is 57 (22.66% from 255 or 65.52% from 87); Green value is 17 (7.03% from 255 or 19.54% from 87); Blue value is 13 (5.47% from 255 or 14.94% from 87); Max value from RGB is 57 - color contains mainly: red. Hex color #39110D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39110D is #C6EEF2. Grayscale: #1C1C1C. Windows color (decimal): -13037299 or 856377. OLE color: 856377.
HSL color Cylindrical-coordinate representation of color #39110D: hue angle of 5.45º 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 #39110D is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 17 | 13 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.78 |
| HSL | 5.45º | 0.63% | 0.14% | - |
| HSV(B) | 5.45º | 0.77% | 0.22% | - |
| XYZ | 1.96 | 1.3 | 0.53 | - |
| YUV | 28.5 | 119.25 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 17 | 13 | 0 | 0.70 | 0.77 | 0.78 | 5.45 | 0.63 | 0.14 |
| Hex | 39 | 11 | D | 0 | 46 | 4D | 4E | 5 | 3F | E |
| Octal | 71 | 21 | 15 | 0 | 106 | 115 | 116 | 5 | 77 | 16 |
| Binary | 111001 | 10001 | 1101 | 0 | 1000110 | 1001101 | 1001110 | 101 | 111111 | 1110 |
Color Harmonies of #39110D
Complementary color
Monochromatic Colors of #39110D
Black with #39110D
Text Example
Text Example
White with #39110D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39110D; }
p { color: rgb(57,17,13); }
H1.HeaderClassName
{
color: #39110D;
}
.AnyTagClassName
{
color: #39110D;
}
</style>
background-color css
<style>
a { background-color: #39110D; }
a { background-color: rgb(57,17,13); }
div.DivClassName
{
background-color: #39110D;
}
.BgClassName
{
background-color: #39110D;
}
</style>
border-color css
<style>
span { border-color: #39110D; }
span { border-color: rgb(57,17,13); }
td.TdClassName
{
border-color: #39110D;
}
.TagClassName
{
border-color: #39110D;
}
</style>