Shades of Madras #443F0C
Tints of Madras #443F0C
RGB
CMYK
RGB Variations
Color information
#443F0C (or 0x443F0C) is known color: Madras. HEX triplet: 44, 3F and 0C. RGB value is (68,63,12). Sum of RGB (Red+Green+Blue) = 68+63+12=143 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.55% from 143); Green value is 63 (25% from 255 or 44.06% from 143); Blue value is 12 (5.08% from 255 or 8.39% from 143); Max value from RGB is 68 - color contains mainly: red. Hex color #443F0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443F0C is #BBC0F3. Grayscale: #3A3A3A. Windows color (decimal): -12304628 or 802628. OLE color: 802628.
HSL color Cylindrical-coordinate representation of color #443F0C: hue angle of 54.64º 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 #443F0C is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 63 | 12 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.73 |
| HSL | 54.64º | 0.7% | 0.16% | - |
| HSV(B) | 54.64º | 0.82% | 0.27% | - |
| XYZ | 4.23 | 4.81 | 1.05 | - |
| YUV | 58.68 | 101.66 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 63 | 12 | 0 | 0.07 | 0.82 | 0.73 | 54.64 | 0.7 | 0.16 |
| Hex | 44 | 3F | C | 0 | 7 | 52 | 49 | 37 | 46 | 10 |
| Octal | 104 | 77 | 14 | 0 | 7 | 122 | 111 | 67 | 106 | 20 |
| Binary | 1000100 | 111111 | 1100 | 0 | 111 | 1010010 | 1001001 | 110111 | 1000110 | 10000 |
Color Harmonies of #443F0C
Complementary color
Monochromatic Colors of #443F0C
Black with #443F0C
Text Example
Text Example
White with #443F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443F0C; }
p { color: rgb(68,63,12); }
H1.HeaderClassName
{
color: #443F0C;
}
.AnyTagClassName
{
color: #443F0C;
}
</style>
background-color css
<style>
a { background-color: #443F0C; }
a { background-color: rgb(68,63,12); }
div.DivClassName
{
background-color: #443F0C;
}
.BgClassName
{
background-color: #443F0C;
}
</style>
border-color css
<style>
span { border-color: #443F0C; }
span { border-color: rgb(68,63,12); }
td.TdClassName
{
border-color: #443F0C;
}
.TagClassName
{
border-color: #443F0C;
}
</style>