Shades of Madras #443D10
Tints of Madras #443D10
RGB
CMYK
RGB Variations
Color information
#443D10 (or 0x443D10) is known color: Madras. HEX triplet: 44, 3D and 10. RGB value is (68,61,16). Sum of RGB (Red+Green+Blue) = 68+61+16=145 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.90% from 145); Green value is 61 (24.22% from 255 or 42.07% from 145); Blue value is 16 (6.64% from 255 or 11.03% from 145); Max value from RGB is 68 - color contains mainly: red. Hex color #443D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443D10 is #BBC2EF. Grayscale: #3A3A3A. Windows color (decimal): -12305136 or 1064260. OLE color: 1064260.
HSL color Cylindrical-coordinate representation of color #443D10: hue angle of 51.92º 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 #443D10 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 61 | 16 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.73 |
| HSL | 51.92º | 0.62% | 0.16% | - |
| HSV(B) | 51.92º | 0.76% | 0.27% | - |
| XYZ | 4.15 | 4.6 | 1.16 | - |
| YUV | 57.96 | 104.32 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 61 | 16 | 0 | 0.10 | 0.76 | 0.73 | 51.92 | 0.62 | 0.16 |
| Hex | 44 | 3D | 10 | 0 | A | 4C | 49 | 34 | 3E | 10 |
| Octal | 104 | 75 | 20 | 0 | 12 | 114 | 111 | 64 | 76 | 20 |
| Binary | 1000100 | 111101 | 10000 | 0 | 1010 | 1001100 | 1001001 | 110100 | 111110 | 10000 |
Color Harmonies of #443D10
Complementary color
Monochromatic Colors of #443D10
Black with #443D10
Text Example
Text Example
White with #443D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443D10; }
p { color: rgb(68,61,16); }
H1.HeaderClassName
{
color: #443D10;
}
.AnyTagClassName
{
color: #443D10;
}
</style>
background-color css
<style>
a { background-color: #443D10; }
a { background-color: rgb(68,61,16); }
div.DivClassName
{
background-color: #443D10;
}
.BgClassName
{
background-color: #443D10;
}
</style>
border-color css
<style>
span { border-color: #443D10; }
span { border-color: rgb(68,61,16); }
td.TdClassName
{
border-color: #443D10;
}
.TagClassName
{
border-color: #443D10;
}
</style>