Shades of Madras #463D23
Tints of Madras #463D23
RGB
CMYK
RGB Variations
Color information
#463D23 (or 0x463D23) is known color: Madras. HEX triplet: 46, 3D and 23. RGB value is (70,61,35). Sum of RGB (Red+Green+Blue) = 70+61+35=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 61 (24.22% from 255 or 36.75% from 166); Blue value is 35 (14.06% from 255 or 21.08% from 166); Max value from RGB is 70 - color contains mainly: red. Hex color #463D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463D23 is #B9C2DC. Grayscale: #3C3C3C. Windows color (decimal): -12174045 or 2309446. OLE color: 2309446.
HSL color Cylindrical-coordinate representation of color #463D23: hue angle of 44.57º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #463D23 is Cyan = 0, Magento = 0.13, Yellow = 0.5 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 61 | 35 | - |
| CMYK | 0 | 0.13 | 0.5 | 0.73 |
| HSL | 44.57º | 0.33% | 0.21% | - |
| HSV(B) | 44.57º | 0.5% | 0.27% | - |
| XYZ | 4.5 | 4.76 | 2.27 | - |
| YUV | 60.73 | 113.48 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 61 | 35 | 0 | 0.13 | 0.5 | 0.73 | 44.57 | 0.33 | 0.21 |
| Hex | 46 | 3D | 23 | 0 | D | 32 | 49 | 2D | 21 | 15 |
| Octal | 106 | 75 | 43 | 0 | 15 | 62 | 111 | 55 | 41 | 25 |
| Binary | 1000110 | 111101 | 100011 | 0 | 1101 | 110010 | 1001001 | 101101 | 100001 | 10101 |
Color Harmonies of #463D23
Complementary color
Monochromatic Colors of #463D23
Black with #463D23
Text Example
Text Example
White with #463D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463D23; }
p { color: rgb(70,61,35); }
H1.HeaderClassName
{
color: #463D23;
}
.AnyTagClassName
{
color: #463D23;
}
</style>
background-color css
<style>
a { background-color: #463D23; }
a { background-color: rgb(70,61,35); }
div.DivClassName
{
background-color: #463D23;
}
.BgClassName
{
background-color: #463D23;
}
</style>
border-color css
<style>
span { border-color: #463D23; }
span { border-color: rgb(70,61,35); }
td.TdClassName
{
border-color: #463D23;
}
.TagClassName
{
border-color: #463D23;
}
</style>