Shades of Seal Brown #440C08
Tints of Seal Brown #440C08
RGB
CMYK
RGB Variations
Color information
#440C08 (or 0x440C08) is known color: Seal Brown. HEX triplet: 44, 0C and 08. RGB value is (68,12,8). Sum of RGB (Red+Green+Blue) = 68+12+8=88 (11% of max value = 765). Red value is 68 (26.95% from 255 or 77.27% from 88); Green value is 12 (5.08% from 255 or 13.64% from 88); Blue value is 8 (3.52% from 255 or 9.09% from 88); Max value from RGB is 68 - color contains mainly: red. Hex color #440C08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440C08 is #BBF3F7. Grayscale: #1C1C1C. Windows color (decimal): -12317688 or 527428. OLE color: 527428.
HSL color Cylindrical-coordinate representation of color #440C08: hue angle of 4º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #440C08 is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 12 | 8 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.73 |
| HSL | 4º | 0.79% | 0.15% | - |
| HSV(B) | 4º | 0.88% | 0.27% | - |
| XYZ | 2.56 | 1.51 | 0.39 | - |
| YUV | 28.29 | 116.55 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 12 | 8 | 0 | 0.82 | 0.88 | 0.73 | 4 | 0.79 | 0.15 |
| Hex | 44 | C | 8 | 0 | 52 | 58 | 49 | 4 | 4F | F |
| Octal | 104 | 14 | 10 | 0 | 122 | 130 | 111 | 4 | 117 | 17 |
| Binary | 1000100 | 1100 | 1000 | 0 | 1010010 | 1011000 | 1001001 | 100 | 1001111 | 1111 |
Color Harmonies of #440C08
Complementary color
Monochromatic Colors of #440C08
Black with #440C08
Text Example
Text Example
White with #440C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440C08; }
p { color: rgb(68,12,8); }
H1.HeaderClassName
{
color: #440C08;
}
.AnyTagClassName
{
color: #440C08;
}
</style>
background-color css
<style>
a { background-color: #440C08; }
a { background-color: rgb(68,12,8); }
div.DivClassName
{
background-color: #440C08;
}
.BgClassName
{
background-color: #440C08;
}
</style>
border-color css
<style>
span { border-color: #440C08; }
span { border-color: rgb(68,12,8); }
td.TdClassName
{
border-color: #440C08;
}
.TagClassName
{
border-color: #440C08;
}
</style>