Shades of Madras #463B1F
Tints of Madras #463B1F
RGB
CMYK
RGB Variations
Color information
#463B1F (or 0x463B1F) is known color: Madras. HEX triplet: 46, 3B and 1F. RGB value is (70,59,31). Sum of RGB (Red+Green+Blue) = 70+59+31=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 59 (23.44% from 255 or 36.88% from 160); Blue value is 31 (12.5% from 255 or 19.38% from 160); Max value from RGB is 70 - color contains mainly: red. Hex color #463B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463B1F is #B9C4E0. Grayscale: #3B3B3B. Windows color (decimal): -12174561 or 2046790. OLE color: 2046790.
HSL color Cylindrical-coordinate representation of color #463B1F: hue angle of 43.08º 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 #463B1F is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 59 | 31 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.73 |
| HSL | 43.08º | 0.39% | 0.2% | - |
| HSV(B) | 43.08º | 0.56% | 0.27% | - |
| XYZ | 4.34 | 4.53 | 1.94 | - |
| YUV | 59.1 | 112.14 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 59 | 31 | 0 | 0.16 | 0.56 | 0.73 | 43.08 | 0.39 | 0.2 |
| Hex | 46 | 3B | 1F | 0 | 10 | 38 | 49 | 2B | 27 | 14 |
| Octal | 106 | 73 | 37 | 0 | 20 | 70 | 111 | 53 | 47 | 24 |
| Binary | 1000110 | 111011 | 11111 | 0 | 10000 | 111000 | 1001001 | 101011 | 100111 | 10100 |
Color Harmonies of #463B1F
Complementary color
Monochromatic Colors of #463B1F
Black with #463B1F
Text Example
Text Example
White with #463B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463B1F; }
p { color: rgb(70,59,31); }
H1.HeaderClassName
{
color: #463B1F;
}
.AnyTagClassName
{
color: #463B1F;
}
</style>
background-color css
<style>
a { background-color: #463B1F; }
a { background-color: rgb(70,59,31); }
div.DivClassName
{
background-color: #463B1F;
}
.BgClassName
{
background-color: #463B1F;
}
</style>
border-color css
<style>
span { border-color: #463B1F; }
span { border-color: rgb(70,59,31); }
td.TdClassName
{
border-color: #463B1F;
}
.TagClassName
{
border-color: #463B1F;
}
</style>