Shades of Seal Brown #441412
Tints of Seal Brown #441412
RGB
CMYK
RGB Variations
Color information
#441412 (or 0x441412) is known color: Seal Brown. HEX triplet: 44, 14 and 12. RGB value is (68,20,18). Sum of RGB (Red+Green+Blue) = 68+20+18=106 (14% of max value = 765). Red value is 68 (26.95% from 255 or 64.15% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 68 - color contains mainly: red. Hex color #441412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441412 is #BBEBED. Grayscale: #222222. Windows color (decimal): -12315630 or 1184836. OLE color: 1184836.
HSL color Cylindrical-coordinate representation of color #441412: hue angle of 2.4º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #441412 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 20 | 18 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.73 |
| HSL | 2.4º | 0.58% | 0.17% | - |
| HSV(B) | 2.4º | 0.74% | 0.27% | - |
| XYZ | 2.74 | 1.77 | 0.77 | - |
| YUV | 34.12 | 118.9 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 20 | 18 | 0 | 0.71 | 0.74 | 0.73 | 2.4 | 0.58 | 0.17 |
| Hex | 44 | 14 | 12 | 0 | 47 | 4A | 49 | 2 | 3A | 11 |
| Octal | 104 | 24 | 22 | 0 | 107 | 112 | 111 | 2 | 72 | 21 |
| Binary | 1000100 | 10100 | 10010 | 0 | 1000111 | 1001010 | 1001001 | 10 | 111010 | 10001 |
Color Harmonies of #441412
Complementary color
Monochromatic Colors of #441412
Black with #441412
Text Example
Text Example
White with #441412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441412; }
p { color: rgb(68,20,18); }
H1.HeaderClassName
{
color: #441412;
}
.AnyTagClassName
{
color: #441412;
}
</style>
background-color css
<style>
a { background-color: #441412; }
a { background-color: rgb(68,20,18); }
div.DivClassName
{
background-color: #441412;
}
.BgClassName
{
background-color: #441412;
}
</style>
border-color css
<style>
span { border-color: #441412; }
span { border-color: rgb(68,20,18); }
td.TdClassName
{
border-color: #441412;
}
.TagClassName
{
border-color: #441412;
}
</style>