Shades of Seal Brown #441212
Tints of Seal Brown #441212
RGB
CMYK
RGB Variations
Color information
#441212 (or 0x441212) is known color: Seal Brown. HEX triplet: 44, 12 and 12. RGB value is (68,18,18). Sum of RGB (Red+Green+Blue) = 68+18+18=104 (13% of max value = 765). Red value is 68 (26.95% from 255 or 65.38% from 104); Green value is 18 (7.42% from 255 or 17.31% from 104); Blue value is 18 (7.42% from 255 or 17.31% from 104); Max value from RGB is 68 - color contains mainly: red. Hex color #441212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441212 is #BBEDED. Grayscale: #202020. Windows color (decimal): -12316142 or 1184324. OLE color: 1184324.
HSL color Cylindrical-coordinate representation of color #441212: hue angle of 0º 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 #441212 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 18 | 18 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.73 |
| HSL | 0º | 0.58% | 0.17% | - |
| HSV(B) | 0º | 0.74% | 0.27% | - |
| XYZ | 2.71 | 1.71 | 0.76 | - |
| YUV | 32.95 | 119.57 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 18 | 18 | 0 | 0.74 | 0.74 | 0.73 | 0 | 0.58 | 0.17 |
| Hex | 44 | 12 | 12 | 0 | 4A | 4A | 49 | 0 | 3A | 11 |
| Octal | 104 | 22 | 22 | 0 | 112 | 112 | 111 | 0 | 72 | 21 |
| Binary | 1000100 | 10010 | 10010 | 0 | 1001010 | 1001010 | 1001001 | 0 | 111010 | 10001 |
Color Harmonies of #441212
Complementary color
Monochromatic Colors of #441212
Black with #441212
Text Example
Text Example
White with #441212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441212; }
p { color: rgb(68,18,18); }
H1.HeaderClassName
{
color: #441212;
}
.AnyTagClassName
{
color: #441212;
}
</style>
background-color css
<style>
a { background-color: #441212; }
a { background-color: rgb(68,18,18); }
div.DivClassName
{
background-color: #441212;
}
.BgClassName
{
background-color: #441212;
}
</style>
border-color css
<style>
span { border-color: #441212; }
span { border-color: rgb(68,18,18); }
td.TdClassName
{
border-color: #441212;
}
.TagClassName
{
border-color: #441212;
}
</style>