Shades of Madras #463C17
Tints of Madras #463C17
RGB
CMYK
RGB Variations
Color information
#463C17 (or 0x463C17) is known color: Madras. HEX triplet: 46, 3C and 17. RGB value is (70,60,23). Sum of RGB (Red+Green+Blue) = 70+60+23=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 60 (23.83% from 255 or 39.22% from 153); Blue value is 23 (9.38% from 255 or 15.03% from 153); Max value from RGB is 70 - color contains mainly: red. Hex color #463C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463C17 is #B9C3E8. Grayscale: #3A3A3A. Windows color (decimal): -12174313 or 1522758. OLE color: 1522758.
HSL color Cylindrical-coordinate representation of color #463C17: hue angle of 47.23º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #463C17 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 60 | 23 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.73 |
| HSL | 47.23º | 0.51% | 0.18% | - |
| HSV(B) | 47.23º | 0.67% | 0.27% | - |
| XYZ | 4.3 | 4.6 | 1.47 | - |
| YUV | 58.77 | 107.81 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 60 | 23 | 0 | 0.14 | 0.67 | 0.73 | 47.23 | 0.51 | 0.18 |
| Hex | 46 | 3C | 17 | 0 | E | 43 | 49 | 2F | 33 | 12 |
| Octal | 106 | 74 | 27 | 0 | 16 | 103 | 111 | 57 | 63 | 22 |
| Binary | 1000110 | 111100 | 10111 | 0 | 1110 | 1000011 | 1001001 | 101111 | 110011 | 10010 |
Color Harmonies of #463C17
Complementary color
Monochromatic Colors of #463C17
Black with #463C17
Text Example
Text Example
White with #463C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463C17; }
p { color: rgb(70,60,23); }
H1.HeaderClassName
{
color: #463C17;
}
.AnyTagClassName
{
color: #463C17;
}
</style>
background-color css
<style>
a { background-color: #463C17; }
a { background-color: rgb(70,60,23); }
div.DivClassName
{
background-color: #463C17;
}
.BgClassName
{
background-color: #463C17;
}
</style>
border-color css
<style>
span { border-color: #463C17; }
span { border-color: rgb(70,60,23); }
td.TdClassName
{
border-color: #463C17;
}
.TagClassName
{
border-color: #463C17;
}
</style>