Shades of Madras #443B00
Tints of Madras #443B00
RGB
CMYK
RGB Variations
Color information
#443B00 (or 0x443B00) is known color: Madras. HEX triplet: 44, 3B and 00. RGB value is (68,59,0). Sum of RGB (Red+Green+Blue) = 68+59+0=127 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.54% from 127); Green value is 59 (23.44% from 255 or 46.46% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 68 - color contains mainly: red. Hex color #443B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443B00 is #BBC4FF. Grayscale: #373737. Windows color (decimal): -12305664 or 15172. OLE color: 15172.
HSL color Cylindrical-coordinate representation of color #443B00: hue angle of 52.06º 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 #443B00 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 59 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.73 |
| HSL | 52.06º | 1% | 0.13% | - |
| HSV(B) | 52.06º | 1% | 0.27% | - |
| XYZ | 3.95 | 4.36 | 0.63 | - |
| YUV | 54.97 | 96.98 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 59 | 0 | 0 | 0.13 | 1 | 0.73 | 52.06 | 1 | 0.13 |
| Hex | 44 | 3B | 0 | 0 | D | 64 | 49 | 34 | 64 | D |
| Octal | 104 | 73 | 0 | 0 | 15 | 144 | 111 | 64 | 144 | 15 |
| Binary | 1000100 | 111011 | 0 | 0 | 1101 | 1100100 | 1001001 | 110100 | 1100100 | 1101 |
Color Harmonies of #443B00
Complementary color
Monochromatic Colors of #443B00
Black with #443B00
Text Example
Text Example
White with #443B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443B00; }
p { color: rgb(68,59,0); }
H1.HeaderClassName
{
color: #443B00;
}
.AnyTagClassName
{
color: #443B00;
}
</style>
background-color css
<style>
a { background-color: #443B00; }
a { background-color: rgb(68,59,0); }
div.DivClassName
{
background-color: #443B00;
}
.BgClassName
{
background-color: #443B00;
}
</style>
border-color css
<style>
span { border-color: #443B00; }
span { border-color: rgb(68,59,0); }
td.TdClassName
{
border-color: #443B00;
}
.TagClassName
{
border-color: #443B00;
}
</style>