Shades of Madras #463F25
Tints of Madras #463F25
RGB
CMYK
RGB Variations
Color information
#463F25 (or 0x463F25) is known color: Madras. HEX triplet: 46, 3F and 25. RGB value is (70,63,37). Sum of RGB (Red+Green+Blue) = 70+63+37=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 63 (25% from 255 or 37.06% from 170); Blue value is 37 (14.84% from 255 or 21.76% from 170); Max value from RGB is 70 - color contains mainly: red. Hex color #463F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463F25 is #B9C0DA. Grayscale: #3E3E3E. Windows color (decimal): -12173531 or 2441030. OLE color: 2441030.
HSL color Cylindrical-coordinate representation of color #463F25: hue angle of 47.27º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #463F25 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 63 | 37 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.73 |
| HSL | 47.27º | 0.31% | 0.21% | - |
| HSV(B) | 47.27º | 0.47% | 0.27% | - |
| XYZ | 4.64 | 4.99 | 2.47 | - |
| YUV | 62.13 | 113.82 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 37 | 0 | 0.10 | 0.47 | 0.73 | 47.27 | 0.31 | 0.21 |
| Hex | 46 | 3F | 25 | 0 | A | 2F | 49 | 2F | 1F | 15 |
| Octal | 106 | 77 | 45 | 0 | 12 | 57 | 111 | 57 | 37 | 25 |
| Binary | 1000110 | 111111 | 100101 | 0 | 1010 | 101111 | 1001001 | 101111 | 11111 | 10101 |
Color Harmonies of #463F25
Complementary color
Monochromatic Colors of #463F25
Black with #463F25
Text Example
Text Example
White with #463F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463F25; }
p { color: rgb(70,63,37); }
H1.HeaderClassName
{
color: #463F25;
}
.AnyTagClassName
{
color: #463F25;
}
</style>
background-color css
<style>
a { background-color: #463F25; }
a { background-color: rgb(70,63,37); }
div.DivClassName
{
background-color: #463F25;
}
.BgClassName
{
background-color: #463F25;
}
</style>
border-color css
<style>
span { border-color: #463F25; }
span { border-color: rgb(70,63,37); }
td.TdClassName
{
border-color: #463F25;
}
.TagClassName
{
border-color: #463F25;
}
</style>