Shades of Madras #463E0F
Tints of Madras #463E0F
RGB
CMYK
RGB Variations
Color information
#463E0F (or 0x463E0F) is known color: Madras. HEX triplet: 46, 3E and 0F. RGB value is (70,62,15). Sum of RGB (Red+Green+Blue) = 70+62+15=147 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.62% from 147); Green value is 62 (24.61% from 255 or 42.18% from 147); Blue value is 15 (6.25% from 255 or 10.20% from 147); Max value from RGB is 70 - color contains mainly: red. Hex color #463E0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463E0F is #B9C1F0. Grayscale: #3B3B3B. Windows color (decimal): -12173809 or 998982. OLE color: 998982.
HSL color Cylindrical-coordinate representation of color #463E0F: hue angle of 51.27º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #463E0F is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 62 | 15 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.73 |
| HSL | 51.27º | 0.65% | 0.17% | - |
| HSV(B) | 51.27º | 0.79% | 0.27% | - |
| XYZ | 4.33 | 4.78 | 1.15 | - |
| YUV | 59.03 | 103.15 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 62 | 15 | 0 | 0.11 | 0.79 | 0.73 | 51.27 | 0.65 | 0.17 |
| Hex | 46 | 3E | F | 0 | B | 4F | 49 | 33 | 41 | 11 |
| Octal | 106 | 76 | 17 | 0 | 13 | 117 | 111 | 63 | 101 | 21 |
| Binary | 1000110 | 111110 | 1111 | 0 | 1011 | 1001111 | 1001001 | 110011 | 1000001 | 10001 |
Color Harmonies of #463E0F
Complementary color
Monochromatic Colors of #463E0F
Black with #463E0F
Text Example
Text Example
White with #463E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463E0F; }
p { color: rgb(70,62,15); }
H1.HeaderClassName
{
color: #463E0F;
}
.AnyTagClassName
{
color: #463E0F;
}
</style>
background-color css
<style>
a { background-color: #463E0F; }
a { background-color: rgb(70,62,15); }
div.DivClassName
{
background-color: #463E0F;
}
.BgClassName
{
background-color: #463E0F;
}
</style>
border-color css
<style>
span { border-color: #463E0F; }
span { border-color: rgb(70,62,15); }
td.TdClassName
{
border-color: #463E0F;
}
.TagClassName
{
border-color: #463E0F;
}
</style>