Shades of Madras #484007
Tints of Madras #484007
RGB
CMYK
RGB Variations
Color information
#484007 (or 0x484007) is known color: Madras. HEX triplet: 48, 40 and 07. RGB value is (72,64,7). Sum of RGB (Red+Green+Blue) = 72+64+7=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 64 (25.39% from 255 or 44.76% from 143); Blue value is 7 (3.12% from 255 or 4.90% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #484007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484007 is #B7BFF8. Grayscale: #3C3C3C. Windows color (decimal): -12042233 or 475208. OLE color: 475208.
HSL color Cylindrical-coordinate representation of color #484007: hue angle of 52.62º 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 #484007 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 64 | 7 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.72 |
| HSL | 52.62º | 0.82% | 0.15% | - |
| HSV(B) | 52.62º | 0.9% | 0.28% | - |
| XYZ | 4.54 | 5.06 | 0.94 | - |
| YUV | 59.89 | 98.15 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 64 | 7 | 0 | 0.11 | 0.90 | 0.72 | 52.62 | 0.82 | 0.15 |
| Hex | 48 | 40 | 7 | 0 | B | 5A | 48 | 35 | 52 | F |
| Octal | 110 | 100 | 7 | 0 | 13 | 132 | 110 | 65 | 122 | 17 |
| Binary | 1001000 | 1000000 | 111 | 0 | 1011 | 1011010 | 1001000 | 110101 | 1010010 | 1111 |
Color Harmonies of #484007
Complementary color
Monochromatic Colors of #484007
Black with #484007
Text Example
Text Example
White with #484007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484007; }
p { color: rgb(72,64,7); }
H1.HeaderClassName
{
color: #484007;
}
.AnyTagClassName
{
color: #484007;
}
</style>
background-color css
<style>
a { background-color: #484007; }
a { background-color: rgb(72,64,7); }
div.DivClassName
{
background-color: #484007;
}
.BgClassName
{
background-color: #484007;
}
</style>
border-color css
<style>
span { border-color: #484007; }
span { border-color: rgb(72,64,7); }
td.TdClassName
{
border-color: #484007;
}
.TagClassName
{
border-color: #484007;
}
</style>