Shades of Madras #444107
Tints of Madras #444107
RGB
CMYK
RGB Variations
Color information
#444107 (or 0x444107) is known color: Madras. HEX triplet: 44, 41 and 07. RGB value is (68,65,7). Sum of RGB (Red+Green+Blue) = 68+65+7=140 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.57% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 7 (3.12% from 255 or 5% from 140); Max value from RGB is 68 - color contains mainly: red. Hex color #444107 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444107 is #BBBEF8. Grayscale: #3B3B3B. Windows color (decimal): -12304121 or 475460. OLE color: 475460.
HSL color Cylindrical-coordinate representation of color #444107: hue angle of 57.05º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #444107 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 65 | 7 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.73 |
| HSL | 57.05º | 0.81% | 0.15% | - |
| HSV(B) | 57.05º | 0.9% | 0.27% | - |
| XYZ | 4.31 | 5.02 | 0.94 | - |
| YUV | 59.29 | 98.49 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 65 | 7 | 0 | 0.04 | 0.90 | 0.73 | 57.05 | 0.81 | 0.15 |
| Hex | 44 | 41 | 7 | 0 | 4 | 5A | 49 | 39 | 51 | F |
| Octal | 104 | 101 | 7 | 0 | 4 | 132 | 111 | 71 | 121 | 17 |
| Binary | 1000100 | 1000001 | 111 | 0 | 100 | 1011010 | 1001001 | 111001 | 1010001 | 1111 |
Color Harmonies of #444107
Complementary color
Monochromatic Colors of #444107
Black with #444107
Text Example
Text Example
White with #444107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444107; }
p { color: rgb(68,65,7); }
H1.HeaderClassName
{
color: #444107;
}
.AnyTagClassName
{
color: #444107;
}
</style>
background-color css
<style>
a { background-color: #444107; }
a { background-color: rgb(68,65,7); }
div.DivClassName
{
background-color: #444107;
}
.BgClassName
{
background-color: #444107;
}
</style>
border-color css
<style>
span { border-color: #444107; }
span { border-color: rgb(68,65,7); }
td.TdClassName
{
border-color: #444107;
}
.TagClassName
{
border-color: #444107;
}
</style>