Shades of Seal Brown #440704
Tints of Seal Brown #440704
RGB
CMYK
RGB Variations
Color information
#440704 (or 0x440704) is known color: Seal Brown. HEX triplet: 44, 07 and 04. RGB value is (68,7,4). Sum of RGB (Red+Green+Blue) = 68+7+4=79 (10% of max value = 765). Red value is 68 (26.95% from 255 or 86.08% from 79); Green value is 7 (3.12% from 255 or 8.86% from 79); Blue value is 4 (1.95% from 255 or 5.06% from 79); Max value from RGB is 68 - color contains mainly: red. Hex color #440704 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440704 is #BBF8FB. Grayscale: #181818. Windows color (decimal): -12318972 or 264004. OLE color: 264004.
HSL color Cylindrical-coordinate representation of color #440704: hue angle of 2.81º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440704 is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 7 | 4 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.73 |
| HSL | 2.81º | 0.89% | 0.14% | - |
| HSV(B) | 2.81º | 0.94% | 0.27% | - |
| XYZ | 2.48 | 1.39 | 0.25 | - |
| YUV | 24.9 | 116.21 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 7 | 4 | 0 | 0.90 | 0.94 | 0.73 | 2.81 | 0.89 | 0.14 |
| Hex | 44 | 7 | 4 | 0 | 5A | 5E | 49 | 3 | 59 | E |
| Octal | 104 | 7 | 4 | 0 | 132 | 136 | 111 | 3 | 131 | 16 |
| Binary | 1000100 | 111 | 100 | 0 | 1011010 | 1011110 | 1001001 | 11 | 1011001 | 1110 |
Color Harmonies of #440704
Complementary color
Monochromatic Colors of #440704
Black with #440704
Text Example
Text Example
White with #440704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440704; }
p { color: rgb(68,7,4); }
H1.HeaderClassName
{
color: #440704;
}
.AnyTagClassName
{
color: #440704;
}
</style>
background-color css
<style>
a { background-color: #440704; }
a { background-color: rgb(68,7,4); }
div.DivClassName
{
background-color: #440704;
}
.BgClassName
{
background-color: #440704;
}
</style>
border-color css
<style>
span { border-color: #440704; }
span { border-color: rgb(68,7,4); }
td.TdClassName
{
border-color: #440704;
}
.TagClassName
{
border-color: #440704;
}
</style>