Shades of Seal Brown #44120F
Tints of Seal Brown #44120F
RGB
CMYK
RGB Variations
Color information
#44120F (or 0x44120F) is known color: Seal Brown. HEX triplet: 44, 12 and 0F. RGB value is (68,18,15). Sum of RGB (Red+Green+Blue) = 68+18+15=101 (13% of max value = 765). Red value is 68 (26.95% from 255 or 67.33% from 101); Green value is 18 (7.42% from 255 or 17.82% from 101); Blue value is 15 (6.25% from 255 or 14.85% from 101); Max value from RGB is 68 - color contains mainly: red. Hex color #44120F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #44120F is #BBEDF0. Grayscale: #202020. Windows color (decimal): -12316145 or 987716. OLE color: 987716.
HSL color Cylindrical-coordinate representation of color #44120F: hue angle of 3.4º 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 #44120F is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 18 | 15 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.73 |
| HSL | 3.4º | 0.64% | 0.16% | - |
| HSV(B) | 3.4º | 0.78% | 0.27% | - |
| XYZ | 2.69 | 1.7 | 0.64 | - |
| YUV | 32.61 | 118.07 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 18 | 15 | 0 | 0.74 | 0.78 | 0.73 | 3.4 | 0.64 | 0.16 |
| Hex | 44 | 12 | F | 0 | 4A | 4E | 49 | 3 | 40 | 10 |
| Octal | 104 | 22 | 17 | 0 | 112 | 116 | 111 | 3 | 100 | 20 |
| Binary | 1000100 | 10010 | 1111 | 0 | 1001010 | 1001110 | 1001001 | 11 | 1000000 | 10000 |
Color Harmonies of #44120F
Complementary color
Monochromatic Colors of #44120F
Black with #44120F
Text Example
Text Example
White with #44120F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44120F; }
p { color: rgb(68,18,15); }
H1.HeaderClassName
{
color: #44120F;
}
.AnyTagClassName
{
color: #44120F;
}
</style>
background-color css
<style>
a { background-color: #44120F; }
a { background-color: rgb(68,18,15); }
div.DivClassName
{
background-color: #44120F;
}
.BgClassName
{
background-color: #44120F;
}
</style>
border-color css
<style>
span { border-color: #44120F; }
span { border-color: rgb(68,18,15); }
td.TdClassName
{
border-color: #44120F;
}
.TagClassName
{
border-color: #44120F;
}
</style>