Shades of Madras #463C27
Tints of Madras #463C27
RGB
CMYK
RGB Variations
Color information
#463C27 (or 0x463C27) is known color: Madras. HEX triplet: 46, 3C and 27. RGB value is (70,60,39). Sum of RGB (Red+Green+Blue) = 70+60+39=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 39 (15.62% from 255 or 23.08% from 169); Max value from RGB is 70 - color contains mainly: red. Hex color #463C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463C27 is #B9C3D8. Grayscale: #3C3C3C. Windows color (decimal): -12174297 or 2571334. OLE color: 2571334.
HSL color Cylindrical-coordinate representation of color #463C27: hue angle of 40.65º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #463C27 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 60 | 39 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.73 |
| HSL | 40.65º | 0.28% | 0.21% | - |
| HSV(B) | 40.65º | 0.44% | 0.27% | - |
| XYZ | 4.51 | 4.68 | 2.59 | - |
| YUV | 60.6 | 115.81 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 60 | 39 | 0 | 0.14 | 0.44 | 0.73 | 40.65 | 0.28 | 0.21 |
| Hex | 46 | 3C | 27 | 0 | E | 2C | 49 | 29 | 1C | 15 |
| Octal | 106 | 74 | 47 | 0 | 16 | 54 | 111 | 51 | 34 | 25 |
| Binary | 1000110 | 111100 | 100111 | 0 | 1110 | 101100 | 1001001 | 101001 | 11100 | 10101 |
Color Harmonies of #463C27
Complementary color
Monochromatic Colors of #463C27
Black with #463C27
Text Example
Text Example
White with #463C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463C27; }
p { color: rgb(70,60,39); }
H1.HeaderClassName
{
color: #463C27;
}
.AnyTagClassName
{
color: #463C27;
}
</style>
background-color css
<style>
a { background-color: #463C27; }
a { background-color: rgb(70,60,39); }
div.DivClassName
{
background-color: #463C27;
}
.BgClassName
{
background-color: #463C27;
}
</style>
border-color css
<style>
span { border-color: #463C27; }
span { border-color: rgb(70,60,39); }
td.TdClassName
{
border-color: #463C27;
}
.TagClassName
{
border-color: #463C27;
}
</style>