Shades of Madras #464023
Tints of Madras #464023
RGB
CMYK
RGB Variations
Color information
#464023 (or 0x464023) is known color: Madras. HEX triplet: 46, 40 and 23. RGB value is (70,64,35). Sum of RGB (Red+Green+Blue) = 70+64+35=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 35 (14.06% from 255 or 20.71% from 169); Max value from RGB is 70 - color contains mainly: red. Hex color #464023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464023 is #B9BFDC. Grayscale: #3E3E3E. Windows color (decimal): -12173277 or 2310214. OLE color: 2310214.
HSL color Cylindrical-coordinate representation of color #464023: hue angle of 49.71º 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 #464023 is Cyan = 0, Magento = 0.09, Yellow = 0.5 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 64 | 35 | - |
| CMYK | 0 | 0.09 | 0.5 | 0.73 |
| HSL | 49.71º | 0.33% | 0.21% | - |
| HSV(B) | 49.71º | 0.5% | 0.27% | - |
| XYZ | 4.66 | 5.09 | 2.33 | - |
| YUV | 62.49 | 112.49 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 64 | 35 | 0 | 0.09 | 0.5 | 0.73 | 49.71 | 0.33 | 0.21 |
| Hex | 46 | 40 | 23 | 0 | 9 | 32 | 49 | 32 | 21 | 15 |
| Octal | 106 | 100 | 43 | 0 | 11 | 62 | 111 | 62 | 41 | 25 |
| Binary | 1000110 | 1000000 | 100011 | 0 | 1001 | 110010 | 1001001 | 110010 | 100001 | 10101 |
Color Harmonies of #464023
Complementary color
Monochromatic Colors of #464023
Black with #464023
Text Example
Text Example
White with #464023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464023; }
p { color: rgb(70,64,35); }
H1.HeaderClassName
{
color: #464023;
}
.AnyTagClassName
{
color: #464023;
}
</style>
background-color css
<style>
a { background-color: #464023; }
a { background-color: rgb(70,64,35); }
div.DivClassName
{
background-color: #464023;
}
.BgClassName
{
background-color: #464023;
}
</style>
border-color css
<style>
span { border-color: #464023; }
span { border-color: rgb(70,64,35); }
td.TdClassName
{
border-color: #464023;
}
.TagClassName
{
border-color: #464023;
}
</style>