Shades of Seal Brown #441102
Tints of Seal Brown #441102
RGB
CMYK
RGB Variations
Color information
#441102 (or 0x441102) is known color: Seal Brown. HEX triplet: 44, 11 and 02. RGB value is (68,17,2). Sum of RGB (Red+Green+Blue) = 68+17+2=87 (11% of max value = 765). Red value is 68 (26.95% from 255 or 78.16% from 87); Green value is 17 (7.03% from 255 or 19.54% from 87); Blue value is 2 (1.17% from 255 or 2.30% from 87); Max value from RGB is 68 - color contains mainly: red. Hex color #441102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441102 is #BBEEFD. Grayscale: #1E1E1E. Windows color (decimal): -12316414 or 135492. OLE color: 135492.
HSL color Cylindrical-coordinate representation of color #441102: hue angle of 13.64º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #441102 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 17 | 2 | - |
| CMYK | 0 | 0.75 | 0.97 | 0.73 |
| HSL | 13.64º | 0.94% | 0.14% | - |
| HSV(B) | 13.64º | 0.97% | 0.27% | - |
| XYZ | 2.6 | 1.63 | 0.24 | - |
| YUV | 30.54 | 111.9 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 17 | 2 | 0 | 0.75 | 0.97 | 0.73 | 13.64 | 0.94 | 0.14 |
| Hex | 44 | 11 | 2 | 0 | 4B | 61 | 49 | E | 5E | E |
| Octal | 104 | 21 | 2 | 0 | 113 | 141 | 111 | 16 | 136 | 16 |
| Binary | 1000100 | 10001 | 10 | 0 | 1001011 | 1100001 | 1001001 | 1110 | 1011110 | 1110 |
Color Harmonies of #441102
Complementary color
Monochromatic Colors of #441102
Black with #441102
Text Example
Text Example
White with #441102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441102; }
p { color: rgb(68,17,2); }
H1.HeaderClassName
{
color: #441102;
}
.AnyTagClassName
{
color: #441102;
}
</style>
background-color css
<style>
a { background-color: #441102; }
a { background-color: rgb(68,17,2); }
div.DivClassName
{
background-color: #441102;
}
.BgClassName
{
background-color: #441102;
}
</style>
border-color css
<style>
span { border-color: #441102; }
span { border-color: rgb(68,17,2); }
td.TdClassName
{
border-color: #441102;
}
.TagClassName
{
border-color: #441102;
}
</style>