Shades of Seal Brown #440C04
Tints of Seal Brown #440C04
RGB
CMYK
RGB Variations
Color information
#440C04 (or 0x440C04) is known color: Seal Brown. HEX triplet: 44, 0C and 04. RGB value is (68,12,4). Sum of RGB (Red+Green+Blue) = 68+12+4=84 (11% of max value = 765). Red value is 68 (26.95% from 255 or 80.95% from 84); Green value is 12 (5.08% from 255 or 14.29% from 84); Blue value is 4 (1.95% from 255 or 4.76% from 84); Max value from RGB is 68 - color contains mainly: red. Hex color #440C04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440C04 is #BBF3FB. Grayscale: #1B1B1B. Windows color (decimal): -12317692 or 265284. OLE color: 265284.
HSL color Cylindrical-coordinate representation of color #440C04: hue angle of 7.5º 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 #440C04 is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 12 | 4 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.73 |
| HSL | 7.5º | 0.89% | 0.14% | - |
| HSV(B) | 7.5º | 0.94% | 0.27% | - |
| XYZ | 2.54 | 1.5 | 0.27 | - |
| YUV | 27.83 | 114.55 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 12 | 4 | 0 | 0.82 | 0.94 | 0.73 | 7.5 | 0.89 | 0.14 |
| Hex | 44 | C | 4 | 0 | 52 | 5E | 49 | 8 | 59 | E |
| Octal | 104 | 14 | 4 | 0 | 122 | 136 | 111 | 10 | 131 | 16 |
| Binary | 1000100 | 1100 | 100 | 0 | 1010010 | 1011110 | 1001001 | 1000 | 1011001 | 1110 |
Color Harmonies of #440C04
Complementary color
Monochromatic Colors of #440C04
Black with #440C04
Text Example
Text Example
White with #440C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440C04; }
p { color: rgb(68,12,4); }
H1.HeaderClassName
{
color: #440C04;
}
.AnyTagClassName
{
color: #440C04;
}
</style>
background-color css
<style>
a { background-color: #440C04; }
a { background-color: rgb(68,12,4); }
div.DivClassName
{
background-color: #440C04;
}
.BgClassName
{
background-color: #440C04;
}
</style>
border-color css
<style>
span { border-color: #440C04; }
span { border-color: rgb(68,12,4); }
td.TdClassName
{
border-color: #440C04;
}
.TagClassName
{
border-color: #440C04;
}
</style>