Shades of Seal Brown #3B1A16
Tints of Seal Brown #3B1A16
RGB
CMYK
RGB Variations
Color information
#3B1A16 (or 0x3B1A16) is known color: Seal Brown. HEX triplet: 3B, 1A and 16. RGB value is (59,26,22). Sum of RGB (Red+Green+Blue) = 59+26+22=107 (14% of max value = 765). Red value is 59 (23.44% from 255 or 55.14% from 107); Green value is 26 (10.55% from 255 or 24.30% from 107); Blue value is 22 (8.98% from 255 or 20.56% from 107); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B1A16 is #C4E5E9. Grayscale: #232323. Windows color (decimal): -12903914 or 1448507. OLE color: 1448507.
HSL color Cylindrical-coordinate representation of color #3B1A16: hue angle of 6.49º 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 #3B1A16 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 26 | 22 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.77 |
| HSL | 6.49º | 0.46% | 0.16% | - |
| HSV(B) | 6.49º | 0.63% | 0.23% | - |
| XYZ | 2.32 | 1.73 | 0.97 | - |
| YUV | 35.41 | 120.43 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 26 | 22 | 0 | 0.56 | 0.63 | 0.77 | 6.49 | 0.46 | 0.16 |
| Hex | 3B | 1A | 16 | 0 | 38 | 3F | 4D | 6 | 2E | 10 |
| Octal | 73 | 32 | 26 | 0 | 70 | 77 | 115 | 6 | 56 | 20 |
| Binary | 111011 | 11010 | 10110 | 0 | 111000 | 111111 | 1001101 | 110 | 101110 | 10000 |
Color Harmonies of #3B1A16
Complementary color
Monochromatic Colors of #3B1A16
Black with #3B1A16
Text Example
Text Example
White with #3B1A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1A16; }
p { color: rgb(59,26,22); }
H1.HeaderClassName
{
color: #3B1A16;
}
.AnyTagClassName
{
color: #3B1A16;
}
</style>
background-color css
<style>
a { background-color: #3B1A16; }
a { background-color: rgb(59,26,22); }
div.DivClassName
{
background-color: #3B1A16;
}
.BgClassName
{
background-color: #3B1A16;
}
</style>
border-color css
<style>
span { border-color: #3B1A16; }
span { border-color: rgb(59,26,22); }
td.TdClassName
{
border-color: #3B1A16;
}
.TagClassName
{
border-color: #3B1A16;
}
</style>