Shades of Seal Brown #441205
Tints of Seal Brown #441205
RGB
CMYK
RGB Variations
Color information
#441205 (or 0x441205) is known color: Seal Brown. HEX triplet: 44, 12 and 05. RGB value is (68,18,5). Sum of RGB (Red+Green+Blue) = 68+18+5=91 (12% of max value = 765). Red value is 68 (26.95% from 255 or 74.73% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 5 (2.34% from 255 or 5.49% from 91); Max value from RGB is 68 - color contains mainly: red. Hex color #441205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441205 is #BBEDFA. Grayscale: #1F1F1F. Windows color (decimal): -12316155 or 332356. OLE color: 332356.
HSL color Cylindrical-coordinate representation of color #441205: hue angle of 12.38º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #441205 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 18 | 5 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.73 |
| HSL | 12.38º | 0.86% | 0.14% | - |
| HSV(B) | 12.38º | 0.93% | 0.27% | - |
| XYZ | 2.63 | 1.67 | 0.33 | - |
| YUV | 31.47 | 113.07 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 18 | 5 | 0 | 0.74 | 0.93 | 0.73 | 12.38 | 0.86 | 0.14 |
| Hex | 44 | 12 | 5 | 0 | 4A | 5D | 49 | C | 56 | E |
| Octal | 104 | 22 | 5 | 0 | 112 | 135 | 111 | 14 | 126 | 16 |
| Binary | 1000100 | 10010 | 101 | 0 | 1001010 | 1011101 | 1001001 | 1100 | 1010110 | 1110 |
Color Harmonies of #441205
Complementary color
Monochromatic Colors of #441205
Black with #441205
Text Example
Text Example
White with #441205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441205; }
p { color: rgb(68,18,5); }
H1.HeaderClassName
{
color: #441205;
}
.AnyTagClassName
{
color: #441205;
}
</style>
background-color css
<style>
a { background-color: #441205; }
a { background-color: rgb(68,18,5); }
div.DivClassName
{
background-color: #441205;
}
.BgClassName
{
background-color: #441205;
}
</style>
border-color css
<style>
span { border-color: #441205; }
span { border-color: rgb(68,18,5); }
td.TdClassName
{
border-color: #441205;
}
.TagClassName
{
border-color: #441205;
}
</style>