Shades of Seal Brown #3B1A15
Tints of Seal Brown #3B1A15
RGB
CMYK
RGB Variations
Color information
#3B1A15 (or 0x3B1A15) is known color: Seal Brown. HEX triplet: 3B, 1A and 15. RGB value is (59,26,21). Sum of RGB (Red+Green+Blue) = 59+26+21=106 (14% of max value = 765). Red value is 59 (23.44% from 255 or 55.66% from 106); Green value is 26 (10.55% from 255 or 24.53% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B1A15 is #C4E5EA. Grayscale: #232323. Windows color (decimal): -12903915 or 1382971. OLE color: 1382971.
HSL color Cylindrical-coordinate representation of color #3B1A15: hue angle of 7.89º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3B1A15 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 26 | 21 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.77 |
| HSL | 7.89º | 0.48% | 0.16% | - |
| HSV(B) | 7.89º | 0.64% | 0.23% | - |
| XYZ | 2.31 | 1.72 | 0.92 | - |
| YUV | 35.3 | 119.93 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 26 | 21 | 0 | 0.56 | 0.64 | 0.77 | 7.89 | 0.48 | 0.16 |
| Hex | 3B | 1A | 15 | 0 | 38 | 40 | 4D | 8 | 30 | 10 |
| Octal | 73 | 32 | 25 | 0 | 70 | 100 | 115 | 10 | 60 | 20 |
| Binary | 111011 | 11010 | 10101 | 0 | 111000 | 1000000 | 1001101 | 1000 | 110000 | 10000 |
Color Harmonies of #3B1A15
Complementary color
Monochromatic Colors of #3B1A15
Black with #3B1A15
Text Example
Text Example
White with #3B1A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1A15; }
p { color: rgb(59,26,21); }
H1.HeaderClassName
{
color: #3B1A15;
}
.AnyTagClassName
{
color: #3B1A15;
}
</style>
background-color css
<style>
a { background-color: #3B1A15; }
a { background-color: rgb(59,26,21); }
div.DivClassName
{
background-color: #3B1A15;
}
.BgClassName
{
background-color: #3B1A15;
}
</style>
border-color css
<style>
span { border-color: #3B1A15; }
span { border-color: rgb(59,26,21); }
td.TdClassName
{
border-color: #3B1A15;
}
.TagClassName
{
border-color: #3B1A15;
}
</style>