Shades of Madras #403D04
Tints of Madras #403D04
RGB
CMYK
RGB Variations
Color information
#403D04 (or 0x403D04) is known color: Madras. HEX triplet: 40, 3D and 04. RGB value is (64,61,4). Sum of RGB (Red+Green+Blue) = 64+61+4=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 61 (24.22% from 255 or 47.29% from 129); Blue value is 4 (1.95% from 255 or 3.10% from 129); Max value from RGB is 64 - color contains mainly: red. Hex color #403D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403D04 is #BFC2FB. Grayscale: #373737. Windows color (decimal): -12567292 or 277824. OLE color: 277824.
HSL color Cylindrical-coordinate representation of color #403D04: hue angle of 57º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #403D04 is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 61 | 4 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.75 |
| HSL | 57º | 0.88% | 0.13% | - |
| HSV(B) | 57º | 0.94% | 0.25% | - |
| XYZ | 3.81 | 4.44 | 0.77 | - |
| YUV | 55.4 | 98.99 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 4 | 0 | 0.05 | 0.94 | 0.75 | 57 | 0.88 | 0.13 |
| Hex | 40 | 3D | 4 | 0 | 5 | 5E | 4B | 39 | 58 | D |
| Octal | 100 | 75 | 4 | 0 | 5 | 136 | 113 | 71 | 130 | 15 |
| Binary | 1000000 | 111101 | 100 | 0 | 101 | 1011110 | 1001011 | 111001 | 1011000 | 1101 |
Color Harmonies of #403D04
Complementary color
Monochromatic Colors of #403D04
Black with #403D04
Text Example
Text Example
White with #403D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403D04; }
p { color: rgb(64,61,4); }
H1.HeaderClassName
{
color: #403D04;
}
.AnyTagClassName
{
color: #403D04;
}
</style>
background-color css
<style>
a { background-color: #403D04; }
a { background-color: rgb(64,61,4); }
div.DivClassName
{
background-color: #403D04;
}
.BgClassName
{
background-color: #403D04;
}
</style>
border-color css
<style>
span { border-color: #403D04; }
span { border-color: rgb(64,61,4); }
td.TdClassName
{
border-color: #403D04;
}
.TagClassName
{
border-color: #403D04;
}
</style>