Shades of Madras #464121
Tints of Madras #464121
RGB
CMYK
RGB Variations
Color information
#464121 (or 0x464121) is known color: Madras. HEX triplet: 46, 41 and 21. RGB value is (70,65,33). Sum of RGB (Red+Green+Blue) = 70+65+33=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 33 (13.28% from 255 or 19.64% from 168); Max value from RGB is 70 - color contains mainly: red. Hex color #464121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464121 is #B9BEDE. Grayscale: #3E3E3E. Windows color (decimal): -12173023 or 2179398. OLE color: 2179398.
HSL color Cylindrical-coordinate representation of color #464121: hue angle of 51.89º 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 #464121 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 65 | 33 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.73 |
| HSL | 51.89º | 0.36% | 0.2% | - |
| HSV(B) | 51.89º | 0.53% | 0.27% | - |
| XYZ | 4.69 | 5.19 | 2.19 | - |
| YUV | 62.85 | 111.16 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 33 | 0 | 0.07 | 0.53 | 0.73 | 51.89 | 0.36 | 0.2 |
| Hex | 46 | 41 | 21 | 0 | 7 | 35 | 49 | 34 | 24 | 14 |
| Octal | 106 | 101 | 41 | 0 | 7 | 65 | 111 | 64 | 44 | 24 |
| Binary | 1000110 | 1000001 | 100001 | 0 | 111 | 110101 | 1001001 | 110100 | 100100 | 10100 |
Color Harmonies of #464121
Complementary color
Monochromatic Colors of #464121
Black with #464121
Text Example
Text Example
White with #464121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464121; }
p { color: rgb(70,65,33); }
H1.HeaderClassName
{
color: #464121;
}
.AnyTagClassName
{
color: #464121;
}
</style>
background-color css
<style>
a { background-color: #464121; }
a { background-color: rgb(70,65,33); }
div.DivClassName
{
background-color: #464121;
}
.BgClassName
{
background-color: #464121;
}
</style>
border-color css
<style>
span { border-color: #464121; }
span { border-color: rgb(70,65,33); }
td.TdClassName
{
border-color: #464121;
}
.TagClassName
{
border-color: #464121;
}
</style>