Shades of Madras #463A0E
Tints of Madras #463A0E
RGB
CMYK
RGB Variations
Color information
#463A0E (or 0x463A0E) is known color: Madras. HEX triplet: 46, 3A and 0E. RGB value is (70,58,14). Sum of RGB (Red+Green+Blue) = 70+58+14=142 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.30% from 142); Green value is 58 (23.05% from 255 or 40.85% from 142); Blue value is 14 (5.86% from 255 or 9.86% from 142); Max value from RGB is 70 - color contains mainly: red. Hex color #463A0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463A0E is #B9C5F1. Grayscale: #383838. Windows color (decimal): -12174834 or 932422. OLE color: 932422.
HSL color Cylindrical-coordinate representation of color #463A0E: hue angle of 47.14º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #463A0E is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 58 | 14 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.73 |
| HSL | 47.14º | 0.67% | 0.16% | - |
| HSV(B) | 47.14º | 0.8% | 0.27% | - |
| XYZ | 4.12 | 4.36 | 1.04 | - |
| YUV | 56.57 | 103.98 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 58 | 14 | 0 | 0.17 | 0.80 | 0.73 | 47.14 | 0.67 | 0.16 |
| Hex | 46 | 3A | E | 0 | 11 | 50 | 49 | 2F | 43 | 10 |
| Octal | 106 | 72 | 16 | 0 | 21 | 120 | 111 | 57 | 103 | 20 |
| Binary | 1000110 | 111010 | 1110 | 0 | 10001 | 1010000 | 1001001 | 101111 | 1000011 | 10000 |
Color Harmonies of #463A0E
Complementary color
Monochromatic Colors of #463A0E
Black with #463A0E
Text Example
Text Example
White with #463A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463A0E; }
p { color: rgb(70,58,14); }
H1.HeaderClassName
{
color: #463A0E;
}
.AnyTagClassName
{
color: #463A0E;
}
</style>
background-color css
<style>
a { background-color: #463A0E; }
a { background-color: rgb(70,58,14); }
div.DivClassName
{
background-color: #463A0E;
}
.BgClassName
{
background-color: #463A0E;
}
</style>
border-color css
<style>
span { border-color: #463A0E; }
span { border-color: rgb(70,58,14); }
td.TdClassName
{
border-color: #463A0E;
}
.TagClassName
{
border-color: #463A0E;
}
</style>