Shades of Madras #463C21
Tints of Madras #463C21
RGB
CMYK
RGB Variations
Color information
#463C21 (or 0x463C21) is known color: Madras. HEX triplet: 46, 3C and 21. RGB value is (70,60,33). Sum of RGB (Red+Green+Blue) = 70+60+33=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 70 - color contains mainly: red. Hex color #463C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463C21 is #B9C3DE. Grayscale: #3C3C3C. Windows color (decimal): -12174303 or 2178118. OLE color: 2178118.
HSL color Cylindrical-coordinate representation of color #463C21: hue angle of 43.78º 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 #463C21 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 60 | 33 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.73 |
| HSL | 43.78º | 0.36% | 0.2% | - |
| HSV(B) | 43.78º | 0.53% | 0.27% | - |
| XYZ | 4.42 | 4.64 | 2.1 | - |
| YUV | 59.91 | 112.81 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 60 | 33 | 0 | 0.14 | 0.53 | 0.73 | 43.78 | 0.36 | 0.2 |
| Hex | 46 | 3C | 21 | 0 | E | 35 | 49 | 2C | 24 | 14 |
| Octal | 106 | 74 | 41 | 0 | 16 | 65 | 111 | 54 | 44 | 24 |
| Binary | 1000110 | 111100 | 100001 | 0 | 1110 | 110101 | 1001001 | 101100 | 100100 | 10100 |
Color Harmonies of #463C21
Complementary color
Monochromatic Colors of #463C21
Black with #463C21
Text Example
Text Example
White with #463C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463C21; }
p { color: rgb(70,60,33); }
H1.HeaderClassName
{
color: #463C21;
}
.AnyTagClassName
{
color: #463C21;
}
</style>
background-color css
<style>
a { background-color: #463C21; }
a { background-color: rgb(70,60,33); }
div.DivClassName
{
background-color: #463C21;
}
.BgClassName
{
background-color: #463C21;
}
</style>
border-color css
<style>
span { border-color: #463C21; }
span { border-color: rgb(70,60,33); }
td.TdClassName
{
border-color: #463C21;
}
.TagClassName
{
border-color: #463C21;
}
</style>