Shades of Seal Brown #44160F
Tints of Seal Brown #44160F
RGB
CMYK
RGB Variations
Color information
#44160F (or 0x44160F) is known color: Seal Brown. HEX triplet: 44, 16 and 0F. RGB value is (68,22,15). Sum of RGB (Red+Green+Blue) = 68+22+15=105 (13% of max value = 765). Red value is 68 (26.95% from 255 or 64.76% from 105); Green value is 22 (8.98% from 255 or 20.95% from 105); Blue value is 15 (6.25% from 255 or 14.29% from 105); Max value from RGB is 68 - color contains mainly: red. Hex color #44160F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #44160F is #BBE9F0. Grayscale: #232323. Windows color (decimal): -12315121 or 988740. OLE color: 988740.
HSL color Cylindrical-coordinate representation of color #44160F: hue angle of 7.92º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #44160F is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 22 | 15 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.73 |
| HSL | 7.92º | 0.64% | 0.16% | - |
| HSV(B) | 7.92º | 0.78% | 0.27% | - |
| XYZ | 2.76 | 1.84 | 0.66 | - |
| YUV | 34.96 | 116.74 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 22 | 15 | 0 | 0.68 | 0.78 | 0.73 | 7.92 | 0.64 | 0.16 |
| Hex | 44 | 16 | F | 0 | 44 | 4E | 49 | 8 | 40 | 10 |
| Octal | 104 | 26 | 17 | 0 | 104 | 116 | 111 | 10 | 100 | 20 |
| Binary | 1000100 | 10110 | 1111 | 0 | 1000100 | 1001110 | 1001001 | 1000 | 1000000 | 10000 |
Color Harmonies of #44160F
Complementary color
Monochromatic Colors of #44160F
Black with #44160F
Text Example
Text Example
White with #44160F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44160F; }
p { color: rgb(68,22,15); }
H1.HeaderClassName
{
color: #44160F;
}
.AnyTagClassName
{
color: #44160F;
}
</style>
background-color css
<style>
a { background-color: #44160F; }
a { background-color: rgb(68,22,15); }
div.DivClassName
{
background-color: #44160F;
}
.BgClassName
{
background-color: #44160F;
}
</style>
border-color css
<style>
span { border-color: #44160F; }
span { border-color: rgb(68,22,15); }
td.TdClassName
{
border-color: #44160F;
}
.TagClassName
{
border-color: #44160F;
}
</style>