Shades of Madras #403A25
Tints of Madras #403A25
RGB
CMYK
RGB Variations
Color information
#403A25 (or 0x403A25) is known color: Madras. HEX triplet: 40, 3A and 25. RGB value is (64,58,37). Sum of RGB (Red+Green+Blue) = 64+58+37=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 58 (23.05% from 255 or 36.48% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 64 - color contains mainly: red. Hex color #403A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403A25 is #BFC5DA. Grayscale: #393939. Windows color (decimal): -12568027 or 2439744. OLE color: 2439744.
HSL color Cylindrical-coordinate representation of color #403A25: hue angle of 46.67º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #403A25 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 58 | 37 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.75 |
| HSL | 46.67º | 0.27% | 0.2% | - |
| HSV(B) | 46.67º | 0.42% | 0.25% | - |
| XYZ | 3.96 | 4.25 | 2.36 | - |
| YUV | 57.4 | 116.49 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 58 | 37 | 0 | 0.09 | 0.42 | 0.75 | 46.67 | 0.27 | 0.2 |
| Hex | 40 | 3A | 25 | 0 | 9 | 2A | 4B | 2F | 1B | 14 |
| Octal | 100 | 72 | 45 | 0 | 11 | 52 | 113 | 57 | 33 | 24 |
| Binary | 1000000 | 111010 | 100101 | 0 | 1001 | 101010 | 1001011 | 101111 | 11011 | 10100 |
Color Harmonies of #403A25
Complementary color
Monochromatic Colors of #403A25
Black with #403A25
Text Example
Text Example
White with #403A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403A25; }
p { color: rgb(64,58,37); }
H1.HeaderClassName
{
color: #403A25;
}
.AnyTagClassName
{
color: #403A25;
}
</style>
background-color css
<style>
a { background-color: #403A25; }
a { background-color: rgb(64,58,37); }
div.DivClassName
{
background-color: #403A25;
}
.BgClassName
{
background-color: #403A25;
}
</style>
border-color css
<style>
span { border-color: #403A25; }
span { border-color: rgb(64,58,37); }
td.TdClassName
{
border-color: #403A25;
}
.TagClassName
{
border-color: #403A25;
}
</style>