Shades of Madras #443F00
Tints of Madras #443F00
RGB
CMYK
RGB Variations
Color information
#443F00 (or 0x443F00) is known color: Madras. HEX triplet: 44, 3F and 00. RGB value is (68,63,0). Sum of RGB (Red+Green+Blue) = 68+63+0=131 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.91% from 131); Green value is 63 (25% from 255 or 48.09% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 68 - color contains mainly: red. Hex color #443F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443F00 is #BBC0FF. Grayscale: #393939. Windows color (decimal): -12304640 or 16196. OLE color: 16196.
HSL color Cylindrical-coordinate representation of color #443F00: hue angle of 55.59º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #443F00 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 63 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.73 |
| HSL | 55.59º | 1% | 0.13% | - |
| HSV(B) | 55.59º | 1% | 0.27% | - |
| XYZ | 4.16 | 4.78 | 0.7 | - |
| YUV | 57.31 | 95.66 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 63 | 0 | 0 | 0.07 | 1 | 0.73 | 55.59 | 1 | 0.13 |
| Hex | 44 | 3F | 0 | 0 | 7 | 64 | 49 | 38 | 64 | D |
| Octal | 104 | 77 | 0 | 0 | 7 | 144 | 111 | 70 | 144 | 15 |
| Binary | 1000100 | 111111 | 0 | 0 | 111 | 1100100 | 1001001 | 111000 | 1100100 | 1101 |
Color Harmonies of #443F00
Complementary color
Monochromatic Colors of #443F00
Black with #443F00
Text Example
Text Example
White with #443F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443F00; }
p { color: rgb(68,63,0); }
H1.HeaderClassName
{
color: #443F00;
}
.AnyTagClassName
{
color: #443F00;
}
</style>
background-color css
<style>
a { background-color: #443F00; }
a { background-color: rgb(68,63,0); }
div.DivClassName
{
background-color: #443F00;
}
.BgClassName
{
background-color: #443F00;
}
</style>
border-color css
<style>
span { border-color: #443F00; }
span { border-color: rgb(68,63,0); }
td.TdClassName
{
border-color: #443F00;
}
.TagClassName
{
border-color: #443F00;
}
</style>