Shades of Madras #463B25
Tints of Madras #463B25
RGB
CMYK
RGB Variations
Color information
#463B25 (or 0x463B25) is known color: Madras. HEX triplet: 46, 3B and 25. RGB value is (70,59,37). Sum of RGB (Red+Green+Blue) = 70+59+37=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 59 (23.44% from 255 or 35.54% from 166); Blue value is 37 (14.84% from 255 or 22.29% from 166); Max value from RGB is 70 - color contains mainly: red. Hex color #463B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463B25 is #B9C4DA. Grayscale: #3B3B3B. Windows color (decimal): -12174555 or 2440006. OLE color: 2440006.
HSL color Cylindrical-coordinate representation of color #463B25: hue angle of 40º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #463B25 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 59 | 37 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.73 |
| HSL | 40º | 0.31% | 0.21% | - |
| HSV(B) | 40º | 0.47% | 0.27% | - |
| XYZ | 4.42 | 4.56 | 2.4 | - |
| YUV | 59.78 | 115.14 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 59 | 37 | 0 | 0.16 | 0.47 | 0.73 | 40 | 0.31 | 0.21 |
| Hex | 46 | 3B | 25 | 0 | 10 | 2F | 49 | 28 | 1F | 15 |
| Octal | 106 | 73 | 45 | 0 | 20 | 57 | 111 | 50 | 37 | 25 |
| Binary | 1000110 | 111011 | 100101 | 0 | 10000 | 101111 | 1001001 | 101000 | 11111 | 10101 |
Color Harmonies of #463B25
Complementary color
Monochromatic Colors of #463B25
Black with #463B25
Text Example
Text Example
White with #463B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463B25; }
p { color: rgb(70,59,37); }
H1.HeaderClassName
{
color: #463B25;
}
.AnyTagClassName
{
color: #463B25;
}
</style>
background-color css
<style>
a { background-color: #463B25; }
a { background-color: rgb(70,59,37); }
div.DivClassName
{
background-color: #463B25;
}
.BgClassName
{
background-color: #463B25;
}
</style>
border-color css
<style>
span { border-color: #463B25; }
span { border-color: rgb(70,59,37); }
td.TdClassName
{
border-color: #463B25;
}
.TagClassName
{
border-color: #463B25;
}
</style>