Shades of Madras #443B0D
Tints of Madras #443B0D
RGB
CMYK
RGB Variations
Color information
#443B0D (or 0x443B0D) is known color: Madras. HEX triplet: 44, 3B and 0D. RGB value is (68,59,13). Sum of RGB (Red+Green+Blue) = 68+59+13=140 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.57% from 140); Green value is 59 (23.44% from 255 or 42.14% from 140); Blue value is 13 (5.47% from 255 or 9.29% from 140); Max value from RGB is 68 - color contains mainly: red. Hex color #443B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443B0D is #BBC4F2. Grayscale: #383838. Windows color (decimal): -12305651 or 867140. OLE color: 867140.
HSL color Cylindrical-coordinate representation of color #443B0D: hue angle of 50.18º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #443B0D is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 59 | 13 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.73 |
| HSL | 50.18º | 0.68% | 0.16% | - |
| HSV(B) | 50.18º | 0.81% | 0.27% | - |
| XYZ | 4.02 | 4.39 | 1.02 | - |
| YUV | 56.45 | 103.48 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 59 | 13 | 0 | 0.13 | 0.81 | 0.73 | 50.18 | 0.68 | 0.16 |
| Hex | 44 | 3B | D | 0 | D | 51 | 49 | 32 | 44 | 10 |
| Octal | 104 | 73 | 15 | 0 | 15 | 121 | 111 | 62 | 104 | 20 |
| Binary | 1000100 | 111011 | 1101 | 0 | 1101 | 1010001 | 1001001 | 110010 | 1000100 | 10000 |
Color Harmonies of #443B0D
Complementary color
Monochromatic Colors of #443B0D
Black with #443B0D
Text Example
Text Example
White with #443B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443B0D; }
p { color: rgb(68,59,13); }
H1.HeaderClassName
{
color: #443B0D;
}
.AnyTagClassName
{
color: #443B0D;
}
</style>
background-color css
<style>
a { background-color: #443B0D; }
a { background-color: rgb(68,59,13); }
div.DivClassName
{
background-color: #443B0D;
}
.BgClassName
{
background-color: #443B0D;
}
</style>
border-color css
<style>
span { border-color: #443B0D; }
span { border-color: rgb(68,59,13); }
td.TdClassName
{
border-color: #443B0D;
}
.TagClassName
{
border-color: #443B0D;
}
</style>