Shades of Seal Brown #440F02
Tints of Seal Brown #440F02
RGB
CMYK
RGB Variations
Color information
#440F02 (or 0x440F02) is known color: Seal Brown. HEX triplet: 44, 0F and 02. RGB value is (68,15,2). Sum of RGB (Red+Green+Blue) = 68+15+2=85 (11% of max value = 765). Red value is 68 (26.95% from 255 or 80% from 85); Green value is 15 (6.25% from 255 or 17.65% from 85); Blue value is 2 (1.17% from 255 or 2.35% from 85); Max value from RGB is 68 - color contains mainly: red. Hex color #440F02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440F02 is #BBF0FD. Grayscale: #1D1D1D. Windows color (decimal): -12316926 or 134980. OLE color: 134980.
HSL color Cylindrical-coordinate representation of color #440F02: hue angle of 11.82º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #440F02 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 15 | 2 | - |
| CMYK | 0 | 0.78 | 0.97 | 0.73 |
| HSL | 11.82º | 0.94% | 0.14% | - |
| HSV(B) | 11.82º | 0.97% | 0.27% | - |
| XYZ | 2.57 | 1.57 | 0.23 | - |
| YUV | 29.37 | 112.56 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 15 | 2 | 0 | 0.78 | 0.97 | 0.73 | 11.82 | 0.94 | 0.14 |
| Hex | 44 | F | 2 | 0 | 4E | 61 | 49 | C | 5E | E |
| Octal | 104 | 17 | 2 | 0 | 116 | 141 | 111 | 14 | 136 | 16 |
| Binary | 1000100 | 1111 | 10 | 0 | 1001110 | 1100001 | 1001001 | 1100 | 1011110 | 1110 |
Color Harmonies of #440F02
Complementary color
Monochromatic Colors of #440F02
Black with #440F02
Text Example
Text Example
White with #440F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440F02; }
p { color: rgb(68,15,2); }
H1.HeaderClassName
{
color: #440F02;
}
.AnyTagClassName
{
color: #440F02;
}
</style>
background-color css
<style>
a { background-color: #440F02; }
a { background-color: rgb(68,15,2); }
div.DivClassName
{
background-color: #440F02;
}
.BgClassName
{
background-color: #440F02;
}
</style>
border-color css
<style>
span { border-color: #440F02; }
span { border-color: rgb(68,15,2); }
td.TdClassName
{
border-color: #440F02;
}
.TagClassName
{
border-color: #440F02;
}
</style>