Shades of Seal Brown #3A1D1D
Tints of Seal Brown #3A1D1D
RGB
CMYK
RGB Variations
Color information
#3A1D1D (or 0x3A1D1D) is known color: Seal Brown. HEX triplet: 3A, 1D and 1D. RGB value is (58,29,29). Sum of RGB (Red+Green+Blue) = 58+29+29=116 (15% of max value = 765). Red value is 58 (23.05% from 255 or 50% from 116); Green value is 29 (11.72% from 255 or 25% from 116); Blue value is 29 (11.72% from 255 or 25% from 116); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1D1D is #C5E2E2. Grayscale: #252525. Windows color (decimal): -12968675 or 1908026. OLE color: 1908026.
HSL color Cylindrical-coordinate representation of color #3A1D1D: hue angle of 0º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A1D1D is Cyan = 0, Magento = 0.5, Yellow = 0.5 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 29 | 29 | - |
| CMYK | 0 | 0.5 | 0.5 | 0.77 |
| HSL | 0º | 0.33% | 0.17% | - |
| HSV(B) | 0º | 0.5% | 0.23% | - |
| XYZ | 2.41 | 1.87 | 1.4 | - |
| YUV | 37.67 | 123.11 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 29 | 29 | 0 | 0.5 | 0.5 | 0.77 | 0 | 0.33 | 0.17 |
| Hex | 3A | 1D | 1D | 0 | 32 | 32 | 4D | 0 | 21 | 11 |
| Octal | 72 | 35 | 35 | 0 | 62 | 62 | 115 | 0 | 41 | 21 |
| Binary | 111010 | 11101 | 11101 | 0 | 110010 | 110010 | 1001101 | 0 | 100001 | 10001 |
Color Harmonies of #3A1D1D
Complementary color
Monochromatic Colors of #3A1D1D
Black with #3A1D1D
Text Example
Text Example
White with #3A1D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1D1D; }
p { color: rgb(58,29,29); }
H1.HeaderClassName
{
color: #3A1D1D;
}
.AnyTagClassName
{
color: #3A1D1D;
}
</style>
background-color css
<style>
a { background-color: #3A1D1D; }
a { background-color: rgb(58,29,29); }
div.DivClassName
{
background-color: #3A1D1D;
}
.BgClassName
{
background-color: #3A1D1D;
}
</style>
border-color css
<style>
span { border-color: #3A1D1D; }
span { border-color: rgb(58,29,29); }
td.TdClassName
{
border-color: #3A1D1D;
}
.TagClassName
{
border-color: #3A1D1D;
}
</style>