Shades of Madras #484409
Tints of Madras #484409
RGB
CMYK
RGB Variations
Color information
#484409 (or 0x484409) is known color: Madras. HEX triplet: 48, 44 and 09. RGB value is (72,68,9). Sum of RGB (Red+Green+Blue) = 72+68+9=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 68 (26.95% from 255 or 45.64% from 149); Blue value is 9 (3.91% from 255 or 6.04% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #484409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484409 is #B7BBF6. Grayscale: #3E3E3E. Windows color (decimal): -12041207 or 607304. OLE color: 607304.
HSL color Cylindrical-coordinate representation of color #484409: hue angle of 56.19º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #484409 is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 68 | 9 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.72 |
| HSL | 56.19º | 0.78% | 0.16% | - |
| HSV(B) | 56.19º | 0.88% | 0.28% | - |
| XYZ | 4.79 | 5.53 | 1.07 | - |
| YUV | 62.47 | 97.83 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 68 | 9 | 0 | 0.06 | 0.88 | 0.72 | 56.19 | 0.78 | 0.16 |
| Hex | 48 | 44 | 9 | 0 | 6 | 58 | 48 | 38 | 4E | 10 |
| Octal | 110 | 104 | 11 | 0 | 6 | 130 | 110 | 70 | 116 | 20 |
| Binary | 1001000 | 1000100 | 1001 | 0 | 110 | 1011000 | 1001000 | 111000 | 1001110 | 10000 |
Color Harmonies of #484409
Complementary color
Monochromatic Colors of #484409
Black with #484409
Text Example
Text Example
White with #484409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484409; }
p { color: rgb(72,68,9); }
H1.HeaderClassName
{
color: #484409;
}
.AnyTagClassName
{
color: #484409;
}
</style>
background-color css
<style>
a { background-color: #484409; }
a { background-color: rgb(72,68,9); }
div.DivClassName
{
background-color: #484409;
}
.BgClassName
{
background-color: #484409;
}
</style>
border-color css
<style>
span { border-color: #484409; }
span { border-color: rgb(72,68,9); }
td.TdClassName
{
border-color: #484409;
}
.TagClassName
{
border-color: #484409;
}
</style>