Shades of Madras #463A01
Tints of Madras #463A01
RGB
CMYK
RGB Variations
Color information
#463A01 (or 0x463A01) is known color: Madras. HEX triplet: 46, 3A and 01. RGB value is (70,58,1). Sum of RGB (Red+Green+Blue) = 70+58+1=129 (17% of max value = 765). Red value is 70 (27.73% from 255 or 54.26% from 129); Green value is 58 (23.05% from 255 or 44.96% from 129); Blue value is 1 (0.78% from 255 or 0.78% from 129); Max value from RGB is 70 - color contains mainly: red. Hex color #463A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463A01 is #B9C5FE. Grayscale: #373737. Windows color (decimal): -12174847 or 80454. OLE color: 80454.
HSL color Cylindrical-coordinate representation of color #463A01: hue angle of 49.57º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #463A01 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 58 | 1 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.73 |
| HSL | 49.57º | 0.97% | 0.14% | - |
| HSV(B) | 49.57º | 0.99% | 0.27% | - |
| XYZ | 4.04 | 4.33 | 0.65 | - |
| YUV | 55.09 | 97.48 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 58 | 1 | 0 | 0.17 | 0.99 | 0.73 | 49.57 | 0.97 | 0.14 |
| Hex | 46 | 3A | 1 | 0 | 11 | 63 | 49 | 32 | 61 | E |
| Octal | 106 | 72 | 1 | 0 | 21 | 143 | 111 | 62 | 141 | 16 |
| Binary | 1000110 | 111010 | 1 | 0 | 10001 | 1100011 | 1001001 | 110010 | 1100001 | 1110 |
Color Harmonies of #463A01
Complementary color
Monochromatic Colors of #463A01
Black with #463A01
Text Example
Text Example
White with #463A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463A01; }
p { color: rgb(70,58,1); }
H1.HeaderClassName
{
color: #463A01;
}
.AnyTagClassName
{
color: #463A01;
}
</style>
background-color css
<style>
a { background-color: #463A01; }
a { background-color: rgb(70,58,1); }
div.DivClassName
{
background-color: #463A01;
}
.BgClassName
{
background-color: #463A01;
}
</style>
border-color css
<style>
span { border-color: #463A01; }
span { border-color: rgb(70,58,1); }
td.TdClassName
{
border-color: #463A01;
}
.TagClassName
{
border-color: #463A01;
}
</style>