Shades of Madras #463C1E
Tints of Madras #463C1E
RGB
CMYK
RGB Variations
Color information
#463C1E (or 0x463C1E) is known color: Madras. HEX triplet: 46, 3C and 1E. RGB value is (70,60,30). Sum of RGB (Red+Green+Blue) = 70+60+30=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 60 (23.83% from 255 or 37.5% from 160); Blue value is 30 (12.11% from 255 or 18.75% from 160); Max value from RGB is 70 - color contains mainly: red. Hex color #463C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463C1E is #B9C3E1. Grayscale: #3B3B3B. Windows color (decimal): -12174306 or 1981510. OLE color: 1981510.
HSL color Cylindrical-coordinate representation of color #463C1E: hue angle of 45º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #463C1E is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 60 | 30 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.73 |
| HSL | 45º | 0.4% | 0.2% | - |
| HSV(B) | 45º | 0.57% | 0.27% | - |
| XYZ | 4.38 | 4.63 | 1.89 | - |
| YUV | 59.57 | 111.31 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 60 | 30 | 0 | 0.14 | 0.57 | 0.73 | 45 | 0.4 | 0.2 |
| Hex | 46 | 3C | 1E | 0 | E | 39 | 49 | 2D | 28 | 14 |
| Octal | 106 | 74 | 36 | 0 | 16 | 71 | 111 | 55 | 50 | 24 |
| Binary | 1000110 | 111100 | 11110 | 0 | 1110 | 111001 | 1001001 | 101101 | 101000 | 10100 |
Color Harmonies of #463C1E
Complementary color
Monochromatic Colors of #463C1E
Black with #463C1E
Text Example
Text Example
White with #463C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463C1E; }
p { color: rgb(70,60,30); }
H1.HeaderClassName
{
color: #463C1E;
}
.AnyTagClassName
{
color: #463C1E;
}
</style>
background-color css
<style>
a { background-color: #463C1E; }
a { background-color: rgb(70,60,30); }
div.DivClassName
{
background-color: #463C1E;
}
.BgClassName
{
background-color: #463C1E;
}
</style>
border-color css
<style>
span { border-color: #463C1E; }
span { border-color: rgb(70,60,30); }
td.TdClassName
{
border-color: #463C1E;
}
.TagClassName
{
border-color: #463C1E;
}
</style>