Shades of Madras #443F14
Tints of Madras #443F14
RGB
CMYK
RGB Variations
Color information
#443F14 (or 0x443F14) is known color: Madras. HEX triplet: 44, 3F and 14. RGB value is (68,63,20). Sum of RGB (Red+Green+Blue) = 68+63+20=151 (20% of max value = 765). Red value is 68 (26.95% from 255 or 45.03% from 151); Green value is 63 (25% from 255 or 41.72% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 68 - color contains mainly: red. Hex color #443F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443F14 is #BBC0EB. Grayscale: #3B3B3B. Windows color (decimal): -12304620 or 1326916. OLE color: 1326916.
HSL color Cylindrical-coordinate representation of color #443F14: hue angle of 53.75º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #443F14 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 63 | 20 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.73 |
| HSL | 53.75º | 0.55% | 0.17% | - |
| HSV(B) | 53.75º | 0.71% | 0.27% | - |
| XYZ | 4.29 | 4.83 | 1.37 | - |
| YUV | 59.59 | 105.66 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 63 | 20 | 0 | 0.07 | 0.71 | 0.73 | 53.75 | 0.55 | 0.17 |
| Hex | 44 | 3F | 14 | 0 | 7 | 47 | 49 | 36 | 37 | 11 |
| Octal | 104 | 77 | 24 | 0 | 7 | 107 | 111 | 66 | 67 | 21 |
| Binary | 1000100 | 111111 | 10100 | 0 | 111 | 1000111 | 1001001 | 110110 | 110111 | 10001 |
Color Harmonies of #443F14
Complementary color
Monochromatic Colors of #443F14
Black with #443F14
Text Example
Text Example
White with #443F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443F14; }
p { color: rgb(68,63,20); }
H1.HeaderClassName
{
color: #443F14;
}
.AnyTagClassName
{
color: #443F14;
}
</style>
background-color css
<style>
a { background-color: #443F14; }
a { background-color: rgb(68,63,20); }
div.DivClassName
{
background-color: #443F14;
}
.BgClassName
{
background-color: #443F14;
}
</style>
border-color css
<style>
span { border-color: #443F14; }
span { border-color: rgb(68,63,20); }
td.TdClassName
{
border-color: #443F14;
}
.TagClassName
{
border-color: #443F14;
}
</style>