Shades of Madras #463A1F
Tints of Madras #463A1F
RGB
CMYK
RGB Variations
Color information
#463A1F (or 0x463A1F) is known color: Madras. HEX triplet: 46, 3A and 1F. RGB value is (70,58,31). Sum of RGB (Red+Green+Blue) = 70+58+31=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 58 (23.05% from 255 or 36.48% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 70 - color contains mainly: red. Hex color #463A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463A1F is #B9C5E0. Grayscale: #3A3A3A. Windows color (decimal): -12174817 or 2046534. OLE color: 2046534.
HSL color Cylindrical-coordinate representation of color #463A1F: hue angle of 41.54º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #463A1F is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 58 | 31 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.73 |
| HSL | 41.54º | 0.39% | 0.2% | - |
| HSV(B) | 41.54º | 0.56% | 0.27% | - |
| XYZ | 4.29 | 4.43 | 1.92 | - |
| YUV | 58.51 | 112.48 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 58 | 31 | 0 | 0.17 | 0.56 | 0.73 | 41.54 | 0.39 | 0.2 |
| Hex | 46 | 3A | 1F | 0 | 11 | 38 | 49 | 2A | 27 | 14 |
| Octal | 106 | 72 | 37 | 0 | 21 | 70 | 111 | 52 | 47 | 24 |
| Binary | 1000110 | 111010 | 11111 | 0 | 10001 | 111000 | 1001001 | 101010 | 100111 | 10100 |
Color Harmonies of #463A1F
Complementary color
Monochromatic Colors of #463A1F
Black with #463A1F
Text Example
Text Example
White with #463A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463A1F; }
p { color: rgb(70,58,31); }
H1.HeaderClassName
{
color: #463A1F;
}
.AnyTagClassName
{
color: #463A1F;
}
</style>
background-color css
<style>
a { background-color: #463A1F; }
a { background-color: rgb(70,58,31); }
div.DivClassName
{
background-color: #463A1F;
}
.BgClassName
{
background-color: #463A1F;
}
</style>
border-color css
<style>
span { border-color: #463A1F; }
span { border-color: rgb(70,58,31); }
td.TdClassName
{
border-color: #463A1F;
}
.TagClassName
{
border-color: #463A1F;
}
</style>