Shades of Seal Brown #3B1A19
Tints of Seal Brown #3B1A19
RGB
CMYK
RGB Variations
Color information
#3B1A19 (or 0x3B1A19) is known color: Seal Brown. HEX triplet: 3B, 1A and 19. RGB value is (59,26,25). Sum of RGB (Red+Green+Blue) = 59+26+25=110 (14% of max value = 765). Red value is 59 (23.44% from 255 or 53.64% from 110); Green value is 26 (10.55% from 255 or 23.64% from 110); Blue value is 25 (10.16% from 255 or 22.73% from 110); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B1A19 is #C4E5E6. Grayscale: #232323. Windows color (decimal): -12903911 or 1645115. OLE color: 1645115.
HSL color Cylindrical-coordinate representation of color #3B1A19: hue angle of 1.76º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B1A19 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 26 | 25 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.77 |
| HSL | 1.76º | 0.4% | 0.16% | - |
| HSV(B) | 1.76º | 0.58% | 0.23% | - |
| XYZ | 2.35 | 1.74 | 1.13 | - |
| YUV | 35.75 | 121.93 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 26 | 25 | 0 | 0.56 | 0.58 | 0.77 | 1.76 | 0.4 | 0.16 |
| Hex | 3B | 1A | 19 | 0 | 38 | 3A | 4D | 2 | 28 | 10 |
| Octal | 73 | 32 | 31 | 0 | 70 | 72 | 115 | 2 | 50 | 20 |
| Binary | 111011 | 11010 | 11001 | 0 | 111000 | 111010 | 1001101 | 10 | 101000 | 10000 |
Color Harmonies of #3B1A19
Complementary color
Monochromatic Colors of #3B1A19
Black with #3B1A19
Text Example
Text Example
White with #3B1A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1A19; }
p { color: rgb(59,26,25); }
H1.HeaderClassName
{
color: #3B1A19;
}
.AnyTagClassName
{
color: #3B1A19;
}
</style>
background-color css
<style>
a { background-color: #3B1A19; }
a { background-color: rgb(59,26,25); }
div.DivClassName
{
background-color: #3B1A19;
}
.BgClassName
{
background-color: #3B1A19;
}
</style>
border-color css
<style>
span { border-color: #3B1A19; }
span { border-color: rgb(59,26,25); }
td.TdClassName
{
border-color: #3B1A19;
}
.TagClassName
{
border-color: #3B1A19;
}
</style>