Shades of Madras #443A13
Tints of Madras #443A13
RGB
CMYK
RGB Variations
Color information
#443A13 (or 0x443A13) is known color: Madras. HEX triplet: 44, 3A and 13. RGB value is (68,58,19). Sum of RGB (Red+Green+Blue) = 68+58+19=145 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.90% from 145); Green value is 58 (23.05% from 255 or 40% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 68 - color contains mainly: red. Hex color #443A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443A13 is #BBC5EC. Grayscale: #383838. Windows color (decimal): -12305901 or 1260100. OLE color: 1260100.
HSL color Cylindrical-coordinate representation of color #443A13: hue angle of 47.76º 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 #443A13 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 58 | 19 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.73 |
| HSL | 47.76º | 0.56% | 0.17% | - |
| HSV(B) | 47.76º | 0.72% | 0.27% | - |
| XYZ | 4.01 | 4.3 | 1.23 | - |
| YUV | 56.54 | 106.81 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 58 | 19 | 0 | 0.15 | 0.72 | 0.73 | 47.76 | 0.56 | 0.17 |
| Hex | 44 | 3A | 13 | 0 | F | 48 | 49 | 30 | 38 | 11 |
| Octal | 104 | 72 | 23 | 0 | 17 | 110 | 111 | 60 | 70 | 21 |
| Binary | 1000100 | 111010 | 10011 | 0 | 1111 | 1001000 | 1001001 | 110000 | 111000 | 10001 |
Color Harmonies of #443A13
Complementary color
Monochromatic Colors of #443A13
Black with #443A13
Text Example
Text Example
White with #443A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443A13; }
p { color: rgb(68,58,19); }
H1.HeaderClassName
{
color: #443A13;
}
.AnyTagClassName
{
color: #443A13;
}
</style>
background-color css
<style>
a { background-color: #443A13; }
a { background-color: rgb(68,58,19); }
div.DivClassName
{
background-color: #443A13;
}
.BgClassName
{
background-color: #443A13;
}
</style>
border-color css
<style>
span { border-color: #443A13; }
span { border-color: rgb(68,58,19); }
td.TdClassName
{
border-color: #443A13;
}
.TagClassName
{
border-color: #443A13;
}
</style>