Shades of Madras #403C0D
Tints of Madras #403C0D
RGB
CMYK
RGB Variations
Color information
#403C0D (or 0x403C0D) is known color: Madras. HEX triplet: 40, 3C and 0D. RGB value is (64,60,13). Sum of RGB (Red+Green+Blue) = 64+60+13=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 60 (23.83% from 255 or 43.80% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 64 - color contains mainly: red. Hex color #403C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403C0D is #BFC3F2. Grayscale: #383838. Windows color (decimal): -12567539 or 867392. OLE color: 867392.
HSL color Cylindrical-coordinate representation of color #403C0D: hue angle of 55.29º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #403C0D is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 60 | 13 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.75 |
| HSL | 55.29º | 0.66% | 0.15% | - |
| HSV(B) | 55.29º | 0.8% | 0.25% | - |
| XYZ | 3.8 | 4.35 | 1.02 | - |
| YUV | 55.84 | 103.83 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 60 | 13 | 0 | 0.06 | 0.80 | 0.75 | 55.29 | 0.66 | 0.15 |
| Hex | 40 | 3C | D | 0 | 6 | 50 | 4B | 37 | 42 | F |
| Octal | 100 | 74 | 15 | 0 | 6 | 120 | 113 | 67 | 102 | 17 |
| Binary | 1000000 | 111100 | 1101 | 0 | 110 | 1010000 | 1001011 | 110111 | 1000010 | 1111 |
Color Harmonies of #403C0D
Complementary color
Monochromatic Colors of #403C0D
Black with #403C0D
Text Example
Text Example
White with #403C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403C0D; }
p { color: rgb(64,60,13); }
H1.HeaderClassName
{
color: #403C0D;
}
.AnyTagClassName
{
color: #403C0D;
}
</style>
background-color css
<style>
a { background-color: #403C0D; }
a { background-color: rgb(64,60,13); }
div.DivClassName
{
background-color: #403C0D;
}
.BgClassName
{
background-color: #403C0D;
}
</style>
border-color css
<style>
span { border-color: #403C0D; }
span { border-color: rgb(64,60,13); }
td.TdClassName
{
border-color: #403C0D;
}
.TagClassName
{
border-color: #403C0D;
}
</style>