Shades of Madras #443B05
Tints of Madras #443B05
RGB
CMYK
RGB Variations
Color information
#443B05 (or 0x443B05) is known color: Madras. HEX triplet: 44, 3B and 05. RGB value is (68,59,5). Sum of RGB (Red+Green+Blue) = 68+59+5=132 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.52% from 132); Green value is 59 (23.44% from 255 or 44.70% from 132); Blue value is 5 (2.34% from 255 or 3.79% from 132); Max value from RGB is 68 - color contains mainly: red. Hex color #443B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443B05 is #BBC4FA. Grayscale: #373737. Windows color (decimal): -12305659 or 342852. OLE color: 342852.
HSL color Cylindrical-coordinate representation of color #443B05: hue angle of 51.43º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #443B05 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 59 | 5 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.73 |
| HSL | 51.43º | 0.86% | 0.14% | - |
| HSV(B) | 51.43º | 0.93% | 0.27% | - |
| XYZ | 3.98 | 4.37 | 0.78 | - |
| YUV | 55.54 | 99.48 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 59 | 5 | 0 | 0.13 | 0.93 | 0.73 | 51.43 | 0.86 | 0.14 |
| Hex | 44 | 3B | 5 | 0 | D | 5D | 49 | 33 | 56 | E |
| Octal | 104 | 73 | 5 | 0 | 15 | 135 | 111 | 63 | 126 | 16 |
| Binary | 1000100 | 111011 | 101 | 0 | 1101 | 1011101 | 1001001 | 110011 | 1010110 | 1110 |
Color Harmonies of #443B05
Complementary color
Monochromatic Colors of #443B05
Black with #443B05
Text Example
Text Example
White with #443B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443B05; }
p { color: rgb(68,59,5); }
H1.HeaderClassName
{
color: #443B05;
}
.AnyTagClassName
{
color: #443B05;
}
</style>
background-color css
<style>
a { background-color: #443B05; }
a { background-color: rgb(68,59,5); }
div.DivClassName
{
background-color: #443B05;
}
.BgClassName
{
background-color: #443B05;
}
</style>
border-color css
<style>
span { border-color: #443B05; }
span { border-color: rgb(68,59,5); }
td.TdClassName
{
border-color: #443B05;
}
.TagClassName
{
border-color: #443B05;
}
</style>