Shades of Seal Brown #341D1D
Tints of Seal Brown #341D1D
RGB
CMYK
RGB Variations
Color information
#341D1D (or 0x341D1D) is known color: Seal Brown. HEX triplet: 34, 1D and 1D. RGB value is (52,29,29). Sum of RGB (Red+Green+Blue) = 52+29+29=110 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.27% from 110); Green value is 29 (11.72% from 255 or 26.36% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 52 - color contains mainly: red. Hex color #341D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341D1D is #CBE2E2. Grayscale: #232323. Windows color (decimal): -13361891 or 1908020. OLE color: 1908020.
HSL color Cylindrical-coordinate representation of color #341D1D: hue angle of 0º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #341D1D is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 29 | 29 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.80 |
| HSL | 0º | 0.28% | 0.16% | - |
| HSV(B) | 0º | 0.44% | 0.2% | - |
| XYZ | 2.08 | 1.7 | 1.38 | - |
| YUV | 35.88 | 124.12 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 29 | 29 | 0 | 0.44 | 0.44 | 0.80 | 0 | 0.28 | 0.16 |
| Hex | 34 | 1D | 1D | 0 | 2C | 2C | 50 | 0 | 1C | 10 |
| Octal | 64 | 35 | 35 | 0 | 54 | 54 | 120 | 0 | 34 | 20 |
| Binary | 110100 | 11101 | 11101 | 0 | 101100 | 101100 | 1010000 | 0 | 11100 | 10000 |
Color Harmonies of #341D1D
Complementary color
Monochromatic Colors of #341D1D
Black with #341D1D
Text Example
Text Example
White with #341D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341D1D; }
p { color: rgb(52,29,29); }
H1.HeaderClassName
{
color: #341D1D;
}
.AnyTagClassName
{
color: #341D1D;
}
</style>
background-color css
<style>
a { background-color: #341D1D; }
a { background-color: rgb(52,29,29); }
div.DivClassName
{
background-color: #341D1D;
}
.BgClassName
{
background-color: #341D1D;
}
</style>
border-color css
<style>
span { border-color: #341D1D; }
span { border-color: rgb(52,29,29); }
td.TdClassName
{
border-color: #341D1D;
}
.TagClassName
{
border-color: #341D1D;
}
</style>