Shades of Madras #443F10
Tints of Madras #443F10
RGB
CMYK
RGB Variations
Color information
#443F10 (or 0x443F10) is known color: Madras. HEX triplet: 44, 3F and 10. RGB value is (68,63,16). Sum of RGB (Red+Green+Blue) = 68+63+16=147 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.26% from 147); Green value is 63 (25% from 255 or 42.86% from 147); Blue value is 16 (6.64% from 255 or 10.88% from 147); Max value from RGB is 68 - color contains mainly: red. Hex color #443F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443F10 is #BBC0EF. Grayscale: #3B3B3B. Windows color (decimal): -12304624 or 1064772. OLE color: 1064772.
HSL color Cylindrical-coordinate representation of color #443F10: hue angle of 54.23º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #443F10 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 63 | 16 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.73 |
| HSL | 54.23º | 0.62% | 0.16% | - |
| HSV(B) | 54.23º | 0.76% | 0.27% | - |
| XYZ | 4.25 | 4.82 | 1.2 | - |
| YUV | 59.14 | 103.66 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 63 | 16 | 0 | 0.07 | 0.76 | 0.73 | 54.23 | 0.62 | 0.16 |
| Hex | 44 | 3F | 10 | 0 | 7 | 4C | 49 | 36 | 3E | 10 |
| Octal | 104 | 77 | 20 | 0 | 7 | 114 | 111 | 66 | 76 | 20 |
| Binary | 1000100 | 111111 | 10000 | 0 | 111 | 1001100 | 1001001 | 110110 | 111110 | 10000 |
Color Harmonies of #443F10
Complementary color
Monochromatic Colors of #443F10
Black with #443F10
Text Example
Text Example
White with #443F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443F10; }
p { color: rgb(68,63,16); }
H1.HeaderClassName
{
color: #443F10;
}
.AnyTagClassName
{
color: #443F10;
}
</style>
background-color css
<style>
a { background-color: #443F10; }
a { background-color: rgb(68,63,16); }
div.DivClassName
{
background-color: #443F10;
}
.BgClassName
{
background-color: #443F10;
}
</style>
border-color css
<style>
span { border-color: #443F10; }
span { border-color: rgb(68,63,16); }
td.TdClassName
{
border-color: #443F10;
}
.TagClassName
{
border-color: #443F10;
}
</style>