Shades of Madras #403708
Tints of Madras #403708
RGB
CMYK
RGB Variations
Color information
#403708 (or 0x403708) is known color: Madras. HEX triplet: 40, 37 and 08. RGB value is (64,55,8). Sum of RGB (Red+Green+Blue) = 64+55+8=127 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.39% from 127); Green value is 55 (21.88% from 255 or 43.31% from 127); Blue value is 8 (3.52% from 255 or 6.30% from 127); Max value from RGB is 64 - color contains mainly: red. Hex color #403708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403708 is #BFC8F7. Grayscale: #343434. Windows color (decimal): -12568824 or 538432. OLE color: 538432.
HSL color Cylindrical-coordinate representation of color #403708: hue angle of 50.36º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #403708 is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 55 | 8 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.75 |
| HSL | 50.36º | 0.78% | 0.14% | - |
| HSV(B) | 50.36º | 0.88% | 0.25% | - |
| XYZ | 3.52 | 3.84 | 0.79 | - |
| YUV | 52.33 | 102.98 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 55 | 8 | 0 | 0.14 | 0.87 | 0.75 | 50.36 | 0.78 | 0.14 |
| Hex | 40 | 37 | 8 | 0 | E | 57 | 4B | 32 | 4E | E |
| Octal | 100 | 67 | 10 | 0 | 16 | 127 | 113 | 62 | 116 | 16 |
| Binary | 1000000 | 110111 | 1000 | 0 | 1110 | 1010111 | 1001011 | 110010 | 1001110 | 1110 |
Color Harmonies of #403708
Complementary color
Monochromatic Colors of #403708
Black with #403708
Text Example
Text Example
White with #403708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403708; }
p { color: rgb(64,55,8); }
H1.HeaderClassName
{
color: #403708;
}
.AnyTagClassName
{
color: #403708;
}
</style>
background-color css
<style>
a { background-color: #403708; }
a { background-color: rgb(64,55,8); }
div.DivClassName
{
background-color: #403708;
}
.BgClassName
{
background-color: #403708;
}
</style>
border-color css
<style>
span { border-color: #403708; }
span { border-color: rgb(64,55,8); }
td.TdClassName
{
border-color: #403708;
}
.TagClassName
{
border-color: #403708;
}
</style>