Shades of Seal Brown #3B1106
Tints of Seal Brown #3B1106
RGB
CMYK
RGB Variations
Color information
#3B1106 (or 0x3B1106) is known color: Seal Brown. HEX triplet: 3B, 11 and 06. RGB value is (59,17,6). Sum of RGB (Red+Green+Blue) = 59+17+6=82 (10% of max value = 765). Red value is 59 (23.44% from 255 or 71.95% from 82); Green value is 17 (7.03% from 255 or 20.73% from 82); Blue value is 6 (2.73% from 255 or 7.32% from 82); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1106 is #C4EEF9. Grayscale: #1C1C1C. Windows color (decimal): -12906234 or 397627. OLE color: 397627.
HSL color Cylindrical-coordinate representation of color #3B1106: hue angle of 12.45º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3B1106 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 17 | 6 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.77 |
| HSL | 12.45º | 0.82% | 0.13% | - |
| HSV(B) | 12.45º | 0.9% | 0.23% | - |
| XYZ | 2.04 | 1.34 | 0.32 | - |
| YUV | 28.3 | 115.41 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 17 | 6 | 0 | 0.71 | 0.90 | 0.77 | 12.45 | 0.82 | 0.13 |
| Hex | 3B | 11 | 6 | 0 | 47 | 5A | 4D | C | 52 | D |
| Octal | 73 | 21 | 6 | 0 | 107 | 132 | 115 | 14 | 122 | 15 |
| Binary | 111011 | 10001 | 110 | 0 | 1000111 | 1011010 | 1001101 | 1100 | 1010010 | 1101 |
Color Harmonies of #3B1106
Complementary color
Monochromatic Colors of #3B1106
Black with #3B1106
Text Example
Text Example
White with #3B1106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1106; }
p { color: rgb(59,17,6); }
H1.HeaderClassName
{
color: #3B1106;
}
.AnyTagClassName
{
color: #3B1106;
}
</style>
background-color css
<style>
a { background-color: #3B1106; }
a { background-color: rgb(59,17,6); }
div.DivClassName
{
background-color: #3B1106;
}
.BgClassName
{
background-color: #3B1106;
}
</style>
border-color css
<style>
span { border-color: #3B1106; }
span { border-color: rgb(59,17,6); }
td.TdClassName
{
border-color: #3B1106;
}
.TagClassName
{
border-color: #3B1106;
}
</style>