Shades of Seal Brown #440F07
Tints of Seal Brown #440F07
RGB
CMYK
RGB Variations
Color information
#440F07 (or 0x440F07) is known color: Seal Brown. HEX triplet: 44, 0F and 07. RGB value is (68,15,7). Sum of RGB (Red+Green+Blue) = 68+15+7=90 (11% of max value = 765). Red value is 68 (26.95% from 255 or 75.56% from 90); Green value is 15 (6.25% from 255 or 16.67% from 90); Blue value is 7 (3.12% from 255 or 7.78% from 90); Max value from RGB is 68 - color contains mainly: red. Hex color #440F07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440F07 is #BBF0F8. Grayscale: #1E1E1E. Windows color (decimal): -12316921 or 462660. OLE color: 462660.
HSL color Cylindrical-coordinate representation of color #440F07: hue angle of 7.87º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #440F07 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 15 | 7 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.73 |
| HSL | 7.87º | 0.81% | 0.15% | - |
| HSV(B) | 7.87º | 0.9% | 0.27% | - |
| XYZ | 2.59 | 1.59 | 0.37 | - |
| YUV | 29.94 | 115.06 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 15 | 7 | 0 | 0.78 | 0.90 | 0.73 | 7.87 | 0.81 | 0.15 |
| Hex | 44 | F | 7 | 0 | 4E | 5A | 49 | 8 | 51 | F |
| Octal | 104 | 17 | 7 | 0 | 116 | 132 | 111 | 10 | 121 | 17 |
| Binary | 1000100 | 1111 | 111 | 0 | 1001110 | 1011010 | 1001001 | 1000 | 1010001 | 1111 |
Color Harmonies of #440F07
Complementary color
Monochromatic Colors of #440F07
Black with #440F07
Text Example
Text Example
White with #440F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440F07; }
p { color: rgb(68,15,7); }
H1.HeaderClassName
{
color: #440F07;
}
.AnyTagClassName
{
color: #440F07;
}
</style>
background-color css
<style>
a { background-color: #440F07; }
a { background-color: rgb(68,15,7); }
div.DivClassName
{
background-color: #440F07;
}
.BgClassName
{
background-color: #440F07;
}
</style>
border-color css
<style>
span { border-color: #440F07; }
span { border-color: rgb(68,15,7); }
td.TdClassName
{
border-color: #440F07;
}
.TagClassName
{
border-color: #440F07;
}
</style>