Shades of Seal Brown #440E03
Tints of Seal Brown #440E03
RGB
CMYK
RGB Variations
Color information
#440E03 (or 0x440E03) is known color: Seal Brown. HEX triplet: 44, 0E and 03. RGB value is (68,14,3). Sum of RGB (Red+Green+Blue) = 68+14+3=85 (11% of max value = 765). Red value is 68 (26.95% from 255 or 80% from 85); Green value is 14 (5.86% from 255 or 16.47% from 85); Blue value is 3 (1.56% from 255 or 3.53% from 85); Max value from RGB is 68 - color contains mainly: red. Hex color #440E03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440E03 is #BBF1FC. Grayscale: #1C1C1C. Windows color (decimal): -12317181 or 200260. OLE color: 200260.
HSL color Cylindrical-coordinate representation of color #440E03: hue angle of 10.15º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #440E03 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 14 | 3 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.73 |
| HSL | 10.15º | 0.92% | 0.14% | - |
| HSV(B) | 10.15º | 0.96% | 0.27% | - |
| XYZ | 2.56 | 1.55 | 0.25 | - |
| YUV | 28.89 | 113.39 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 14 | 3 | 0 | 0.79 | 0.96 | 0.73 | 10.15 | 0.92 | 0.14 |
| Hex | 44 | E | 3 | 0 | 4F | 60 | 49 | A | 5C | E |
| Octal | 104 | 16 | 3 | 0 | 117 | 140 | 111 | 12 | 134 | 16 |
| Binary | 1000100 | 1110 | 11 | 0 | 1001111 | 1100000 | 1001001 | 1010 | 1011100 | 1110 |
Color Harmonies of #440E03
Complementary color
Monochromatic Colors of #440E03
Black with #440E03
Text Example
Text Example
White with #440E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440E03; }
p { color: rgb(68,14,3); }
H1.HeaderClassName
{
color: #440E03;
}
.AnyTagClassName
{
color: #440E03;
}
</style>
background-color css
<style>
a { background-color: #440E03; }
a { background-color: rgb(68,14,3); }
div.DivClassName
{
background-color: #440E03;
}
.BgClassName
{
background-color: #440E03;
}
</style>
border-color css
<style>
span { border-color: #440E03; }
span { border-color: rgb(68,14,3); }
td.TdClassName
{
border-color: #440E03;
}
.TagClassName
{
border-color: #440E03;
}
</style>