Shades of Madras #463F21
Tints of Madras #463F21
RGB
CMYK
RGB Variations
Color information
#463F21 (or 0x463F21) is known color: Madras. HEX triplet: 46, 3F and 21. RGB value is (70,63,33). Sum of RGB (Red+Green+Blue) = 70+63+33=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 63 (25% from 255 or 37.95% from 166); Blue value is 33 (13.28% from 255 or 19.88% from 166); Max value from RGB is 70 - color contains mainly: red. Hex color #463F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463F21 is #B9C0DE. Grayscale: #3D3D3D. Windows color (decimal): -12173535 or 2178886. OLE color: 2178886.
HSL color Cylindrical-coordinate representation of color #463F21: hue angle of 48.65º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #463F21 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 63 | 33 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.73 |
| HSL | 48.65º | 0.36% | 0.2% | - |
| HSV(B) | 48.65º | 0.53% | 0.27% | - |
| XYZ | 4.58 | 4.97 | 2.16 | - |
| YUV | 61.67 | 111.82 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 33 | 0 | 0.10 | 0.53 | 0.73 | 48.65 | 0.36 | 0.2 |
| Hex | 46 | 3F | 21 | 0 | A | 35 | 49 | 31 | 24 | 14 |
| Octal | 106 | 77 | 41 | 0 | 12 | 65 | 111 | 61 | 44 | 24 |
| Binary | 1000110 | 111111 | 100001 | 0 | 1010 | 110101 | 1001001 | 110001 | 100100 | 10100 |
Color Harmonies of #463F21
Complementary color
Monochromatic Colors of #463F21
Black with #463F21
Text Example
Text Example
White with #463F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463F21; }
p { color: rgb(70,63,33); }
H1.HeaderClassName
{
color: #463F21;
}
.AnyTagClassName
{
color: #463F21;
}
</style>
background-color css
<style>
a { background-color: #463F21; }
a { background-color: rgb(70,63,33); }
div.DivClassName
{
background-color: #463F21;
}
.BgClassName
{
background-color: #463F21;
}
</style>
border-color css
<style>
span { border-color: #463F21; }
span { border-color: rgb(70,63,33); }
td.TdClassName
{
border-color: #463F21;
}
.TagClassName
{
border-color: #463F21;
}
</style>