Shades of Madras #463E19
Tints of Madras #463E19
RGB
CMYK
RGB Variations
Color information
#463E19 (or 0x463E19) is known color: Madras. HEX triplet: 46, 3E and 19. RGB value is (70,62,25). Sum of RGB (Red+Green+Blue) = 70+62+25=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 62 (24.61% from 255 or 39.49% from 157); Blue value is 25 (10.16% from 255 or 15.92% from 157); Max value from RGB is 70 - color contains mainly: red. Hex color #463E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463E19 is #B9C1E6. Grayscale: #3C3C3C. Windows color (decimal): -12173799 or 1654342. OLE color: 1654342.
HSL color Cylindrical-coordinate representation of color #463E19: hue angle of 49.33º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #463E19 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 62 | 25 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.73 |
| HSL | 49.33º | 0.47% | 0.19% | - |
| HSV(B) | 49.33º | 0.64% | 0.27% | - |
| XYZ | 4.42 | 4.82 | 1.62 | - |
| YUV | 60.17 | 108.15 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 62 | 25 | 0 | 0.11 | 0.64 | 0.73 | 49.33 | 0.47 | 0.19 |
| Hex | 46 | 3E | 19 | 0 | B | 40 | 49 | 31 | 2F | 13 |
| Octal | 106 | 76 | 31 | 0 | 13 | 100 | 111 | 61 | 57 | 23 |
| Binary | 1000110 | 111110 | 11001 | 0 | 1011 | 1000000 | 1001001 | 110001 | 101111 | 10011 |
Color Harmonies of #463E19
Complementary color
Monochromatic Colors of #463E19
Black with #463E19
Text Example
Text Example
White with #463E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463E19; }
p { color: rgb(70,62,25); }
H1.HeaderClassName
{
color: #463E19;
}
.AnyTagClassName
{
color: #463E19;
}
</style>
background-color css
<style>
a { background-color: #463E19; }
a { background-color: rgb(70,62,25); }
div.DivClassName
{
background-color: #463E19;
}
.BgClassName
{
background-color: #463E19;
}
</style>
border-color css
<style>
span { border-color: #463E19; }
span { border-color: rgb(70,62,25); }
td.TdClassName
{
border-color: #463E19;
}
.TagClassName
{
border-color: #463E19;
}
</style>