Shades of Seal Brown #440F01
Tints of Seal Brown #440F01
RGB
CMYK
RGB Variations
Color information
#440F01 (or 0x440F01) is known color: Seal Brown. HEX triplet: 44, 0F and 01. RGB value is (68,15,1). Sum of RGB (Red+Green+Blue) = 68+15+1=84 (11% of max value = 765). Red value is 68 (26.95% from 255 or 80.95% from 84); Green value is 15 (6.25% from 255 or 17.86% from 84); Blue value is 1 (0.78% from 255 or 1.19% from 84); Max value from RGB is 68 - color contains mainly: red. Hex color #440F01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440F01 is #BBF0FE. Grayscale: #1D1D1D. Windows color (decimal): -12316927 or 69444. OLE color: 69444.
HSL color Cylindrical-coordinate representation of color #440F01: hue angle of 12.54º 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 #440F01 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 15 | 1 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.73 |
| HSL | 12.54º | 0.97% | 0.14% | - |
| HSV(B) | 12.54º | 0.99% | 0.27% | - |
| XYZ | 2.56 | 1.57 | 0.2 | - |
| YUV | 29.25 | 112.06 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 15 | 1 | 0 | 0.78 | 0.99 | 0.73 | 12.54 | 0.97 | 0.14 |
| Hex | 44 | F | 1 | 0 | 4E | 63 | 49 | D | 61 | E |
| Octal | 104 | 17 | 1 | 0 | 116 | 143 | 111 | 15 | 141 | 16 |
| Binary | 1000100 | 1111 | 1 | 0 | 1001110 | 1100011 | 1001001 | 1101 | 1100001 | 1110 |
Color Harmonies of #440F01
Complementary color
Monochromatic Colors of #440F01
Black with #440F01
Text Example
Text Example
White with #440F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440F01; }
p { color: rgb(68,15,1); }
H1.HeaderClassName
{
color: #440F01;
}
.AnyTagClassName
{
color: #440F01;
}
</style>
background-color css
<style>
a { background-color: #440F01; }
a { background-color: rgb(68,15,1); }
div.DivClassName
{
background-color: #440F01;
}
.BgClassName
{
background-color: #440F01;
}
</style>
border-color css
<style>
span { border-color: #440F01; }
span { border-color: rgb(68,15,1); }
td.TdClassName
{
border-color: #440F01;
}
.TagClassName
{
border-color: #440F01;
}
</style>