Shades of Madras #403A23
Tints of Madras #403A23
RGB
CMYK
RGB Variations
Color information
#403A23 (or 0x403A23) is known color: Madras. HEX triplet: 40, 3A and 23. RGB value is (64,58,35). Sum of RGB (Red+Green+Blue) = 64+58+35=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 35 (14.06% from 255 or 22.29% from 157); Max value from RGB is 64 - color contains mainly: red. Hex color #403A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403A23 is #BFC5DC. Grayscale: #393939. Windows color (decimal): -12568029 or 2308672. OLE color: 2308672.
HSL color Cylindrical-coordinate representation of color #403A23: hue angle of 47.59º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #403A23 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 58 | 35 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.75 |
| HSL | 47.59º | 0.29% | 0.19% | - |
| HSV(B) | 47.59º | 0.45% | 0.25% | - |
| XYZ | 3.93 | 4.24 | 2.2 | - |
| YUV | 57.17 | 115.49 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 58 | 35 | 0 | 0.09 | 0.45 | 0.75 | 47.59 | 0.29 | 0.19 |
| Hex | 40 | 3A | 23 | 0 | 9 | 2D | 4B | 30 | 1D | 13 |
| Octal | 100 | 72 | 43 | 0 | 11 | 55 | 113 | 60 | 35 | 23 |
| Binary | 1000000 | 111010 | 100011 | 0 | 1001 | 101101 | 1001011 | 110000 | 11101 | 10011 |
Color Harmonies of #403A23
Complementary color
Monochromatic Colors of #403A23
Black with #403A23
Text Example
Text Example
White with #403A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403A23; }
p { color: rgb(64,58,35); }
H1.HeaderClassName
{
color: #403A23;
}
.AnyTagClassName
{
color: #403A23;
}
</style>
background-color css
<style>
a { background-color: #403A23; }
a { background-color: rgb(64,58,35); }
div.DivClassName
{
background-color: #403A23;
}
.BgClassName
{
background-color: #403A23;
}
</style>
border-color css
<style>
span { border-color: #403A23; }
span { border-color: rgb(64,58,35); }
td.TdClassName
{
border-color: #403A23;
}
.TagClassName
{
border-color: #403A23;
}
</style>