Shades of Madras #463B17
Tints of Madras #463B17
RGB
CMYK
RGB Variations
Color information
#463B17 (or 0x463B17) is known color: Madras. HEX triplet: 46, 3B and 17. RGB value is (70,59,23). Sum of RGB (Red+Green+Blue) = 70+59+23=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 59 (23.44% from 255 or 38.82% from 152); Blue value is 23 (9.38% from 255 or 15.13% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #463B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463B17 is #B9C4E8. Grayscale: #3A3A3A. Windows color (decimal): -12174569 or 1522502. OLE color: 1522502.
HSL color Cylindrical-coordinate representation of color #463B17: hue angle of 45.96º 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 #463B17 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 59 | 23 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.73 |
| HSL | 45.96º | 0.51% | 0.18% | - |
| HSV(B) | 45.96º | 0.67% | 0.27% | - |
| XYZ | 4.24 | 4.49 | 1.45 | - |
| YUV | 58.19 | 108.14 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 59 | 23 | 0 | 0.16 | 0.67 | 0.73 | 45.96 | 0.51 | 0.18 |
| Hex | 46 | 3B | 17 | 0 | 10 | 43 | 49 | 2E | 33 | 12 |
| Octal | 106 | 73 | 27 | 0 | 20 | 103 | 111 | 56 | 63 | 22 |
| Binary | 1000110 | 111011 | 10111 | 0 | 10000 | 1000011 | 1001001 | 101110 | 110011 | 10010 |
Color Harmonies of #463B17
Complementary color
Monochromatic Colors of #463B17
Black with #463B17
Text Example
Text Example
White with #463B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463B17; }
p { color: rgb(70,59,23); }
H1.HeaderClassName
{
color: #463B17;
}
.AnyTagClassName
{
color: #463B17;
}
</style>
background-color css
<style>
a { background-color: #463B17; }
a { background-color: rgb(70,59,23); }
div.DivClassName
{
background-color: #463B17;
}
.BgClassName
{
background-color: #463B17;
}
</style>
border-color css
<style>
span { border-color: #463B17; }
span { border-color: rgb(70,59,23); }
td.TdClassName
{
border-color: #463B17;
}
.TagClassName
{
border-color: #463B17;
}
</style>