Shades of Madras #463D04
Tints of Madras #463D04
RGB
CMYK
RGB Variations
Color information
#463D04 (or 0x463D04) is known color: Madras. HEX triplet: 46, 3D and 04. RGB value is (70,61,4). Sum of RGB (Red+Green+Blue) = 70+61+4=135 (17% of max value = 765). Red value is 70 (27.73% from 255 or 51.85% from 135); Green value is 61 (24.22% from 255 or 45.19% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 70 - color contains mainly: red. Hex color #463D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463D04 is #B9C2FB. Grayscale: #393939. Windows color (decimal): -12174076 or 277830. OLE color: 277830.
HSL color Cylindrical-coordinate representation of color #463D04: hue angle of 51.82º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #463D04 is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 61 | 4 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.73 |
| HSL | 51.82º | 0.89% | 0.15% | - |
| HSV(B) | 51.82º | 0.94% | 0.27% | - |
| XYZ | 4.22 | 4.65 | 0.79 | - |
| YUV | 57.19 | 97.98 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 61 | 4 | 0 | 0.13 | 0.94 | 0.73 | 51.82 | 0.89 | 0.15 |
| Hex | 46 | 3D | 4 | 0 | D | 5E | 49 | 34 | 59 | F |
| Octal | 106 | 75 | 4 | 0 | 15 | 136 | 111 | 64 | 131 | 17 |
| Binary | 1000110 | 111101 | 100 | 0 | 1101 | 1011110 | 1001001 | 110100 | 1011001 | 1111 |
Color Harmonies of #463D04
Complementary color
Monochromatic Colors of #463D04
Black with #463D04
Text Example
Text Example
White with #463D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463D04; }
p { color: rgb(70,61,4); }
H1.HeaderClassName
{
color: #463D04;
}
.AnyTagClassName
{
color: #463D04;
}
</style>
background-color css
<style>
a { background-color: #463D04; }
a { background-color: rgb(70,61,4); }
div.DivClassName
{
background-color: #463D04;
}
.BgClassName
{
background-color: #463D04;
}
</style>
border-color css
<style>
span { border-color: #463D04; }
span { border-color: rgb(70,61,4); }
td.TdClassName
{
border-color: #463D04;
}
.TagClassName
{
border-color: #463D04;
}
</style>