Shades of Seal Brown #441D1D
Tints of Seal Brown #441D1D
RGB
CMYK
RGB Variations
Color information
#441D1D (or 0x441D1D) is known color: Seal Brown. HEX triplet: 44, 1D and 1D. RGB value is (68,29,29). Sum of RGB (Red+Green+Blue) = 68+29+29=126 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.97% from 126); Green value is 29 (11.72% from 255 or 23.02% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 68 - color contains mainly: red. Hex color #441D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441D1D is #BBE2E2. Grayscale: #282828. Windows color (decimal): -12313315 or 1908036. OLE color: 1908036.
HSL color Cylindrical-coordinate representation of color #441D1D: hue angle of 0º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #441D1D is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 29 | 29 | - |
| CMYK | 0 | 0.57 | 0.57 | 0.73 |
| HSL | 0º | 0.4% | 0.19% | - |
| HSV(B) | 0º | 0.57% | 0.27% | - |
| XYZ | 3.05 | 2.2 | 1.43 | - |
| YUV | 40.66 | 121.42 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 29 | 29 | 0 | 0.57 | 0.57 | 0.73 | 0 | 0.4 | 0.19 |
| Hex | 44 | 1D | 1D | 0 | 39 | 39 | 49 | 0 | 28 | 13 |
| Octal | 104 | 35 | 35 | 0 | 71 | 71 | 111 | 0 | 50 | 23 |
| Binary | 1000100 | 11101 | 11101 | 0 | 111001 | 111001 | 1001001 | 0 | 101000 | 10011 |
Color Harmonies of #441D1D
Complementary color
Monochromatic Colors of #441D1D
Black with #441D1D
Text Example
Text Example
White with #441D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441D1D; }
p { color: rgb(68,29,29); }
H1.HeaderClassName
{
color: #441D1D;
}
.AnyTagClassName
{
color: #441D1D;
}
</style>
background-color css
<style>
a { background-color: #441D1D; }
a { background-color: rgb(68,29,29); }
div.DivClassName
{
background-color: #441D1D;
}
.BgClassName
{
background-color: #441D1D;
}
</style>
border-color css
<style>
span { border-color: #441D1D; }
span { border-color: rgb(68,29,29); }
td.TdClassName
{
border-color: #441D1D;
}
.TagClassName
{
border-color: #441D1D;
}
</style>