Shades of Madras #463B24
Tints of Madras #463B24
RGB
CMYK
RGB Variations
Color information
#463B24 (or 0x463B24) is known color: Madras. HEX triplet: 46, 3B and 24. RGB value is (70,59,36). Sum of RGB (Red+Green+Blue) = 70+59+36=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 59 (23.44% from 255 or 35.76% from 165); Blue value is 36 (14.45% from 255 or 21.82% from 165); Max value from RGB is 70 - color contains mainly: red. Hex color #463B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463B24 is #B9C4DB. Grayscale: #3B3B3B. Windows color (decimal): -12174556 or 2374470. OLE color: 2374470.
HSL color Cylindrical-coordinate representation of color #463B24: hue angle of 40.59º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #463B24 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 59 | 36 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.73 |
| HSL | 40.59º | 0.32% | 0.21% | - |
| HSV(B) | 40.59º | 0.49% | 0.27% | - |
| XYZ | 4.41 | 4.56 | 2.32 | - |
| YUV | 59.67 | 114.64 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 59 | 36 | 0 | 0.16 | 0.49 | 0.73 | 40.59 | 0.32 | 0.21 |
| Hex | 46 | 3B | 24 | 0 | 10 | 31 | 49 | 29 | 20 | 15 |
| Octal | 106 | 73 | 44 | 0 | 20 | 61 | 111 | 51 | 40 | 25 |
| Binary | 1000110 | 111011 | 100100 | 0 | 10000 | 110001 | 1001001 | 101001 | 100000 | 10101 |
Color Harmonies of #463B24
Complementary color
Monochromatic Colors of #463B24
Black with #463B24
Text Example
Text Example
White with #463B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463B24; }
p { color: rgb(70,59,36); }
H1.HeaderClassName
{
color: #463B24;
}
.AnyTagClassName
{
color: #463B24;
}
</style>
background-color css
<style>
a { background-color: #463B24; }
a { background-color: rgb(70,59,36); }
div.DivClassName
{
background-color: #463B24;
}
.BgClassName
{
background-color: #463B24;
}
</style>
border-color css
<style>
span { border-color: #463B24; }
span { border-color: rgb(70,59,36); }
td.TdClassName
{
border-color: #463B24;
}
.TagClassName
{
border-color: #463B24;
}
</style>