Shades of Seal Brown #441206
Tints of Seal Brown #441206
RGB
CMYK
RGB Variations
Color information
#441206 (or 0x441206) is known color: Seal Brown. HEX triplet: 44, 12 and 06. RGB value is (68,18,6). Sum of RGB (Red+Green+Blue) = 68+18+6=92 (12% of max value = 765). Red value is 68 (26.95% from 255 or 73.91% from 92); Green value is 18 (7.42% from 255 or 19.57% from 92); Blue value is 6 (2.73% from 255 or 6.52% from 92); Max value from RGB is 68 - color contains mainly: red. Hex color #441206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441206 is #BBEDF9. Grayscale: #1F1F1F. Windows color (decimal): -12316154 or 397892. OLE color: 397892.
HSL color Cylindrical-coordinate representation of color #441206: hue angle of 11.61º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #441206 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 18 | 6 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.73 |
| HSL | 11.61º | 0.84% | 0.15% | - |
| HSV(B) | 11.61º | 0.91% | 0.27% | - |
| XYZ | 2.63 | 1.67 | 0.36 | - |
| YUV | 31.58 | 113.57 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 18 | 6 | 0 | 0.74 | 0.91 | 0.73 | 11.61 | 0.84 | 0.15 |
| Hex | 44 | 12 | 6 | 0 | 4A | 5B | 49 | C | 54 | F |
| Octal | 104 | 22 | 6 | 0 | 112 | 133 | 111 | 14 | 124 | 17 |
| Binary | 1000100 | 10010 | 110 | 0 | 1001010 | 1011011 | 1001001 | 1100 | 1010100 | 1111 |
Color Harmonies of #441206
Complementary color
Monochromatic Colors of #441206
Black with #441206
Text Example
Text Example
White with #441206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441206; }
p { color: rgb(68,18,6); }
H1.HeaderClassName
{
color: #441206;
}
.AnyTagClassName
{
color: #441206;
}
</style>
background-color css
<style>
a { background-color: #441206; }
a { background-color: rgb(68,18,6); }
div.DivClassName
{
background-color: #441206;
}
.BgClassName
{
background-color: #441206;
}
</style>
border-color css
<style>
span { border-color: #441206; }
span { border-color: rgb(68,18,6); }
td.TdClassName
{
border-color: #441206;
}
.TagClassName
{
border-color: #441206;
}
</style>