Shades of Seal Brown #440705
Tints of Seal Brown #440705
RGB
CMYK
RGB Variations
Color information
#440705 (or 0x440705) is known color: Seal Brown. HEX triplet: 44, 07 and 05. RGB value is (68,7,5). Sum of RGB (Red+Green+Blue) = 68+7+5=80 (10% of max value = 765). Red value is 68 (26.95% from 255 or 85% from 80); Green value is 7 (3.12% from 255 or 8.75% from 80); Blue value is 5 (2.34% from 255 or 6.25% from 80); Max value from RGB is 68 - color contains mainly: red. Hex color #440705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440705 is #BBF8FA. Grayscale: #191919. Windows color (decimal): -12318971 or 329540. OLE color: 329540.
HSL color Cylindrical-coordinate representation of color #440705: hue angle of 1.9º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440705 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 7 | 5 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.73 |
| HSL | 1.9º | 0.86% | 0.14% | - |
| HSV(B) | 1.9º | 0.93% | 0.27% | - |
| XYZ | 2.49 | 1.39 | 0.28 | - |
| YUV | 25.01 | 116.71 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 7 | 5 | 0 | 0.90 | 0.93 | 0.73 | 1.9 | 0.86 | 0.14 |
| Hex | 44 | 7 | 5 | 0 | 5A | 5D | 49 | 2 | 56 | E |
| Octal | 104 | 7 | 5 | 0 | 132 | 135 | 111 | 2 | 126 | 16 |
| Binary | 1000100 | 111 | 101 | 0 | 1011010 | 1011101 | 1001001 | 10 | 1010110 | 1110 |
Color Harmonies of #440705
Complementary color
Monochromatic Colors of #440705
Black with #440705
Text Example
Text Example
White with #440705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440705; }
p { color: rgb(68,7,5); }
H1.HeaderClassName
{
color: #440705;
}
.AnyTagClassName
{
color: #440705;
}
</style>
background-color css
<style>
a { background-color: #440705; }
a { background-color: rgb(68,7,5); }
div.DivClassName
{
background-color: #440705;
}
.BgClassName
{
background-color: #440705;
}
</style>
border-color css
<style>
span { border-color: #440705; }
span { border-color: rgb(68,7,5); }
td.TdClassName
{
border-color: #440705;
}
.TagClassName
{
border-color: #440705;
}
</style>