Shades of Seal Brown #440E01
Tints of Seal Brown #440E01
RGB
CMYK
RGB Variations
Color information
#440E01 (or 0x440E01) is known color: Seal Brown. HEX triplet: 44, 0E and 01. RGB value is (68,14,1). Sum of RGB (Red+Green+Blue) = 68+14+1=83 (10% of max value = 765). Red value is 68 (26.95% from 255 or 81.93% from 83); Green value is 14 (5.86% from 255 or 16.87% from 83); Blue value is 1 (0.78% from 255 or 1.20% from 83); Max value from RGB is 68 - color contains mainly: red. Hex color #440E01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440E01 is #BBF1FE. Grayscale: #1C1C1C. Windows color (decimal): -12317183 or 69188. OLE color: 69188.
HSL color Cylindrical-coordinate representation of color #440E01: hue angle of 11.64º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #440E01 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 14 | 1 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.73 |
| HSL | 11.64º | 0.97% | 0.14% | - |
| HSV(B) | 11.64º | 0.99% | 0.27% | - |
| XYZ | 2.55 | 1.55 | 0.19 | - |
| YUV | 28.66 | 112.39 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 14 | 1 | 0 | 0.79 | 0.99 | 0.73 | 11.64 | 0.97 | 0.14 |
| Hex | 44 | E | 1 | 0 | 4F | 63 | 49 | C | 61 | E |
| Octal | 104 | 16 | 1 | 0 | 117 | 143 | 111 | 14 | 141 | 16 |
| Binary | 1000100 | 1110 | 1 | 0 | 1001111 | 1100011 | 1001001 | 1100 | 1100001 | 1110 |
Color Harmonies of #440E01
Complementary color
Monochromatic Colors of #440E01
Black with #440E01
Text Example
Text Example
White with #440E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440E01; }
p { color: rgb(68,14,1); }
H1.HeaderClassName
{
color: #440E01;
}
.AnyTagClassName
{
color: #440E01;
}
</style>
background-color css
<style>
a { background-color: #440E01; }
a { background-color: rgb(68,14,1); }
div.DivClassName
{
background-color: #440E01;
}
.BgClassName
{
background-color: #440E01;
}
</style>
border-color css
<style>
span { border-color: #440E01; }
span { border-color: rgb(68,14,1); }
td.TdClassName
{
border-color: #440E01;
}
.TagClassName
{
border-color: #440E01;
}
</style>