Shades of Madras #463F0A
Tints of Madras #463F0A
RGB
CMYK
RGB Variations
Color information
#463F0A (or 0x463F0A) is known color: Madras. HEX triplet: 46, 3F and 0A. RGB value is (70,63,10). Sum of RGB (Red+Green+Blue) = 70+63+10=143 (18% of max value = 765). Red value is 70 (27.73% from 255 or 48.95% from 143); Green value is 63 (25% from 255 or 44.06% from 143); Blue value is 10 (4.30% from 255 or 6.99% from 143); Max value from RGB is 70 - color contains mainly: red. Hex color #463F0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463F0A is #B9C0F5. Grayscale: #3B3B3B. Windows color (decimal): -12173558 or 671558. OLE color: 671558.
HSL color Cylindrical-coordinate representation of color #463F0A: hue angle of 53º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #463F0A is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 63 | 10 | - |
| CMYK | 0 | 0.10 | 0.86 | 0.73 |
| HSL | 53º | 0.75% | 0.16% | - |
| HSV(B) | 53º | 0.86% | 0.27% | - |
| XYZ | 4.36 | 4.88 | 1 | - |
| YUV | 59.05 | 100.32 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 10 | 0 | 0.10 | 0.86 | 0.73 | 53 | 0.75 | 0.16 |
| Hex | 46 | 3F | A | 0 | A | 56 | 49 | 35 | 4B | 10 |
| Octal | 106 | 77 | 12 | 0 | 12 | 126 | 111 | 65 | 113 | 20 |
| Binary | 1000110 | 111111 | 1010 | 0 | 1010 | 1010110 | 1001001 | 110101 | 1001011 | 10000 |
Color Harmonies of #463F0A
Complementary color
Monochromatic Colors of #463F0A
Black with #463F0A
Text Example
Text Example
White with #463F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463F0A; }
p { color: rgb(70,63,10); }
H1.HeaderClassName
{
color: #463F0A;
}
.AnyTagClassName
{
color: #463F0A;
}
</style>
background-color css
<style>
a { background-color: #463F0A; }
a { background-color: rgb(70,63,10); }
div.DivClassName
{
background-color: #463F0A;
}
.BgClassName
{
background-color: #463F0A;
}
</style>
border-color css
<style>
span { border-color: #463F0A; }
span { border-color: rgb(70,63,10); }
td.TdClassName
{
border-color: #463F0A;
}
.TagClassName
{
border-color: #463F0A;
}
</style>