Shades of Madras #463A03
Tints of Madras #463A03
RGB
CMYK
RGB Variations
Color information
#463A03 (or 0x463A03) is known color: Madras. HEX triplet: 46, 3A and 03. RGB value is (70,58,3). Sum of RGB (Red+Green+Blue) = 70+58+3=131 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.44% from 131); Green value is 58 (23.05% from 255 or 44.27% from 131); Blue value is 3 (1.56% from 255 or 2.29% from 131); Max value from RGB is 70 - color contains mainly: red. Hex color #463A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463A03 is #B9C5FC. Grayscale: #373737. Windows color (decimal): -12174845 or 211526. OLE color: 211526.
HSL color Cylindrical-coordinate representation of color #463A03: hue angle of 49.25º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #463A03 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 58 | 3 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.73 |
| HSL | 49.25º | 0.92% | 0.14% | - |
| HSV(B) | 49.25º | 0.96% | 0.27% | - |
| XYZ | 4.06 | 4.33 | 0.71 | - |
| YUV | 55.32 | 98.48 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 58 | 3 | 0 | 0.17 | 0.96 | 0.73 | 49.25 | 0.92 | 0.14 |
| Hex | 46 | 3A | 3 | 0 | 11 | 60 | 49 | 31 | 5C | E |
| Octal | 106 | 72 | 3 | 0 | 21 | 140 | 111 | 61 | 134 | 16 |
| Binary | 1000110 | 111010 | 11 | 0 | 10001 | 1100000 | 1001001 | 110001 | 1011100 | 1110 |
Color Harmonies of #463A03
Complementary color
Monochromatic Colors of #463A03
Black with #463A03
Text Example
Text Example
White with #463A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463A03; }
p { color: rgb(70,58,3); }
H1.HeaderClassName
{
color: #463A03;
}
.AnyTagClassName
{
color: #463A03;
}
</style>
background-color css
<style>
a { background-color: #463A03; }
a { background-color: rgb(70,58,3); }
div.DivClassName
{
background-color: #463A03;
}
.BgClassName
{
background-color: #463A03;
}
</style>
border-color css
<style>
span { border-color: #463A03; }
span { border-color: rgb(70,58,3); }
td.TdClassName
{
border-color: #463A03;
}
.TagClassName
{
border-color: #463A03;
}
</style>