Shades of Seal Brown #3B1108
Tints of Seal Brown #3B1108
RGB
CMYK
RGB Variations
Color information
#3B1108 (or 0x3B1108) is known color: Seal Brown. HEX triplet: 3B, 11 and 08. RGB value is (59,17,8). Sum of RGB (Red+Green+Blue) = 59+17+8=84 (11% of max value = 765). Red value is 59 (23.44% from 255 or 70.24% from 84); Green value is 17 (7.03% from 255 or 20.24% from 84); Blue value is 8 (3.52% from 255 or 9.52% from 84); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1108 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1108 is #C4EEF7. Grayscale: #1C1C1C. Windows color (decimal): -12906232 or 528699. OLE color: 528699.
HSL color Cylindrical-coordinate representation of color #3B1108: hue angle of 10.59º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3B1108 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 17 | 8 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.77 |
| HSL | 10.59º | 0.76% | 0.13% | - |
| HSV(B) | 10.59º | 0.86% | 0.23% | - |
| XYZ | 2.05 | 1.35 | 0.38 | - |
| YUV | 28.53 | 116.41 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 17 | 8 | 0 | 0.71 | 0.86 | 0.77 | 10.59 | 0.76 | 0.13 |
| Hex | 3B | 11 | 8 | 0 | 47 | 56 | 4D | B | 4C | D |
| Octal | 73 | 21 | 10 | 0 | 107 | 126 | 115 | 13 | 114 | 15 |
| Binary | 111011 | 10001 | 1000 | 0 | 1000111 | 1010110 | 1001101 | 1011 | 1001100 | 1101 |
Color Harmonies of #3B1108
Complementary color
Monochromatic Colors of #3B1108
Black with #3B1108
Text Example
Text Example
White with #3B1108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1108; }
p { color: rgb(59,17,8); }
H1.HeaderClassName
{
color: #3B1108;
}
.AnyTagClassName
{
color: #3B1108;
}
</style>
background-color css
<style>
a { background-color: #3B1108; }
a { background-color: rgb(59,17,8); }
div.DivClassName
{
background-color: #3B1108;
}
.BgClassName
{
background-color: #3B1108;
}
</style>
border-color css
<style>
span { border-color: #3B1108; }
span { border-color: rgb(59,17,8); }
td.TdClassName
{
border-color: #3B1108;
}
.TagClassName
{
border-color: #3B1108;
}
</style>