Shades of Seal Brown #3B110D
Tints of Seal Brown #3B110D
RGB
CMYK
RGB Variations
Color information
#3B110D (or 0x3B110D) is known color: Seal Brown. HEX triplet: 3B, 11 and 0D. RGB value is (59,17,13). Sum of RGB (Red+Green+Blue) = 59+17+13=89 (11% of max value = 765). Red value is 59 (23.44% from 255 or 66.29% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 13 (5.47% from 255 or 14.61% from 89); Max value from RGB is 59 - color contains mainly: red. Hex color #3B110D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B110D is #C4EEF2. Grayscale: #1D1D1D. Windows color (decimal): -12906227 or 856379. OLE color: 856379.
HSL color Cylindrical-coordinate representation of color #3B110D: hue angle of 5.22º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3B110D is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 17 | 13 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.77 |
| HSL | 5.22º | 0.64% | 0.14% | - |
| HSV(B) | 5.22º | 0.78% | 0.23% | - |
| XYZ | 2.08 | 1.36 | 0.53 | - |
| YUV | 29.1 | 118.91 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 17 | 13 | 0 | 0.71 | 0.78 | 0.77 | 5.22 | 0.64 | 0.14 |
| Hex | 3B | 11 | D | 0 | 47 | 4E | 4D | 5 | 40 | E |
| Octal | 73 | 21 | 15 | 0 | 107 | 116 | 115 | 5 | 100 | 16 |
| Binary | 111011 | 10001 | 1101 | 0 | 1000111 | 1001110 | 1001101 | 101 | 1000000 | 1110 |
Color Harmonies of #3B110D
Complementary color
Monochromatic Colors of #3B110D
Black with #3B110D
Text Example
Text Example
White with #3B110D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B110D; }
p { color: rgb(59,17,13); }
H1.HeaderClassName
{
color: #3B110D;
}
.AnyTagClassName
{
color: #3B110D;
}
</style>
background-color css
<style>
a { background-color: #3B110D; }
a { background-color: rgb(59,17,13); }
div.DivClassName
{
background-color: #3B110D;
}
.BgClassName
{
background-color: #3B110D;
}
</style>
border-color css
<style>
span { border-color: #3B110D; }
span { border-color: rgb(59,17,13); }
td.TdClassName
{
border-color: #3B110D;
}
.TagClassName
{
border-color: #3B110D;
}
</style>