Shades of Madras #403B24
Tints of Madras #403B24
RGB
CMYK
RGB Variations
Color information
#403B24 (or 0x403B24) is known color: Madras. HEX triplet: 40, 3B and 24. RGB value is (64,59,36). Sum of RGB (Red+Green+Blue) = 64+59+36=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 59 (23.44% from 255 or 37.11% from 159); Blue value is 36 (14.45% from 255 or 22.64% from 159); Max value from RGB is 64 - color contains mainly: red. Hex color #403B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403B24 is #BFC4DB. Grayscale: #393939. Windows color (decimal): -12567772 or 2374464. OLE color: 2374464.
HSL color Cylindrical-coordinate representation of color #403B24: hue angle of 49.29º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #403B24 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 59 | 36 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.75 |
| HSL | 49.29º | 0.28% | 0.2% | - |
| HSV(B) | 49.29º | 0.44% | 0.25% | - |
| XYZ | 4 | 4.35 | 2.3 | - |
| YUV | 57.87 | 115.66 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 36 | 0 | 0.08 | 0.44 | 0.75 | 49.29 | 0.28 | 0.2 |
| Hex | 40 | 3B | 24 | 0 | 8 | 2C | 4B | 31 | 1C | 14 |
| Octal | 100 | 73 | 44 | 0 | 10 | 54 | 113 | 61 | 34 | 24 |
| Binary | 1000000 | 111011 | 100100 | 0 | 1000 | 101100 | 1001011 | 110001 | 11100 | 10100 |
Color Harmonies of #403B24
Complementary color
Monochromatic Colors of #403B24
Black with #403B24
Text Example
Text Example
White with #403B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403B24; }
p { color: rgb(64,59,36); }
H1.HeaderClassName
{
color: #403B24;
}
.AnyTagClassName
{
color: #403B24;
}
</style>
background-color css
<style>
a { background-color: #403B24; }
a { background-color: rgb(64,59,36); }
div.DivClassName
{
background-color: #403B24;
}
.BgClassName
{
background-color: #403B24;
}
</style>
border-color css
<style>
span { border-color: #403B24; }
span { border-color: rgb(64,59,36); }
td.TdClassName
{
border-color: #403B24;
}
.TagClassName
{
border-color: #403B24;
}
</style>