Shades of Madras #46380A
Tints of Madras #46380A
RGB
CMYK
RGB Variations
Color information
#46380A (or 0x46380A) is known color: Madras. HEX triplet: 46, 38 and 0A. RGB value is (70,56,10). Sum of RGB (Red+Green+Blue) = 70+56+10=136 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.47% from 136); Green value is 56 (22.27% from 255 or 41.18% from 136); Blue value is 10 (4.30% from 255 or 7.35% from 136); Max value from RGB is 70 - color contains mainly: red. Hex color #46380A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46380A is #B9C7F5. Grayscale: #373737. Windows color (decimal): -12175350 or 669766. OLE color: 669766.
HSL color Cylindrical-coordinate representation of color #46380A: hue angle of 46º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #46380A is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 56 | 10 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.73 |
| HSL | 46º | 0.75% | 0.16% | - |
| HSV(B) | 46º | 0.86% | 0.27% | - |
| XYZ | 3.99 | 4.15 | 0.88 | - |
| YUV | 54.94 | 102.64 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 56 | 10 | 0 | 0.20 | 0.86 | 0.73 | 46 | 0.75 | 0.16 |
| Hex | 46 | 38 | A | 0 | 14 | 56 | 49 | 2E | 4B | 10 |
| Octal | 106 | 70 | 12 | 0 | 24 | 126 | 111 | 56 | 113 | 20 |
| Binary | 1000110 | 111000 | 1010 | 0 | 10100 | 1010110 | 1001001 | 101110 | 1001011 | 10000 |
Color Harmonies of #46380A
Complementary color
Monochromatic Colors of #46380A
Black with #46380A
Text Example
Text Example
White with #46380A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46380A; }
p { color: rgb(70,56,10); }
H1.HeaderClassName
{
color: #46380A;
}
.AnyTagClassName
{
color: #46380A;
}
</style>
background-color css
<style>
a { background-color: #46380A; }
a { background-color: rgb(70,56,10); }
div.DivClassName
{
background-color: #46380A;
}
.BgClassName
{
background-color: #46380A;
}
</style>
border-color css
<style>
span { border-color: #46380A; }
span { border-color: rgb(70,56,10); }
td.TdClassName
{
border-color: #46380A;
}
.TagClassName
{
border-color: #46380A;
}
</style>