Shades of Madras #46380E
Tints of Madras #46380E
RGB
CMYK
RGB Variations
Color information
#46380E (or 0x46380E) is known color: Madras. HEX triplet: 46, 38 and 0E. RGB value is (70,56,14). Sum of RGB (Red+Green+Blue) = 70+56+14=140 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50% from 140); Green value is 56 (22.27% from 255 or 40% from 140); Blue value is 14 (5.86% from 255 or 10% from 140); Max value from RGB is 70 - color contains mainly: red. Hex color #46380E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46380E is #B9C7F1. Grayscale: #373737. Windows color (decimal): -12175346 or 931910. OLE color: 931910.
HSL color Cylindrical-coordinate representation of color #46380E: hue angle of 45º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #46380E is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 56 | 14 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.73 |
| HSL | 45º | 0.67% | 0.16% | - |
| HSV(B) | 45º | 0.8% | 0.27% | - |
| XYZ | 4.02 | 4.16 | 1.01 | - |
| YUV | 55.4 | 104.64 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 56 | 14 | 0 | 0.20 | 0.80 | 0.73 | 45 | 0.67 | 0.16 |
| Hex | 46 | 38 | E | 0 | 14 | 50 | 49 | 2D | 43 | 10 |
| Octal | 106 | 70 | 16 | 0 | 24 | 120 | 111 | 55 | 103 | 20 |
| Binary | 1000110 | 111000 | 1110 | 0 | 10100 | 1010000 | 1001001 | 101101 | 1000011 | 10000 |
Color Harmonies of #46380E
Complementary color
Monochromatic Colors of #46380E
Black with #46380E
Text Example
Text Example
White with #46380E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46380E; }
p { color: rgb(70,56,14); }
H1.HeaderClassName
{
color: #46380E;
}
.AnyTagClassName
{
color: #46380E;
}
</style>
background-color css
<style>
a { background-color: #46380E; }
a { background-color: rgb(70,56,14); }
div.DivClassName
{
background-color: #46380E;
}
.BgClassName
{
background-color: #46380E;
}
</style>
border-color css
<style>
span { border-color: #46380E; }
span { border-color: rgb(70,56,14); }
td.TdClassName
{
border-color: #46380E;
}
.TagClassName
{
border-color: #46380E;
}
</style>