Shades of Seal Brown #3A1A19
Tints of Seal Brown #3A1A19
RGB
CMYK
RGB Variations
Color information
#3A1A19 (or 0x3A1A19) is known color: Seal Brown. HEX triplet: 3A, 1A and 19. RGB value is (58,26,25). Sum of RGB (Red+Green+Blue) = 58+26+25=109 (14% of max value = 765). Red value is 58 (23.05% from 255 or 53.21% from 109); Green value is 26 (10.55% from 255 or 23.85% from 109); Blue value is 25 (10.16% from 255 or 22.94% from 109); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A1A19 is #C5E5E6. Grayscale: #232323. Windows color (decimal): -12969447 or 1645114. OLE color: 1645114.
HSL color Cylindrical-coordinate representation of color #3A1A19: hue angle of 1.82º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A1A19 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 26 | 25 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.77 |
| HSL | 1.82º | 0.4% | 0.16% | - |
| HSV(B) | 1.82º | 0.57% | 0.23% | - |
| XYZ | 2.29 | 1.71 | 1.13 | - |
| YUV | 35.45 | 122.1 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 26 | 25 | 0 | 0.55 | 0.57 | 0.77 | 1.82 | 0.4 | 0.16 |
| Hex | 3A | 1A | 19 | 0 | 37 | 39 | 4D | 2 | 28 | 10 |
| Octal | 72 | 32 | 31 | 0 | 67 | 71 | 115 | 2 | 50 | 20 |
| Binary | 111010 | 11010 | 11001 | 0 | 110111 | 111001 | 1001101 | 10 | 101000 | 10000 |
Color Harmonies of #3A1A19
Complementary color
Monochromatic Colors of #3A1A19
Black with #3A1A19
Text Example
Text Example
White with #3A1A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1A19; }
p { color: rgb(58,26,25); }
H1.HeaderClassName
{
color: #3A1A19;
}
.AnyTagClassName
{
color: #3A1A19;
}
</style>
background-color css
<style>
a { background-color: #3A1A19; }
a { background-color: rgb(58,26,25); }
div.DivClassName
{
background-color: #3A1A19;
}
.BgClassName
{
background-color: #3A1A19;
}
</style>
border-color css
<style>
span { border-color: #3A1A19; }
span { border-color: rgb(58,26,25); }
td.TdClassName
{
border-color: #3A1A19;
}
.TagClassName
{
border-color: #3A1A19;
}
</style>