Shades of Madras #403D06
Tints of Madras #403D06
RGB
CMYK
RGB Variations
Color information
#403D06 (or 0x403D06) is known color: Madras. HEX triplet: 40, 3D and 06. RGB value is (64,61,6). Sum of RGB (Red+Green+Blue) = 64+61+6=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 61 (24.22% from 255 or 46.56% from 131); Blue value is 6 (2.73% from 255 or 4.58% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #403D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403D06 is #BFC2F9. Grayscale: #373737. Windows color (decimal): -12567290 or 408896. OLE color: 408896.
HSL color Cylindrical-coordinate representation of color #403D06: hue angle of 56.9º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #403D06 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 61 | 6 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.75 |
| HSL | 56.9º | 0.83% | 0.14% | - |
| HSV(B) | 56.9º | 0.91% | 0.25% | - |
| XYZ | 3.82 | 4.44 | 0.83 | - |
| YUV | 55.63 | 99.99 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 6 | 0 | 0.05 | 0.91 | 0.75 | 56.9 | 0.83 | 0.14 |
| Hex | 40 | 3D | 6 | 0 | 5 | 5B | 4B | 39 | 53 | E |
| Octal | 100 | 75 | 6 | 0 | 5 | 133 | 113 | 71 | 123 | 16 |
| Binary | 1000000 | 111101 | 110 | 0 | 101 | 1011011 | 1001011 | 111001 | 1010011 | 1110 |
Color Harmonies of #403D06
Complementary color
Monochromatic Colors of #403D06
Black with #403D06
Text Example
Text Example
White with #403D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403D06; }
p { color: rgb(64,61,6); }
H1.HeaderClassName
{
color: #403D06;
}
.AnyTagClassName
{
color: #403D06;
}
</style>
background-color css
<style>
a { background-color: #403D06; }
a { background-color: rgb(64,61,6); }
div.DivClassName
{
background-color: #403D06;
}
.BgClassName
{
background-color: #403D06;
}
</style>
border-color css
<style>
span { border-color: #403D06; }
span { border-color: rgb(64,61,6); }
td.TdClassName
{
border-color: #403D06;
}
.TagClassName
{
border-color: #403D06;
}
</style>