Shades of Madras #463D00
Tints of Madras #463D00
RGB
CMYK
RGB Variations
Color information
#463D00 (or 0x463D00) is known color: Madras. HEX triplet: 46, 3D and 00. RGB value is (70,61,0). Sum of RGB (Red+Green+Blue) = 70+61+0=131 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.44% from 131); Green value is 61 (24.22% from 255 or 46.56% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 70 - color contains mainly: red. Hex color #463D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463D00 is #B9C2FF. Grayscale: #383838. Windows color (decimal): -12174080 or 15686. OLE color: 15686.
HSL color Cylindrical-coordinate representation of color #463D00: hue angle of 52.29º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #463D00 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 61 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.73 |
| HSL | 52.29º | 1% | 0.14% | - |
| HSV(B) | 52.29º | 1% | 0.27% | - |
| XYZ | 4.19 | 4.64 | 0.67 | - |
| YUV | 56.74 | 95.98 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 61 | 0 | 0 | 0.13 | 1 | 0.73 | 52.29 | 1 | 0.14 |
| Hex | 46 | 3D | 0 | 0 | D | 64 | 49 | 34 | 64 | E |
| Octal | 106 | 75 | 0 | 0 | 15 | 144 | 111 | 64 | 144 | 16 |
| Binary | 1000110 | 111101 | 0 | 0 | 1101 | 1100100 | 1001001 | 110100 | 1100100 | 1110 |
Color Harmonies of #463D00
Complementary color
Monochromatic Colors of #463D00
Black with #463D00
Text Example
Text Example
White with #463D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463D00; }
p { color: rgb(70,61,0); }
H1.HeaderClassName
{
color: #463D00;
}
.AnyTagClassName
{
color: #463D00;
}
</style>
background-color css
<style>
a { background-color: #463D00; }
a { background-color: rgb(70,61,0); }
div.DivClassName
{
background-color: #463D00;
}
.BgClassName
{
background-color: #463D00;
}
</style>
border-color css
<style>
span { border-color: #463D00; }
span { border-color: rgb(70,61,0); }
td.TdClassName
{
border-color: #463D00;
}
.TagClassName
{
border-color: #463D00;
}
</style>