Shades of Madras #54400F
Tints of Madras #54400F
RGB
CMYK
RGB Variations
Color information
#54400F (or 0x54400F) is known color: Madras. HEX triplet: 54, 40 and 0F. RGB value is (84,64,15). Sum of RGB (Red+Green+Blue) = 84+64+15=163 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.53% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 84 - color contains mainly: red. Hex color #54400F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54400F is #ABBFF0. Grayscale: #404040. Windows color (decimal): -11255793 or 999508. OLE color: 999508.
HSL color Cylindrical-coordinate representation of color #54400F: hue angle of 42.61º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #54400F is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 64 | 15 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.67 |
| HSL | 42.61º | 0.7% | 0.19% | - |
| HSV(B) | 42.61º | 0.82% | 0.33% | - |
| XYZ | 5.58 | 5.59 | 1.24 | - |
| YUV | 64.39 | 100.13 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 64 | 15 | 0 | 0.24 | 0.82 | 0.67 | 42.61 | 0.7 | 0.19 |
| Hex | 54 | 40 | F | 0 | 18 | 52 | 43 | 2B | 46 | 13 |
| Octal | 124 | 100 | 17 | 0 | 30 | 122 | 103 | 53 | 106 | 23 |
| Binary | 1010100 | 1000000 | 1111 | 0 | 11000 | 1010010 | 1000011 | 101011 | 1000110 | 10011 |
Color Harmonies of #54400F
Complementary color
Monochromatic Colors of #54400F
Black with #54400F
Text Example
Text Example
White with #54400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54400F; }
p { color: rgb(84,64,15); }
H1.HeaderClassName
{
color: #54400F;
}
.AnyTagClassName
{
color: #54400F;
}
</style>
background-color css
<style>
a { background-color: #54400F; }
a { background-color: rgb(84,64,15); }
div.DivClassName
{
background-color: #54400F;
}
.BgClassName
{
background-color: #54400F;
}
</style>
border-color css
<style>
span { border-color: #54400F; }
span { border-color: rgb(84,64,15); }
td.TdClassName
{
border-color: #54400F;
}
.TagClassName
{
border-color: #54400F;
}
</style>