Shades of Seal Brown #441110
Tints of Seal Brown #441110
RGB
CMYK
RGB Variations
Color information
#441110 (or 0x441110) is known color: Seal Brown. HEX triplet: 44, 11 and 10. RGB value is (68,17,16). Sum of RGB (Red+Green+Blue) = 68+17+16=101 (13% of max value = 765). Red value is 68 (26.95% from 255 or 67.33% from 101); Green value is 17 (7.03% from 255 or 16.83% from 101); Blue value is 16 (6.64% from 255 or 15.84% from 101); Max value from RGB is 68 - color contains mainly: red. Hex color #441110 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441110 is #BBEEEF. Grayscale: #202020. Windows color (decimal): -12316400 or 1052996. OLE color: 1052996.
HSL color Cylindrical-coordinate representation of color #441110: hue angle of 1.15º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #441110 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 17 | 16 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.73 |
| HSL | 1.15º | 0.62% | 0.16% | - |
| HSV(B) | 1.15º | 0.76% | 0.27% | - |
| XYZ | 2.68 | 1.67 | 0.67 | - |
| YUV | 32.14 | 118.9 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 17 | 16 | 0 | 0.75 | 0.76 | 0.73 | 1.15 | 0.62 | 0.16 |
| Hex | 44 | 11 | 10 | 0 | 4B | 4C | 49 | 1 | 3E | 10 |
| Octal | 104 | 21 | 20 | 0 | 113 | 114 | 111 | 1 | 76 | 20 |
| Binary | 1000100 | 10001 | 10000 | 0 | 1001011 | 1001100 | 1001001 | 1 | 111110 | 10000 |
Color Harmonies of #441110
Complementary color
Monochromatic Colors of #441110
Black with #441110
Text Example
Text Example
White with #441110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441110; }
p { color: rgb(68,17,16); }
H1.HeaderClassName
{
color: #441110;
}
.AnyTagClassName
{
color: #441110;
}
</style>
background-color css
<style>
a { background-color: #441110; }
a { background-color: rgb(68,17,16); }
div.DivClassName
{
background-color: #441110;
}
.BgClassName
{
background-color: #441110;
}
</style>
border-color css
<style>
span { border-color: #441110; }
span { border-color: rgb(68,17,16); }
td.TdClassName
{
border-color: #441110;
}
.TagClassName
{
border-color: #441110;
}
</style>