Shades of Madras #443C1F
Tints of Madras #443C1F
RGB
CMYK
RGB Variations
Color information
#443C1F (or 0x443C1F) is known color: Madras. HEX triplet: 44, 3C and 1F. RGB value is (68,60,31). Sum of RGB (Red+Green+Blue) = 68+60+31=159 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.77% from 159); Green value is 60 (23.83% from 255 or 37.74% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 68 - color contains mainly: red. Hex color #443C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443C1F is #BBC3E0. Grayscale: #3B3B3B. Windows color (decimal): -12305377 or 2047044. OLE color: 2047044.
HSL color Cylindrical-coordinate representation of color #443C1F: hue angle of 47.03º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #443C1F is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 60 | 31 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.73 |
| HSL | 47.03º | 0.37% | 0.19% | - |
| HSV(B) | 47.03º | 0.54% | 0.27% | - |
| XYZ | 4.25 | 4.56 | 1.95 | - |
| YUV | 59.09 | 112.15 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 60 | 31 | 0 | 0.12 | 0.54 | 0.73 | 47.03 | 0.37 | 0.19 |
| Hex | 44 | 3C | 1F | 0 | C | 36 | 49 | 2F | 25 | 13 |
| Octal | 104 | 74 | 37 | 0 | 14 | 66 | 111 | 57 | 45 | 23 |
| Binary | 1000100 | 111100 | 11111 | 0 | 1100 | 110110 | 1001001 | 101111 | 100101 | 10011 |
Color Harmonies of #443C1F
Complementary color
Monochromatic Colors of #443C1F
Black with #443C1F
Text Example
Text Example
White with #443C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443C1F; }
p { color: rgb(68,60,31); }
H1.HeaderClassName
{
color: #443C1F;
}
.AnyTagClassName
{
color: #443C1F;
}
</style>
background-color css
<style>
a { background-color: #443C1F; }
a { background-color: rgb(68,60,31); }
div.DivClassName
{
background-color: #443C1F;
}
.BgClassName
{
background-color: #443C1F;
}
</style>
border-color css
<style>
span { border-color: #443C1F; }
span { border-color: rgb(68,60,31); }
td.TdClassName
{
border-color: #443C1F;
}
.TagClassName
{
border-color: #443C1F;
}
</style>