Shades of Madras #463E02
Tints of Madras #463E02
RGB
CMYK
RGB Variations
Color information
#463E02 (or 0x463E02) is known color: Madras. HEX triplet: 46, 3E and 02. RGB value is (70,62,2). Sum of RGB (Red+Green+Blue) = 70+62+2=134 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.24% from 134); Green value is 62 (24.61% from 255 or 46.27% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 70 - color contains mainly: red. Hex color #463E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463E02 is #B9C1FD. Grayscale: #393939. Windows color (decimal): -12173822 or 147014. OLE color: 147014.
HSL color Cylindrical-coordinate representation of color #463E02: hue angle of 52.94º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #463E02 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 62 | 2 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.73 |
| HSL | 52.94º | 0.94% | 0.14% | - |
| HSV(B) | 52.94º | 0.97% | 0.27% | - |
| XYZ | 4.26 | 4.75 | 0.75 | - |
| YUV | 57.55 | 96.65 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 62 | 2 | 0 | 0.11 | 0.97 | 0.73 | 52.94 | 0.94 | 0.14 |
| Hex | 46 | 3E | 2 | 0 | B | 61 | 49 | 35 | 5E | E |
| Octal | 106 | 76 | 2 | 0 | 13 | 141 | 111 | 65 | 136 | 16 |
| Binary | 1000110 | 111110 | 10 | 0 | 1011 | 1100001 | 1001001 | 110101 | 1011110 | 1110 |
Color Harmonies of #463E02
Complementary color
Monochromatic Colors of #463E02
Black with #463E02
Text Example
Text Example
White with #463E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463E02; }
p { color: rgb(70,62,2); }
H1.HeaderClassName
{
color: #463E02;
}
.AnyTagClassName
{
color: #463E02;
}
</style>
background-color css
<style>
a { background-color: #463E02; }
a { background-color: rgb(70,62,2); }
div.DivClassName
{
background-color: #463E02;
}
.BgClassName
{
background-color: #463E02;
}
</style>
border-color css
<style>
span { border-color: #463E02; }
span { border-color: rgb(70,62,2); }
td.TdClassName
{
border-color: #463E02;
}
.TagClassName
{
border-color: #463E02;
}
</style>