Shades of Madras #443B12
Tints of Madras #443B12
RGB
CMYK
RGB Variations
Color information
#443B12 (or 0x443B12) is known color: Madras. HEX triplet: 44, 3B and 12. RGB value is (68,59,18). Sum of RGB (Red+Green+Blue) = 68+59+18=145 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.90% from 145); Green value is 59 (23.44% from 255 or 40.69% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 68 - color contains mainly: red. Hex color #443B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443B12 is #BBC4ED. Grayscale: #393939. Windows color (decimal): -12305646 or 1194820. OLE color: 1194820.
HSL color Cylindrical-coordinate representation of color #443B12: hue angle of 49.2º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #443B12 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 59 | 18 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.73 |
| HSL | 49.2º | 0.58% | 0.17% | - |
| HSV(B) | 49.2º | 0.74% | 0.27% | - |
| XYZ | 4.06 | 4.4 | 1.21 | - |
| YUV | 57.02 | 105.98 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 59 | 18 | 0 | 0.13 | 0.74 | 0.73 | 49.2 | 0.58 | 0.17 |
| Hex | 44 | 3B | 12 | 0 | D | 4A | 49 | 31 | 3A | 11 |
| Octal | 104 | 73 | 22 | 0 | 15 | 112 | 111 | 61 | 72 | 21 |
| Binary | 1000100 | 111011 | 10010 | 0 | 1101 | 1001010 | 1001001 | 110001 | 111010 | 10001 |
Color Harmonies of #443B12
Complementary color
Monochromatic Colors of #443B12
Black with #443B12
Text Example
Text Example
White with #443B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443B12; }
p { color: rgb(68,59,18); }
H1.HeaderClassName
{
color: #443B12;
}
.AnyTagClassName
{
color: #443B12;
}
</style>
background-color css
<style>
a { background-color: #443B12; }
a { background-color: rgb(68,59,18); }
div.DivClassName
{
background-color: #443B12;
}
.BgClassName
{
background-color: #443B12;
}
</style>
border-color css
<style>
span { border-color: #443B12; }
span { border-color: rgb(68,59,18); }
td.TdClassName
{
border-color: #443B12;
}
.TagClassName
{
border-color: #443B12;
}
</style>