Shades of Madras #403D1A
Tints of Madras #403D1A
RGB
CMYK
RGB Variations
Color information
#403D1A (or 0x403D1A) is known color: Madras. HEX triplet: 40, 3D and 1A. RGB value is (64,61,26). Sum of RGB (Red+Green+Blue) = 64+61+26=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 61 (24.22% from 255 or 40.40% from 151); Blue value is 26 (10.55% from 255 or 17.22% from 151); Max value from RGB is 64 - color contains mainly: red. Hex color #403D1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403D1A is #BFC2E5. Grayscale: #3A3A3A. Windows color (decimal): -12567270 or 1719616. OLE color: 1719616.
HSL color Cylindrical-coordinate representation of color #403D1A: hue angle of 55.26º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #403D1A is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 61 | 26 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.75 |
| HSL | 55.26º | 0.42% | 0.18% | - |
| HSV(B) | 55.26º | 0.59% | 0.25% | - |
| XYZ | 3.97 | 4.5 | 1.64 | - |
| YUV | 57.91 | 109.99 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 26 | 0 | 0.05 | 0.59 | 0.75 | 55.26 | 0.42 | 0.18 |
| Hex | 40 | 3D | 1A | 0 | 5 | 3B | 4B | 37 | 2A | 12 |
| Octal | 100 | 75 | 32 | 0 | 5 | 73 | 113 | 67 | 52 | 22 |
| Binary | 1000000 | 111101 | 11010 | 0 | 101 | 111011 | 1001011 | 110111 | 101010 | 10010 |
Color Harmonies of #403D1A
Complementary color
Monochromatic Colors of #403D1A
Black with #403D1A
Text Example
Text Example
White with #403D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403D1A; }
p { color: rgb(64,61,26); }
H1.HeaderClassName
{
color: #403D1A;
}
.AnyTagClassName
{
color: #403D1A;
}
</style>
background-color css
<style>
a { background-color: #403D1A; }
a { background-color: rgb(64,61,26); }
div.DivClassName
{
background-color: #403D1A;
}
.BgClassName
{
background-color: #403D1A;
}
</style>
border-color css
<style>
span { border-color: #403D1A; }
span { border-color: rgb(64,61,26); }
td.TdClassName
{
border-color: #403D1A;
}
.TagClassName
{
border-color: #403D1A;
}
</style>