Shades of Madras #443C0C
Tints of Madras #443C0C
RGB
CMYK
RGB Variations
Color information
#443C0C (or 0x443C0C) is known color: Madras. HEX triplet: 44, 3C and 0C. RGB value is (68,60,12). Sum of RGB (Red+Green+Blue) = 68+60+12=140 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.57% from 140); Green value is 60 (23.83% from 255 or 42.86% from 140); Blue value is 12 (5.08% from 255 or 8.57% from 140); Max value from RGB is 68 - color contains mainly: red. Hex color #443C0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443C0C is #BBC3F3. Grayscale: #393939. Windows color (decimal): -12305396 or 801860. OLE color: 801860.
HSL color Cylindrical-coordinate representation of color #443C0C: hue angle of 51.43º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #443C0C is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 60 | 12 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.73 |
| HSL | 51.43º | 0.7% | 0.16% | - |
| HSV(B) | 51.43º | 0.82% | 0.27% | - |
| XYZ | 4.07 | 4.49 | 1 | - |
| YUV | 56.92 | 102.65 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 60 | 12 | 0 | 0.12 | 0.82 | 0.73 | 51.43 | 0.7 | 0.16 |
| Hex | 44 | 3C | C | 0 | C | 52 | 49 | 33 | 46 | 10 |
| Octal | 104 | 74 | 14 | 0 | 14 | 122 | 111 | 63 | 106 | 20 |
| Binary | 1000100 | 111100 | 1100 | 0 | 1100 | 1010010 | 1001001 | 110011 | 1000110 | 10000 |
Color Harmonies of #443C0C
Complementary color
Monochromatic Colors of #443C0C
Black with #443C0C
Text Example
Text Example
White with #443C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443C0C; }
p { color: rgb(68,60,12); }
H1.HeaderClassName
{
color: #443C0C;
}
.AnyTagClassName
{
color: #443C0C;
}
</style>
background-color css
<style>
a { background-color: #443C0C; }
a { background-color: rgb(68,60,12); }
div.DivClassName
{
background-color: #443C0C;
}
.BgClassName
{
background-color: #443C0C;
}
</style>
border-color css
<style>
span { border-color: #443C0C; }
span { border-color: rgb(68,60,12); }
td.TdClassName
{
border-color: #443C0C;
}
.TagClassName
{
border-color: #443C0C;
}
</style>