Shades of Madras #464112
Tints of Madras #464112
RGB
CMYK
RGB Variations
Color information
#464112 (or 0x464112) is known color: Madras. HEX triplet: 46, 41 and 12. RGB value is (70,65,18). Sum of RGB (Red+Green+Blue) = 70+65+18=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 70 - color contains mainly: red. Hex color #464112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464112 is #B9BEED. Grayscale: #3D3D3D. Windows color (decimal): -12173038 or 1196358. OLE color: 1196358.
HSL color Cylindrical-coordinate representation of color #464112: hue angle of 54.23º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #464112 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 65 | 18 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.73 |
| HSL | 54.23º | 0.59% | 0.17% | - |
| HSV(B) | 54.23º | 0.74% | 0.27% | - |
| XYZ | 4.53 | 5.13 | 1.32 | - |
| YUV | 61.14 | 103.66 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 18 | 0 | 0.07 | 0.74 | 0.73 | 54.23 | 0.59 | 0.17 |
| Hex | 46 | 41 | 12 | 0 | 7 | 4A | 49 | 36 | 3B | 11 |
| Octal | 106 | 101 | 22 | 0 | 7 | 112 | 111 | 66 | 73 | 21 |
| Binary | 1000110 | 1000001 | 10010 | 0 | 111 | 1001010 | 1001001 | 110110 | 111011 | 10001 |
Color Harmonies of #464112
Complementary color
Monochromatic Colors of #464112
Black with #464112
Text Example
Text Example
White with #464112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464112; }
p { color: rgb(70,65,18); }
H1.HeaderClassName
{
color: #464112;
}
.AnyTagClassName
{
color: #464112;
}
</style>
background-color css
<style>
a { background-color: #464112; }
a { background-color: rgb(70,65,18); }
div.DivClassName
{
background-color: #464112;
}
.BgClassName
{
background-color: #464112;
}
</style>
border-color css
<style>
span { border-color: #464112; }
span { border-color: rgb(70,65,18); }
td.TdClassName
{
border-color: #464112;
}
.TagClassName
{
border-color: #464112;
}
</style>