Shades of Madras #443D12
Tints of Madras #443D12
RGB
CMYK
RGB Variations
Color information
#443D12 (or 0x443D12) is known color: Madras. HEX triplet: 44, 3D and 12. RGB value is (68,61,18). Sum of RGB (Red+Green+Blue) = 68+61+18=147 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.26% from 147); Green value is 61 (24.22% from 255 or 41.50% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 68 - color contains mainly: red. Hex color #443D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443D12 is #BBC2ED. Grayscale: #3A3A3A. Windows color (decimal): -12305134 or 1195332. OLE color: 1195332.
HSL color Cylindrical-coordinate representation of color #443D12: hue angle of 51.6º 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 #443D12 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 61 | 18 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.73 |
| HSL | 51.6º | 0.58% | 0.17% | - |
| HSV(B) | 51.6º | 0.74% | 0.27% | - |
| XYZ | 4.16 | 4.61 | 1.24 | - |
| YUV | 58.19 | 105.32 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 61 | 18 | 0 | 0.10 | 0.74 | 0.73 | 51.6 | 0.58 | 0.17 |
| Hex | 44 | 3D | 12 | 0 | A | 4A | 49 | 34 | 3A | 11 |
| Octal | 104 | 75 | 22 | 0 | 12 | 112 | 111 | 64 | 72 | 21 |
| Binary | 1000100 | 111101 | 10010 | 0 | 1010 | 1001010 | 1001001 | 110100 | 111010 | 10001 |
Color Harmonies of #443D12
Complementary color
Monochromatic Colors of #443D12
Black with #443D12
Text Example
Text Example
White with #443D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443D12; }
p { color: rgb(68,61,18); }
H1.HeaderClassName
{
color: #443D12;
}
.AnyTagClassName
{
color: #443D12;
}
</style>
background-color css
<style>
a { background-color: #443D12; }
a { background-color: rgb(68,61,18); }
div.DivClassName
{
background-color: #443D12;
}
.BgClassName
{
background-color: #443D12;
}
</style>
border-color css
<style>
span { border-color: #443D12; }
span { border-color: rgb(68,61,18); }
td.TdClassName
{
border-color: #443D12;
}
.TagClassName
{
border-color: #443D12;
}
</style>