Shades of Madras #484000
Tints of Madras #484000
RGB
CMYK
RGB Variations
Color information
#484000 (or 0x484000) is known color: Madras. HEX triplet: 48, 40 and 00. RGB value is (72,64,0). Sum of RGB (Red+Green+Blue) = 72+64+0=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 64 (25.39% from 255 or 47.06% from 136); Blue value is 0 (0.39% from 255 or 0% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #484000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484000 is #B7BFFF. Grayscale: #3B3B3B. Windows color (decimal): -12042240 or 16456. OLE color: 16456.
HSL color Cylindrical-coordinate representation of color #484000: hue angle of 53.33º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #484000 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 64 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.72 |
| HSL | 53.33º | 1% | 0.14% | - |
| HSV(B) | 53.33º | 1% | 0.28% | - |
| XYZ | 4.51 | 5.04 | 0.74 | - |
| YUV | 59.1 | 94.65 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 64 | 0 | 0 | 0.11 | 1 | 0.72 | 53.33 | 1 | 0.14 |
| Hex | 48 | 40 | 0 | 0 | B | 64 | 48 | 35 | 64 | E |
| Octal | 110 | 100 | 0 | 0 | 13 | 144 | 110 | 65 | 144 | 16 |
| Binary | 1001000 | 1000000 | 0 | 0 | 1011 | 1100100 | 1001000 | 110101 | 1100100 | 1110 |
Color Harmonies of #484000
Complementary color
Monochromatic Colors of #484000
Black with #484000
Text Example
Text Example
White with #484000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484000; }
p { color: rgb(72,64,0); }
H1.HeaderClassName
{
color: #484000;
}
.AnyTagClassName
{
color: #484000;
}
</style>
background-color css
<style>
a { background-color: #484000; }
a { background-color: rgb(72,64,0); }
div.DivClassName
{
background-color: #484000;
}
.BgClassName
{
background-color: #484000;
}
</style>
border-color css
<style>
span { border-color: #484000; }
span { border-color: rgb(72,64,0); }
td.TdClassName
{
border-color: #484000;
}
.TagClassName
{
border-color: #484000;
}
</style>