Shades of Madras #46431E
Tints of Madras #46431E
RGB
CMYK
RGB Variations
Color information
#46431E (or 0x46431E) is known color: Madras. HEX triplet: 46, 43 and 1E. RGB value is (70,67,30). Sum of RGB (Red+Green+Blue) = 70+67+30=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 67 (26.56% from 255 or 40.12% from 167); Blue value is 30 (12.11% from 255 or 17.96% from 167); Max value from RGB is 70 - color contains mainly: red. Hex color #46431E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46431E is #B9BCE1. Grayscale: #3F3F3F. Windows color (decimal): -12172514 or 1983302. OLE color: 1983302.
HSL color Cylindrical-coordinate representation of color #46431E: hue angle of 55.5º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #46431E is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 67 | 30 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.73 |
| HSL | 55.5º | 0.4% | 0.2% | - |
| HSV(B) | 55.5º | 0.57% | 0.27% | - |
| XYZ | 4.77 | 5.41 | 2.02 | - |
| YUV | 63.68 | 108.99 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 67 | 30 | 0 | 0.04 | 0.57 | 0.73 | 55.5 | 0.4 | 0.2 |
| Hex | 46 | 43 | 1E | 0 | 4 | 39 | 49 | 38 | 28 | 14 |
| Octal | 106 | 103 | 36 | 0 | 4 | 71 | 111 | 70 | 50 | 24 |
| Binary | 1000110 | 1000011 | 11110 | 0 | 100 | 111001 | 1001001 | 111000 | 101000 | 10100 |
Color Harmonies of #46431E
Complementary color
Monochromatic Colors of #46431E
Black with #46431E
Text Example
Text Example
White with #46431E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46431E; }
p { color: rgb(70,67,30); }
H1.HeaderClassName
{
color: #46431E;
}
.AnyTagClassName
{
color: #46431E;
}
</style>
background-color css
<style>
a { background-color: #46431E; }
a { background-color: rgb(70,67,30); }
div.DivClassName
{
background-color: #46431E;
}
.BgClassName
{
background-color: #46431E;
}
</style>
border-color css
<style>
span { border-color: #46431E; }
span { border-color: rgb(70,67,30); }
td.TdClassName
{
border-color: #46431E;
}
.TagClassName
{
border-color: #46431E;
}
</style>