Shades of Madras #443D13
Tints of Madras #443D13
RGB
CMYK
RGB Variations
Color information
#443D13 (or 0x443D13) is known color: Madras. HEX triplet: 44, 3D and 13. RGB value is (68,61,19). Sum of RGB (Red+Green+Blue) = 68+61+19=148 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.95% from 148); Green value is 61 (24.22% from 255 or 41.22% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 68 - color contains mainly: red. Hex color #443D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443D13 is #BBC2EC. Grayscale: #3A3A3A. Windows color (decimal): -12305133 or 1260868. OLE color: 1260868.
HSL color Cylindrical-coordinate representation of color #443D13: hue angle of 51.43º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #443D13 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 61 | 19 | - |
| CMYK | 0 | 0.10 | 0.72 | 0.73 |
| HSL | 51.43º | 0.56% | 0.17% | - |
| HSV(B) | 51.43º | 0.72% | 0.27% | - |
| XYZ | 4.17 | 4.61 | 1.29 | - |
| YUV | 58.31 | 105.82 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 61 | 19 | 0 | 0.10 | 0.72 | 0.73 | 51.43 | 0.56 | 0.17 |
| Hex | 44 | 3D | 13 | 0 | A | 48 | 49 | 33 | 38 | 11 |
| Octal | 104 | 75 | 23 | 0 | 12 | 110 | 111 | 63 | 70 | 21 |
| Binary | 1000100 | 111101 | 10011 | 0 | 1010 | 1001000 | 1001001 | 110011 | 111000 | 10001 |
Color Harmonies of #443D13
Complementary color
Monochromatic Colors of #443D13
Black with #443D13
Text Example
Text Example
White with #443D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443D13; }
p { color: rgb(68,61,19); }
H1.HeaderClassName
{
color: #443D13;
}
.AnyTagClassName
{
color: #443D13;
}
</style>
background-color css
<style>
a { background-color: #443D13; }
a { background-color: rgb(68,61,19); }
div.DivClassName
{
background-color: #443D13;
}
.BgClassName
{
background-color: #443D13;
}
</style>
border-color css
<style>
span { border-color: #443D13; }
span { border-color: rgb(68,61,19); }
td.TdClassName
{
border-color: #443D13;
}
.TagClassName
{
border-color: #443D13;
}
</style>