Shades of Madras #463B07
Tints of Madras #463B07
RGB
CMYK
RGB Variations
Color information
#463B07 (or 0x463B07) is known color: Madras. HEX triplet: 46, 3B and 07. RGB value is (70,59,7). Sum of RGB (Red+Green+Blue) = 70+59+7=136 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.47% from 136); Green value is 59 (23.44% from 255 or 43.38% from 136); Blue value is 7 (3.12% from 255 or 5.15% from 136); Max value from RGB is 70 - color contains mainly: red. Hex color #463B07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463B07 is #B9C4F8. Grayscale: #383838. Windows color (decimal): -12174585 or 473926. OLE color: 473926.
HSL color Cylindrical-coordinate representation of color #463B07: hue angle of 49.52º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #463B07 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 59 | 7 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.73 |
| HSL | 49.52º | 0.82% | 0.15% | - |
| HSV(B) | 49.52º | 0.9% | 0.27% | - |
| XYZ | 4.13 | 4.45 | 0.84 | - |
| YUV | 56.36 | 100.14 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 59 | 7 | 0 | 0.16 | 0.90 | 0.73 | 49.52 | 0.82 | 0.15 |
| Hex | 46 | 3B | 7 | 0 | 10 | 5A | 49 | 32 | 52 | F |
| Octal | 106 | 73 | 7 | 0 | 20 | 132 | 111 | 62 | 122 | 17 |
| Binary | 1000110 | 111011 | 111 | 0 | 10000 | 1011010 | 1001001 | 110010 | 1010010 | 1111 |
Color Harmonies of #463B07
Complementary color
Monochromatic Colors of #463B07
Black with #463B07
Text Example
Text Example
White with #463B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463B07; }
p { color: rgb(70,59,7); }
H1.HeaderClassName
{
color: #463B07;
}
.AnyTagClassName
{
color: #463B07;
}
</style>
background-color css
<style>
a { background-color: #463B07; }
a { background-color: rgb(70,59,7); }
div.DivClassName
{
background-color: #463B07;
}
.BgClassName
{
background-color: #463B07;
}
</style>
border-color css
<style>
span { border-color: #463B07; }
span { border-color: rgb(70,59,7); }
td.TdClassName
{
border-color: #463B07;
}
.TagClassName
{
border-color: #463B07;
}
</style>