Shades of Madras #443C0D
Tints of Madras #443C0D
RGB
CMYK
RGB Variations
Color information
#443C0D (or 0x443C0D) is known color: Madras. HEX triplet: 44, 3C and 0D. RGB value is (68,60,13). Sum of RGB (Red+Green+Blue) = 68+60+13=141 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.23% from 141); Green value is 60 (23.83% from 255 or 42.55% from 141); Blue value is 13 (5.47% from 255 or 9.22% from 141); Max value from RGB is 68 - color contains mainly: red. Hex color #443C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443C0D is #BBC3F2. Grayscale: #393939. Windows color (decimal): -12305395 or 867396. OLE color: 867396.
HSL color Cylindrical-coordinate representation of color #443C0D: hue angle of 51.27º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #443C0D is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 60 | 13 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.73 |
| HSL | 51.27º | 0.68% | 0.16% | - |
| HSV(B) | 51.27º | 0.81% | 0.27% | - |
| XYZ | 4.07 | 4.49 | 1.03 | - |
| YUV | 57.03 | 103.15 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 60 | 13 | 0 | 0.12 | 0.81 | 0.73 | 51.27 | 0.68 | 0.16 |
| Hex | 44 | 3C | D | 0 | C | 51 | 49 | 33 | 44 | 10 |
| Octal | 104 | 74 | 15 | 0 | 14 | 121 | 111 | 63 | 104 | 20 |
| Binary | 1000100 | 111100 | 1101 | 0 | 1100 | 1010001 | 1001001 | 110011 | 1000100 | 10000 |
Color Harmonies of #443C0D
Complementary color
Monochromatic Colors of #443C0D
Black with #443C0D
Text Example
Text Example
White with #443C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443C0D; }
p { color: rgb(68,60,13); }
H1.HeaderClassName
{
color: #443C0D;
}
.AnyTagClassName
{
color: #443C0D;
}
</style>
background-color css
<style>
a { background-color: #443C0D; }
a { background-color: rgb(68,60,13); }
div.DivClassName
{
background-color: #443C0D;
}
.BgClassName
{
background-color: #443C0D;
}
</style>
border-color css
<style>
span { border-color: #443C0D; }
span { border-color: rgb(68,60,13); }
td.TdClassName
{
border-color: #443C0D;
}
.TagClassName
{
border-color: #443C0D;
}
</style>