Shades of Madras #463903
Tints of Madras #463903
RGB
CMYK
RGB Variations
Color information
#463903 (or 0x463903) is known color: Madras. HEX triplet: 46, 39 and 03. RGB value is (70,57,3). Sum of RGB (Red+Green+Blue) = 70+57+3=130 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.85% from 130); Green value is 57 (22.66% from 255 or 43.85% from 130); Blue value is 3 (1.56% from 255 or 2.31% from 130); Max value from RGB is 70 - color contains mainly: red. Hex color #463903 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463903 is #B9C6FC. Grayscale: #363636. Windows color (decimal): -12175101 or 211270. OLE color: 211270.
HSL color Cylindrical-coordinate representation of color #463903: hue angle of 48.36º 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 #463903 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 57 | 3 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.73 |
| HSL | 48.36º | 0.92% | 0.14% | - |
| HSV(B) | 48.36º | 0.96% | 0.27% | - |
| XYZ | 4.01 | 4.23 | 0.69 | - |
| YUV | 54.73 | 98.81 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 57 | 3 | 0 | 0.19 | 0.96 | 0.73 | 48.36 | 0.92 | 0.14 |
| Hex | 46 | 39 | 3 | 0 | 13 | 60 | 49 | 30 | 5C | E |
| Octal | 106 | 71 | 3 | 0 | 23 | 140 | 111 | 60 | 134 | 16 |
| Binary | 1000110 | 111001 | 11 | 0 | 10011 | 1100000 | 1001001 | 110000 | 1011100 | 1110 |
Color Harmonies of #463903
Complementary color
Monochromatic Colors of #463903
Black with #463903
Text Example
Text Example
White with #463903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463903; }
p { color: rgb(70,57,3); }
H1.HeaderClassName
{
color: #463903;
}
.AnyTagClassName
{
color: #463903;
}
</style>
background-color css
<style>
a { background-color: #463903; }
a { background-color: rgb(70,57,3); }
div.DivClassName
{
background-color: #463903;
}
.BgClassName
{
background-color: #463903;
}
</style>
border-color css
<style>
span { border-color: #463903; }
span { border-color: rgb(70,57,3); }
td.TdClassName
{
border-color: #463903;
}
.TagClassName
{
border-color: #463903;
}
</style>