Shades of Madras #463B05
Tints of Madras #463B05
RGB
CMYK
RGB Variations
Color information
#463B05 (or 0x463B05) is known color: Madras. HEX triplet: 46, 3B and 05. RGB value is (70,59,5). Sum of RGB (Red+Green+Blue) = 70+59+5=134 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.24% from 134); Green value is 59 (23.44% from 255 or 44.03% from 134); Blue value is 5 (2.34% from 255 or 3.73% from 134); Max value from RGB is 70 - color contains mainly: red. Hex color #463B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463B05 is #B9C4FA. Grayscale: #383838. Windows color (decimal): -12174587 or 342854. OLE color: 342854.
HSL color Cylindrical-coordinate representation of color #463B05: hue angle of 49.85º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #463B05 is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 59 | 5 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.73 |
| HSL | 49.85º | 0.87% | 0.15% | - |
| HSV(B) | 49.85º | 0.93% | 0.27% | - |
| XYZ | 4.12 | 4.44 | 0.78 | - |
| YUV | 56.13 | 99.14 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 59 | 5 | 0 | 0.16 | 0.93 | 0.73 | 49.85 | 0.87 | 0.15 |
| Hex | 46 | 3B | 5 | 0 | 10 | 5D | 49 | 32 | 57 | F |
| Octal | 106 | 73 | 5 | 0 | 20 | 135 | 111 | 62 | 127 | 17 |
| Binary | 1000110 | 111011 | 101 | 0 | 10000 | 1011101 | 1001001 | 110010 | 1010111 | 1111 |
Color Harmonies of #463B05
Complementary color
Monochromatic Colors of #463B05
Black with #463B05
Text Example
Text Example
White with #463B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463B05; }
p { color: rgb(70,59,5); }
H1.HeaderClassName
{
color: #463B05;
}
.AnyTagClassName
{
color: #463B05;
}
</style>
background-color css
<style>
a { background-color: #463B05; }
a { background-color: rgb(70,59,5); }
div.DivClassName
{
background-color: #463B05;
}
.BgClassName
{
background-color: #463B05;
}
</style>
border-color css
<style>
span { border-color: #463B05; }
span { border-color: rgb(70,59,5); }
td.TdClassName
{
border-color: #463B05;
}
.TagClassName
{
border-color: #463B05;
}
</style>