Shades of Madras #463F24
Tints of Madras #463F24
RGB
CMYK
RGB Variations
Color information
#463F24 (or 0x463F24) is known color: Madras. HEX triplet: 46, 3F and 24. RGB value is (70,63,36). Sum of RGB (Red+Green+Blue) = 70+63+36=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 63 (25% from 255 or 37.28% from 169); Blue value is 36 (14.45% from 255 or 21.30% from 169); Max value from RGB is 70 - color contains mainly: red. Hex color #463F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463F24 is #B9C0DB. Grayscale: #3E3E3E. Windows color (decimal): -12173532 or 2375494. OLE color: 2375494.
HSL color Cylindrical-coordinate representation of color #463F24: hue angle of 47.65º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #463F24 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 63 | 36 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.73 |
| HSL | 47.65º | 0.32% | 0.21% | - |
| HSV(B) | 47.65º | 0.49% | 0.27% | - |
| XYZ | 4.62 | 4.98 | 2.39 | - |
| YUV | 62.02 | 113.32 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 36 | 0 | 0.10 | 0.49 | 0.73 | 47.65 | 0.32 | 0.21 |
| Hex | 46 | 3F | 24 | 0 | A | 31 | 49 | 30 | 20 | 15 |
| Octal | 106 | 77 | 44 | 0 | 12 | 61 | 111 | 60 | 40 | 25 |
| Binary | 1000110 | 111111 | 100100 | 0 | 1010 | 110001 | 1001001 | 110000 | 100000 | 10101 |
Color Harmonies of #463F24
Complementary color
Monochromatic Colors of #463F24
Black with #463F24
Text Example
Text Example
White with #463F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463F24; }
p { color: rgb(70,63,36); }
H1.HeaderClassName
{
color: #463F24;
}
.AnyTagClassName
{
color: #463F24;
}
</style>
background-color css
<style>
a { background-color: #463F24; }
a { background-color: rgb(70,63,36); }
div.DivClassName
{
background-color: #463F24;
}
.BgClassName
{
background-color: #463F24;
}
</style>
border-color css
<style>
span { border-color: #463F24; }
span { border-color: rgb(70,63,36); }
td.TdClassName
{
border-color: #463F24;
}
.TagClassName
{
border-color: #463F24;
}
</style>