Shades of Madras #484011
Tints of Madras #484011
RGB
CMYK
RGB Variations
Color information
#484011 (or 0x484011) is known color: Madras. HEX triplet: 48, 40 and 11. RGB value is (72,64,17). Sum of RGB (Red+Green+Blue) = 72+64+17=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 64 (25.39% from 255 or 41.83% from 153); Blue value is 17 (7.03% from 255 or 11.11% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #484011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484011 is #B7BFEE. Grayscale: #3D3D3D. Windows color (decimal): -12042223 or 1130568. OLE color: 1130568.
HSL color Cylindrical-coordinate representation of color #484011: hue angle of 51.27º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #484011 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 64 | 17 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.72 |
| HSL | 51.27º | 0.62% | 0.17% | - |
| HSV(B) | 51.27º | 0.76% | 0.28% | - |
| XYZ | 4.61 | 5.08 | 1.27 | - |
| YUV | 61.03 | 103.15 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 64 | 17 | 0 | 0.11 | 0.76 | 0.72 | 51.27 | 0.62 | 0.17 |
| Hex | 48 | 40 | 11 | 0 | B | 4C | 48 | 33 | 3E | 11 |
| Octal | 110 | 100 | 21 | 0 | 13 | 114 | 110 | 63 | 76 | 21 |
| Binary | 1001000 | 1000000 | 10001 | 0 | 1011 | 1001100 | 1001000 | 110011 | 111110 | 10001 |
Color Harmonies of #484011
Complementary color
Monochromatic Colors of #484011
Black with #484011
Text Example
Text Example
White with #484011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484011; }
p { color: rgb(72,64,17); }
H1.HeaderClassName
{
color: #484011;
}
.AnyTagClassName
{
color: #484011;
}
</style>
background-color css
<style>
a { background-color: #484011; }
a { background-color: rgb(72,64,17); }
div.DivClassName
{
background-color: #484011;
}
.BgClassName
{
background-color: #484011;
}
</style>
border-color css
<style>
span { border-color: #484011; }
span { border-color: rgb(72,64,17); }
td.TdClassName
{
border-color: #484011;
}
.TagClassName
{
border-color: #484011;
}
</style>