Shades of Seal Brown #440F03
Tints of Seal Brown #440F03
RGB
CMYK
RGB Variations
Color information
#440F03 (or 0x440F03) is known color: Seal Brown. HEX triplet: 44, 0F and 03. RGB value is (68,15,3). Sum of RGB (Red+Green+Blue) = 68+15+3=86 (11% of max value = 765). Red value is 68 (26.95% from 255 or 79.07% from 86); Green value is 15 (6.25% from 255 or 17.44% from 86); Blue value is 3 (1.56% from 255 or 3.49% from 86); Max value from RGB is 68 - color contains mainly: red. Hex color #440F03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440F03 is #BBF0FC. Grayscale: #1D1D1D. Windows color (decimal): -12316925 or 200516. OLE color: 200516.
HSL color Cylindrical-coordinate representation of color #440F03: hue angle of 11.08º 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 #440F03 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 15 | 3 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.73 |
| HSL | 11.08º | 0.92% | 0.14% | - |
| HSV(B) | 11.08º | 0.96% | 0.27% | - |
| XYZ | 2.57 | 1.58 | 0.26 | - |
| YUV | 29.48 | 113.06 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 15 | 3 | 0 | 0.78 | 0.96 | 0.73 | 11.08 | 0.92 | 0.14 |
| Hex | 44 | F | 3 | 0 | 4E | 60 | 49 | B | 5C | E |
| Octal | 104 | 17 | 3 | 0 | 116 | 140 | 111 | 13 | 134 | 16 |
| Binary | 1000100 | 1111 | 11 | 0 | 1001110 | 1100000 | 1001001 | 1011 | 1011100 | 1110 |
Color Harmonies of #440F03
Complementary color
Monochromatic Colors of #440F03
Black with #440F03
Text Example
Text Example
White with #440F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440F03; }
p { color: rgb(68,15,3); }
H1.HeaderClassName
{
color: #440F03;
}
.AnyTagClassName
{
color: #440F03;
}
</style>
background-color css
<style>
a { background-color: #440F03; }
a { background-color: rgb(68,15,3); }
div.DivClassName
{
background-color: #440F03;
}
.BgClassName
{
background-color: #440F03;
}
</style>
border-color css
<style>
span { border-color: #440F03; }
span { border-color: rgb(68,15,3); }
td.TdClassName
{
border-color: #440F03;
}
.TagClassName
{
border-color: #440F03;
}
</style>