Shades of Madras #443A00
Tints of Madras #443A00
RGB
CMYK
RGB Variations
Color information
#443A00 (or 0x443A00) is known color: Madras. HEX triplet: 44, 3A and 00. RGB value is (68,58,0). Sum of RGB (Red+Green+Blue) = 68+58+0=126 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.97% from 126); Green value is 58 (23.05% from 255 or 46.03% from 126); Blue value is 0 (0.39% from 255 or 0% from 126); Max value from RGB is 68 - color contains mainly: red. Hex color #443A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443A00 is #BBC5FF. Grayscale: #363636. Windows color (decimal): -12305920 or 14916. OLE color: 14916.
HSL color Cylindrical-coordinate representation of color #443A00: hue angle of 51.18º 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 #443A00 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 58 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.73 |
| HSL | 51.18º | 1% | 0.13% | - |
| HSV(B) | 51.18º | 1% | 0.27% | - |
| XYZ | 3.9 | 4.26 | 0.62 | - |
| YUV | 54.38 | 97.31 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 58 | 0 | 0 | 0.15 | 1 | 0.73 | 51.18 | 1 | 0.13 |
| Hex | 44 | 3A | 0 | 0 | F | 64 | 49 | 33 | 64 | D |
| Octal | 104 | 72 | 0 | 0 | 17 | 144 | 111 | 63 | 144 | 15 |
| Binary | 1000100 | 111010 | 0 | 0 | 1111 | 1100100 | 1001001 | 110011 | 1100100 | 1101 |
Color Harmonies of #443A00
Complementary color
Monochromatic Colors of #443A00
Black with #443A00
Text Example
Text Example
White with #443A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443A00; }
p { color: rgb(68,58,0); }
H1.HeaderClassName
{
color: #443A00;
}
.AnyTagClassName
{
color: #443A00;
}
</style>
background-color css
<style>
a { background-color: #443A00; }
a { background-color: rgb(68,58,0); }
div.DivClassName
{
background-color: #443A00;
}
.BgClassName
{
background-color: #443A00;
}
</style>
border-color css
<style>
span { border-color: #443A00; }
span { border-color: rgb(68,58,0); }
td.TdClassName
{
border-color: #443A00;
}
.TagClassName
{
border-color: #443A00;
}
</style>