Shades of Madras #443C1E
Tints of Madras #443C1E
RGB
CMYK
RGB Variations
Color information
#443C1E (or 0x443C1E) is known color: Madras. HEX triplet: 44, 3C and 1E. RGB value is (68,60,30). Sum of RGB (Red+Green+Blue) = 68+60+30=158 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.04% from 158); Green value is 60 (23.83% from 255 or 37.97% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 68 - color contains mainly: red. Hex color #443C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443C1E is #BBC3E1. Grayscale: #3B3B3B. Windows color (decimal): -12305378 or 1981508. OLE color: 1981508.
HSL color Cylindrical-coordinate representation of color #443C1E: hue angle of 47.37º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #443C1E is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 60 | 30 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.73 |
| HSL | 47.37º | 0.39% | 0.19% | - |
| HSV(B) | 47.37º | 0.56% | 0.27% | - |
| XYZ | 4.23 | 4.55 | 1.88 | - |
| YUV | 58.97 | 111.65 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 60 | 30 | 0 | 0.12 | 0.56 | 0.73 | 47.37 | 0.39 | 0.19 |
| Hex | 44 | 3C | 1E | 0 | C | 38 | 49 | 2F | 27 | 13 |
| Octal | 104 | 74 | 36 | 0 | 14 | 70 | 111 | 57 | 47 | 23 |
| Binary | 1000100 | 111100 | 11110 | 0 | 1100 | 111000 | 1001001 | 101111 | 100111 | 10011 |
Color Harmonies of #443C1E
Complementary color
Monochromatic Colors of #443C1E
Black with #443C1E
Text Example
Text Example
White with #443C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443C1E; }
p { color: rgb(68,60,30); }
H1.HeaderClassName
{
color: #443C1E;
}
.AnyTagClassName
{
color: #443C1E;
}
</style>
background-color css
<style>
a { background-color: #443C1E; }
a { background-color: rgb(68,60,30); }
div.DivClassName
{
background-color: #443C1E;
}
.BgClassName
{
background-color: #443C1E;
}
</style>
border-color css
<style>
span { border-color: #443C1E; }
span { border-color: rgb(68,60,30); }
td.TdClassName
{
border-color: #443C1E;
}
.TagClassName
{
border-color: #443C1E;
}
</style>