Shades of Madras #463A12
Tints of Madras #463A12
RGB
CMYK
RGB Variations
Color information
#463A12 (or 0x463A12) is known color: Madras. HEX triplet: 46, 3A and 12. RGB value is (70,58,18). Sum of RGB (Red+Green+Blue) = 70+58+18=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 58 (23.05% from 255 or 39.73% from 146); Blue value is 18 (7.42% from 255 or 12.33% from 146); Max value from RGB is 70 - color contains mainly: red. Hex color #463A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463A12 is #B9C5ED. Grayscale: #393939. Windows color (decimal): -12174830 or 1194566. OLE color: 1194566.
HSL color Cylindrical-coordinate representation of color #463A12: hue angle of 46.15º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #463A12 is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 58 | 18 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.73 |
| HSL | 46.15º | 0.59% | 0.17% | - |
| HSV(B) | 46.15º | 0.74% | 0.27% | - |
| XYZ | 4.15 | 4.37 | 1.2 | - |
| YUV | 57.03 | 105.98 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 58 | 18 | 0 | 0.17 | 0.74 | 0.73 | 46.15 | 0.59 | 0.17 |
| Hex | 46 | 3A | 12 | 0 | 11 | 4A | 49 | 2E | 3B | 11 |
| Octal | 106 | 72 | 22 | 0 | 21 | 112 | 111 | 56 | 73 | 21 |
| Binary | 1000110 | 111010 | 10010 | 0 | 10001 | 1001010 | 1001001 | 101110 | 111011 | 10001 |
Color Harmonies of #463A12
Complementary color
Monochromatic Colors of #463A12
Black with #463A12
Text Example
Text Example
White with #463A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463A12; }
p { color: rgb(70,58,18); }
H1.HeaderClassName
{
color: #463A12;
}
.AnyTagClassName
{
color: #463A12;
}
</style>
background-color css
<style>
a { background-color: #463A12; }
a { background-color: rgb(70,58,18); }
div.DivClassName
{
background-color: #463A12;
}
.BgClassName
{
background-color: #463A12;
}
</style>
border-color css
<style>
span { border-color: #463A12; }
span { border-color: rgb(70,58,18); }
td.TdClassName
{
border-color: #463A12;
}
.TagClassName
{
border-color: #463A12;
}
</style>