Shades of Madras #443F11
Tints of Madras #443F11
RGB
CMYK
RGB Variations
Color information
#443F11 (or 0x443F11) is known color: Madras. HEX triplet: 44, 3F and 11. RGB value is (68,63,17). Sum of RGB (Red+Green+Blue) = 68+63+17=148 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.95% from 148); Green value is 63 (25% from 255 or 42.57% from 148); Blue value is 17 (7.03% from 255 or 11.49% from 148); Max value from RGB is 68 - color contains mainly: red. Hex color #443F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443F11 is #BBC0EE. Grayscale: #3B3B3B. Windows color (decimal): -12304623 or 1130308. OLE color: 1130308.
HSL color Cylindrical-coordinate representation of color #443F11: hue angle of 54.12º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #443F11 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 63 | 17 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.73 |
| HSL | 54.12º | 0.6% | 0.17% | - |
| HSV(B) | 54.12º | 0.75% | 0.27% | - |
| XYZ | 4.26 | 4.82 | 1.24 | - |
| YUV | 59.25 | 104.16 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 63 | 17 | 0 | 0.07 | 0.75 | 0.73 | 54.12 | 0.6 | 0.17 |
| Hex | 44 | 3F | 11 | 0 | 7 | 4B | 49 | 36 | 3C | 11 |
| Octal | 104 | 77 | 21 | 0 | 7 | 113 | 111 | 66 | 74 | 21 |
| Binary | 1000100 | 111111 | 10001 | 0 | 111 | 1001011 | 1001001 | 110110 | 111100 | 10001 |
Color Harmonies of #443F11
Complementary color
Monochromatic Colors of #443F11
Black with #443F11
Text Example
Text Example
White with #443F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443F11; }
p { color: rgb(68,63,17); }
H1.HeaderClassName
{
color: #443F11;
}
.AnyTagClassName
{
color: #443F11;
}
</style>
background-color css
<style>
a { background-color: #443F11; }
a { background-color: rgb(68,63,17); }
div.DivClassName
{
background-color: #443F11;
}
.BgClassName
{
background-color: #443F11;
}
</style>
border-color css
<style>
span { border-color: #443F11; }
span { border-color: rgb(68,63,17); }
td.TdClassName
{
border-color: #443F11;
}
.TagClassName
{
border-color: #443F11;
}
</style>