Shades of Madras #484107
Tints of Madras #484107
RGB
CMYK
RGB Variations
Color information
#484107 (or 0x484107) is known color: Madras. HEX triplet: 48, 41 and 07. RGB value is (72,65,7). Sum of RGB (Red+Green+Blue) = 72+65+7=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 7 (3.12% from 255 or 4.86% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #484107 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484107 is #B7BEF8. Grayscale: #3C3C3C. Windows color (decimal): -12041977 or 475464. OLE color: 475464.
HSL color Cylindrical-coordinate representation of color #484107: hue angle of 53.54º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #484107 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 65 | 7 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.72 |
| HSL | 53.54º | 0.82% | 0.15% | - |
| HSV(B) | 53.54º | 0.9% | 0.28% | - |
| XYZ | 4.6 | 5.17 | 0.96 | - |
| YUV | 60.48 | 97.82 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 65 | 7 | 0 | 0.10 | 0.90 | 0.72 | 53.54 | 0.82 | 0.15 |
| Hex | 48 | 41 | 7 | 0 | A | 5A | 48 | 36 | 52 | F |
| Octal | 110 | 101 | 7 | 0 | 12 | 132 | 110 | 66 | 122 | 17 |
| Binary | 1001000 | 1000001 | 111 | 0 | 1010 | 1011010 | 1001000 | 110110 | 1010010 | 1111 |
Color Harmonies of #484107
Complementary color
Monochromatic Colors of #484107
Black with #484107
Text Example
Text Example
White with #484107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484107; }
p { color: rgb(72,65,7); }
H1.HeaderClassName
{
color: #484107;
}
.AnyTagClassName
{
color: #484107;
}
</style>
background-color css
<style>
a { background-color: #484107; }
a { background-color: rgb(72,65,7); }
div.DivClassName
{
background-color: #484107;
}
.BgClassName
{
background-color: #484107;
}
</style>
border-color css
<style>
span { border-color: #484107; }
span { border-color: rgb(72,65,7); }
td.TdClassName
{
border-color: #484107;
}
.TagClassName
{
border-color: #484107;
}
</style>