Shades of Madras #463A10
Tints of Madras #463A10
RGB
CMYK
RGB Variations
Color information
#463A10 (or 0x463A10) is known color: Madras. HEX triplet: 46, 3A and 10. RGB value is (70,58,16). Sum of RGB (Red+Green+Blue) = 70+58+16=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 58 (23.05% from 255 or 40.28% from 144); Blue value is 16 (6.64% from 255 or 11.11% from 144); Max value from RGB is 70 - color contains mainly: red. Hex color #463A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463A10 is #B9C5EF. Grayscale: #383838. Windows color (decimal): -12174832 or 1063494. OLE color: 1063494.
HSL color Cylindrical-coordinate representation of color #463A10: hue angle of 46.67º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #463A10 is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 58 | 16 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.73 |
| HSL | 46.67º | 0.63% | 0.17% | - |
| HSV(B) | 46.67º | 0.77% | 0.27% | - |
| XYZ | 4.13 | 4.37 | 1.12 | - |
| YUV | 56.8 | 104.98 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 58 | 16 | 0 | 0.17 | 0.77 | 0.73 | 46.67 | 0.63 | 0.17 |
| Hex | 46 | 3A | 10 | 0 | 11 | 4D | 49 | 2F | 3F | 11 |
| Octal | 106 | 72 | 20 | 0 | 21 | 115 | 111 | 57 | 77 | 21 |
| Binary | 1000110 | 111010 | 10000 | 0 | 10001 | 1001101 | 1001001 | 101111 | 111111 | 10001 |
Color Harmonies of #463A10
Complementary color
Monochromatic Colors of #463A10
Black with #463A10
Text Example
Text Example
White with #463A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463A10; }
p { color: rgb(70,58,16); }
H1.HeaderClassName
{
color: #463A10;
}
.AnyTagClassName
{
color: #463A10;
}
</style>
background-color css
<style>
a { background-color: #463A10; }
a { background-color: rgb(70,58,16); }
div.DivClassName
{
background-color: #463A10;
}
.BgClassName
{
background-color: #463A10;
}
</style>
border-color css
<style>
span { border-color: #463A10; }
span { border-color: rgb(70,58,16); }
td.TdClassName
{
border-color: #463A10;
}
.TagClassName
{
border-color: #463A10;
}
</style>