Shades of Seal Brown #3A1B19
Tints of Seal Brown #3A1B19
RGB
CMYK
RGB Variations
Color information
#3A1B19 (or 0x3A1B19) is known color: Seal Brown. HEX triplet: 3A, 1B and 19. RGB value is (58,27,25). Sum of RGB (Red+Green+Blue) = 58+27+25=110 (14% of max value = 765). Red value is 58 (23.05% from 255 or 52.73% from 110); Green value is 27 (10.94% from 255 or 24.55% from 110); Blue value is 25 (10.16% from 255 or 22.73% from 110); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A1B19 is #C5E4E6. Grayscale: #242424. Windows color (decimal): -12969191 or 1645370. OLE color: 1645370.
HSL color Cylindrical-coordinate representation of color #3A1B19: hue angle of 3.64º 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 #3A1B19 is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 27 | 25 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.77 |
| HSL | 3.64º | 0.4% | 0.16% | - |
| HSV(B) | 3.64º | 0.57% | 0.23% | - |
| XYZ | 2.31 | 1.75 | 1.14 | - |
| YUV | 36.04 | 121.77 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 27 | 25 | 0 | 0.53 | 0.57 | 0.77 | 3.64 | 0.4 | 0.16 |
| Hex | 3A | 1B | 19 | 0 | 35 | 39 | 4D | 4 | 28 | 10 |
| Octal | 72 | 33 | 31 | 0 | 65 | 71 | 115 | 4 | 50 | 20 |
| Binary | 111010 | 11011 | 11001 | 0 | 110101 | 111001 | 1001101 | 100 | 101000 | 10000 |
Color Harmonies of #3A1B19
Complementary color
Monochromatic Colors of #3A1B19
Black with #3A1B19
Text Example
Text Example
White with #3A1B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1B19; }
p { color: rgb(58,27,25); }
H1.HeaderClassName
{
color: #3A1B19;
}
.AnyTagClassName
{
color: #3A1B19;
}
</style>
background-color css
<style>
a { background-color: #3A1B19; }
a { background-color: rgb(58,27,25); }
div.DivClassName
{
background-color: #3A1B19;
}
.BgClassName
{
background-color: #3A1B19;
}
</style>
border-color css
<style>
span { border-color: #3A1B19; }
span { border-color: rgb(58,27,25); }
td.TdClassName
{
border-color: #3A1B19;
}
.TagClassName
{
border-color: #3A1B19;
}
</style>