Shades of Seal Brown #440F0D
Tints of Seal Brown #440F0D
RGB
CMYK
RGB Variations
Color information
#440F0D (or 0x440F0D) is known color: Seal Brown. HEX triplet: 44, 0F and 0D. RGB value is (68,15,13). Sum of RGB (Red+Green+Blue) = 68+15+13=96 (12% of max value = 765). Red value is 68 (26.95% from 255 or 70.83% from 96); Green value is 15 (6.25% from 255 or 15.62% from 96); Blue value is 13 (5.47% from 255 or 13.54% from 96); Max value from RGB is 68 - color contains mainly: red. Hex color #440F0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440F0D is #BBF0F2. Grayscale: #1E1E1E. Windows color (decimal): -12316915 or 855876. OLE color: 855876.
HSL color Cylindrical-coordinate representation of color #440F0D: hue angle of 2.18º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #440F0D is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 15 | 13 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.73 |
| HSL | 2.18º | 0.68% | 0.16% | - |
| HSV(B) | 2.18º | 0.81% | 0.27% | - |
| XYZ | 2.63 | 1.6 | 0.55 | - |
| YUV | 30.62 | 118.06 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 15 | 13 | 0 | 0.78 | 0.81 | 0.73 | 2.18 | 0.68 | 0.16 |
| Hex | 44 | F | D | 0 | 4E | 51 | 49 | 2 | 44 | 10 |
| Octal | 104 | 17 | 15 | 0 | 116 | 121 | 111 | 2 | 104 | 20 |
| Binary | 1000100 | 1111 | 1101 | 0 | 1001110 | 1010001 | 1001001 | 10 | 1000100 | 10000 |
Color Harmonies of #440F0D
Complementary color
Monochromatic Colors of #440F0D
Black with #440F0D
Text Example
Text Example
White with #440F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440F0D; }
p { color: rgb(68,15,13); }
H1.HeaderClassName
{
color: #440F0D;
}
.AnyTagClassName
{
color: #440F0D;
}
</style>
background-color css
<style>
a { background-color: #440F0D; }
a { background-color: rgb(68,15,13); }
div.DivClassName
{
background-color: #440F0D;
}
.BgClassName
{
background-color: #440F0D;
}
</style>
border-color css
<style>
span { border-color: #440F0D; }
span { border-color: rgb(68,15,13); }
td.TdClassName
{
border-color: #440F0D;
}
.TagClassName
{
border-color: #440F0D;
}
</style>