Shades of Seal Brown #3B1813
Tints of Seal Brown #3B1813
RGB
CMYK
RGB Variations
Color information
#3B1813 (or 0x3B1813) is known color: Seal Brown. HEX triplet: 3B, 18 and 13. RGB value is (59,24,19). Sum of RGB (Red+Green+Blue) = 59+24+19=102 (13% of max value = 765). Red value is 59 (23.44% from 255 or 57.84% from 102); Green value is 24 (9.77% from 255 or 23.53% from 102); Blue value is 19 (7.81% from 255 or 18.63% from 102); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1813 is #C4E7EC. Grayscale: #212121. Windows color (decimal): -12904429 or 1251387. OLE color: 1251387.
HSL color Cylindrical-coordinate representation of color #3B1813: hue angle of 7.5º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B1813 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 24 | 19 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.77 |
| HSL | 7.5º | 0.51% | 0.15% | - |
| HSV(B) | 7.5º | 0.68% | 0.23% | - |
| XYZ | 2.25 | 1.63 | 0.81 | - |
| YUV | 33.9 | 119.6 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 24 | 19 | 0 | 0.59 | 0.68 | 0.77 | 7.5 | 0.51 | 0.15 |
| Hex | 3B | 18 | 13 | 0 | 3B | 44 | 4D | 8 | 33 | F |
| Octal | 73 | 30 | 23 | 0 | 73 | 104 | 115 | 10 | 63 | 17 |
| Binary | 111011 | 11000 | 10011 | 0 | 111011 | 1000100 | 1001101 | 1000 | 110011 | 1111 |
Color Harmonies of #3B1813
Complementary color
Monochromatic Colors of #3B1813
Black with #3B1813
Text Example
Text Example
White with #3B1813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1813; }
p { color: rgb(59,24,19); }
H1.HeaderClassName
{
color: #3B1813;
}
.AnyTagClassName
{
color: #3B1813;
}
</style>
background-color css
<style>
a { background-color: #3B1813; }
a { background-color: rgb(59,24,19); }
div.DivClassName
{
background-color: #3B1813;
}
.BgClassName
{
background-color: #3B1813;
}
</style>
border-color css
<style>
span { border-color: #3B1813; }
span { border-color: rgb(59,24,19); }
td.TdClassName
{
border-color: #3B1813;
}
.TagClassName
{
border-color: #3B1813;
}
</style>