Shades of Madras #463A0B
Tints of Madras #463A0B
RGB
CMYK
RGB Variations
Color information
#463A0B (or 0x463A0B) is known color: Madras. HEX triplet: 46, 3A and 0B. RGB value is (70,58,11). Sum of RGB (Red+Green+Blue) = 70+58+11=139 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.36% from 139); Green value is 58 (23.05% from 255 or 41.73% from 139); Blue value is 11 (4.69% from 255 or 7.91% from 139); Max value from RGB is 70 - color contains mainly: red. Hex color #463A0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463A0B is #B9C5F4. Grayscale: #383838. Windows color (decimal): -12174837 or 735814. OLE color: 735814.
HSL color Cylindrical-coordinate representation of color #463A0B: hue angle of 47.8º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #463A0B is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 58 | 11 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.73 |
| HSL | 47.8º | 0.73% | 0.16% | - |
| HSV(B) | 47.8º | 0.84% | 0.27% | - |
| XYZ | 4.1 | 4.35 | 0.94 | - |
| YUV | 56.23 | 102.48 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 58 | 11 | 0 | 0.17 | 0.84 | 0.73 | 47.8 | 0.73 | 0.16 |
| Hex | 46 | 3A | B | 0 | 11 | 54 | 49 | 30 | 49 | 10 |
| Octal | 106 | 72 | 13 | 0 | 21 | 124 | 111 | 60 | 111 | 20 |
| Binary | 1000110 | 111010 | 1011 | 0 | 10001 | 1010100 | 1001001 | 110000 | 1001001 | 10000 |
Color Harmonies of #463A0B
Complementary color
Monochromatic Colors of #463A0B
Black with #463A0B
Text Example
Text Example
White with #463A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463A0B; }
p { color: rgb(70,58,11); }
H1.HeaderClassName
{
color: #463A0B;
}
.AnyTagClassName
{
color: #463A0B;
}
</style>
background-color css
<style>
a { background-color: #463A0B; }
a { background-color: rgb(70,58,11); }
div.DivClassName
{
background-color: #463A0B;
}
.BgClassName
{
background-color: #463A0B;
}
</style>
border-color css
<style>
span { border-color: #463A0B; }
span { border-color: rgb(70,58,11); }
td.TdClassName
{
border-color: #463A0B;
}
.TagClassName
{
border-color: #463A0B;
}
</style>