Shades of Seal Brown #440C05
Tints of Seal Brown #440C05
RGB
CMYK
RGB Variations
Color information
#440C05 (or 0x440C05) is known color: Seal Brown. HEX triplet: 44, 0C and 05. RGB value is (68,12,5). Sum of RGB (Red+Green+Blue) = 68+12+5=85 (11% of max value = 765). Red value is 68 (26.95% from 255 or 80% from 85); Green value is 12 (5.08% from 255 or 14.12% from 85); Blue value is 5 (2.34% from 255 or 5.88% from 85); Max value from RGB is 68 - color contains mainly: red. Hex color #440C05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440C05 is #BBF3FA. Grayscale: #1C1C1C. Windows color (decimal): -12317691 or 330820. OLE color: 330820.
HSL color Cylindrical-coordinate representation of color #440C05: hue angle of 6.67º 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 #440C05 is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 12 | 5 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.73 |
| HSL | 6.67º | 0.86% | 0.14% | - |
| HSV(B) | 6.67º | 0.93% | 0.27% | - |
| XYZ | 2.54 | 1.5 | 0.3 | - |
| YUV | 27.95 | 115.05 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 12 | 5 | 0 | 0.82 | 0.93 | 0.73 | 6.67 | 0.86 | 0.14 |
| Hex | 44 | C | 5 | 0 | 52 | 5D | 49 | 7 | 56 | E |
| Octal | 104 | 14 | 5 | 0 | 122 | 135 | 111 | 7 | 126 | 16 |
| Binary | 1000100 | 1100 | 101 | 0 | 1010010 | 1011101 | 1001001 | 111 | 1010110 | 1110 |
Color Harmonies of #440C05
Complementary color
Monochromatic Colors of #440C05
Black with #440C05
Text Example
Text Example
White with #440C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440C05; }
p { color: rgb(68,12,5); }
H1.HeaderClassName
{
color: #440C05;
}
.AnyTagClassName
{
color: #440C05;
}
</style>
background-color css
<style>
a { background-color: #440C05; }
a { background-color: rgb(68,12,5); }
div.DivClassName
{
background-color: #440C05;
}
.BgClassName
{
background-color: #440C05;
}
</style>
border-color css
<style>
span { border-color: #440C05; }
span { border-color: rgb(68,12,5); }
td.TdClassName
{
border-color: #440C05;
}
.TagClassName
{
border-color: #440C05;
}
</style>