Shades of Seal Brown #3B1916
Tints of Seal Brown #3B1916
RGB
CMYK
RGB Variations
Color information
#3B1916 (or 0x3B1916) is known color: Seal Brown. HEX triplet: 3B, 19 and 16. RGB value is (59,25,22). Sum of RGB (Red+Green+Blue) = 59+25+22=106 (14% of max value = 765). Red value is 59 (23.44% from 255 or 55.66% from 106); Green value is 25 (10.16% from 255 or 23.58% from 106); Blue value is 22 (8.98% from 255 or 20.75% from 106); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1916 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1916 is #C4E6E9. Grayscale: #222222. Windows color (decimal): -12904170 or 1448251. OLE color: 1448251.
HSL color Cylindrical-coordinate representation of color #3B1916: hue angle of 4.86º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B1916 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 25 | 22 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.77 |
| HSL | 4.86º | 0.46% | 0.16% | - |
| HSV(B) | 4.86º | 0.63% | 0.23% | - |
| XYZ | 2.3 | 1.68 | 0.96 | - |
| YUV | 34.82 | 120.76 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 25 | 22 | 0 | 0.58 | 0.63 | 0.77 | 4.86 | 0.46 | 0.16 |
| Hex | 3B | 19 | 16 | 0 | 3A | 3F | 4D | 5 | 2E | 10 |
| Octal | 73 | 31 | 26 | 0 | 72 | 77 | 115 | 5 | 56 | 20 |
| Binary | 111011 | 11001 | 10110 | 0 | 111010 | 111111 | 1001101 | 101 | 101110 | 10000 |
Color Harmonies of #3B1916
Complementary color
Monochromatic Colors of #3B1916
Black with #3B1916
Text Example
Text Example
White with #3B1916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1916; }
p { color: rgb(59,25,22); }
H1.HeaderClassName
{
color: #3B1916;
}
.AnyTagClassName
{
color: #3B1916;
}
</style>
background-color css
<style>
a { background-color: #3B1916; }
a { background-color: rgb(59,25,22); }
div.DivClassName
{
background-color: #3B1916;
}
.BgClassName
{
background-color: #3B1916;
}
</style>
border-color css
<style>
span { border-color: #3B1916; }
span { border-color: rgb(59,25,22); }
td.TdClassName
{
border-color: #3B1916;
}
.TagClassName
{
border-color: #3B1916;
}
</style>