Shades of Madras #443C12
Tints of Madras #443C12
RGB
CMYK
RGB Variations
Color information
#443C12 (or 0x443C12) is known color: Madras. HEX triplet: 44, 3C and 12. RGB value is (68,60,18). Sum of RGB (Red+Green+Blue) = 68+60+18=146 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.58% from 146); Green value is 60 (23.83% from 255 or 41.10% from 146); Blue value is 18 (7.42% from 255 or 12.33% from 146); Max value from RGB is 68 - color contains mainly: red. Hex color #443C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443C12 is #BBC3ED. Grayscale: #393939. Windows color (decimal): -12305390 or 1195076. OLE color: 1195076.
HSL color Cylindrical-coordinate representation of color #443C12: hue angle of 50.4º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #443C12 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 60 | 18 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.73 |
| HSL | 50.4º | 0.58% | 0.17% | - |
| HSV(B) | 50.4º | 0.74% | 0.27% | - |
| XYZ | 4.11 | 4.5 | 1.23 | - |
| YUV | 57.6 | 105.65 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 60 | 18 | 0 | 0.12 | 0.74 | 0.73 | 50.4 | 0.58 | 0.17 |
| Hex | 44 | 3C | 12 | 0 | C | 4A | 49 | 32 | 3A | 11 |
| Octal | 104 | 74 | 22 | 0 | 14 | 112 | 111 | 62 | 72 | 21 |
| Binary | 1000100 | 111100 | 10010 | 0 | 1100 | 1001010 | 1001001 | 110010 | 111010 | 10001 |
Color Harmonies of #443C12
Complementary color
Monochromatic Colors of #443C12
Black with #443C12
Text Example
Text Example
White with #443C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443C12; }
p { color: rgb(68,60,18); }
H1.HeaderClassName
{
color: #443C12;
}
.AnyTagClassName
{
color: #443C12;
}
</style>
background-color css
<style>
a { background-color: #443C12; }
a { background-color: rgb(68,60,18); }
div.DivClassName
{
background-color: #443C12;
}
.BgClassName
{
background-color: #443C12;
}
</style>
border-color css
<style>
span { border-color: #443C12; }
span { border-color: rgb(68,60,18); }
td.TdClassName
{
border-color: #443C12;
}
.TagClassName
{
border-color: #443C12;
}
</style>