Shades of Madras #443C10
Tints of Madras #443C10
RGB
CMYK
RGB Variations
Color information
#443C10 (or 0x443C10) is known color: Madras. HEX triplet: 44, 3C and 10. RGB value is (68,60,16). Sum of RGB (Red+Green+Blue) = 68+60+16=144 (19% of max value = 765). Red value is 68 (26.95% from 255 or 47.22% from 144); Green value is 60 (23.83% from 255 or 41.67% from 144); Blue value is 16 (6.64% from 255 or 11.11% from 144); Max value from RGB is 68 - color contains mainly: red. Hex color #443C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443C10 is #BBC3EF. Grayscale: #393939. Windows color (decimal): -12305392 or 1064004. OLE color: 1064004.
HSL color Cylindrical-coordinate representation of color #443C10: hue angle of 50.77º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #443C10 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 60 | 16 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.73 |
| HSL | 50.77º | 0.62% | 0.16% | - |
| HSV(B) | 50.77º | 0.76% | 0.27% | - |
| XYZ | 4.09 | 4.5 | 1.14 | - |
| YUV | 57.38 | 104.65 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 60 | 16 | 0 | 0.12 | 0.76 | 0.73 | 50.77 | 0.62 | 0.16 |
| Hex | 44 | 3C | 10 | 0 | C | 4C | 49 | 33 | 3E | 10 |
| Octal | 104 | 74 | 20 | 0 | 14 | 114 | 111 | 63 | 76 | 20 |
| Binary | 1000100 | 111100 | 10000 | 0 | 1100 | 1001100 | 1001001 | 110011 | 111110 | 10000 |
Color Harmonies of #443C10
Complementary color
Monochromatic Colors of #443C10
Black with #443C10
Text Example
Text Example
White with #443C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443C10; }
p { color: rgb(68,60,16); }
H1.HeaderClassName
{
color: #443C10;
}
.AnyTagClassName
{
color: #443C10;
}
</style>
background-color css
<style>
a { background-color: #443C10; }
a { background-color: rgb(68,60,16); }
div.DivClassName
{
background-color: #443C10;
}
.BgClassName
{
background-color: #443C10;
}
</style>
border-color css
<style>
span { border-color: #443C10; }
span { border-color: rgb(68,60,16); }
td.TdClassName
{
border-color: #443C10;
}
.TagClassName
{
border-color: #443C10;
}
</style>