Shades of Madras #54401D
Tints of Madras #54401D
RGB
CMYK
RGB Variations
Color information
#54401D (or 0x54401D) is known color: Madras. HEX triplet: 54, 40 and 1D. RGB value is (84,64,29). Sum of RGB (Red+Green+Blue) = 84+64+29=177 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.46% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 29 (11.72% from 255 or 16.38% from 177); Max value from RGB is 84 - color contains mainly: red. Hex color #54401D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54401D is #ABBFE2. Grayscale: #424242. Windows color (decimal): -11255779 or 1917012. OLE color: 1917012.
HSL color Cylindrical-coordinate representation of color #54401D: hue angle of 38.18º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54401D is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 64 | 29 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.67 |
| HSL | 38.18º | 0.49% | 0.22% | - |
| HSV(B) | 38.18º | 0.65% | 0.33% | - |
| XYZ | 5.71 | 5.64 | 1.95 | - |
| YUV | 65.99 | 107.13 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 64 | 29 | 0 | 0.24 | 0.65 | 0.67 | 38.18 | 0.49 | 0.22 |
| Hex | 54 | 40 | 1D | 0 | 18 | 41 | 43 | 26 | 31 | 16 |
| Octal | 124 | 100 | 35 | 0 | 30 | 101 | 103 | 46 | 61 | 26 |
| Binary | 1010100 | 1000000 | 11101 | 0 | 11000 | 1000001 | 1000011 | 100110 | 110001 | 10110 |
Color Harmonies of #54401D
Complementary color
Monochromatic Colors of #54401D
Black with #54401D
Text Example
Text Example
White with #54401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54401D; }
p { color: rgb(84,64,29); }
H1.HeaderClassName
{
color: #54401D;
}
.AnyTagClassName
{
color: #54401D;
}
</style>
background-color css
<style>
a { background-color: #54401D; }
a { background-color: rgb(84,64,29); }
div.DivClassName
{
background-color: #54401D;
}
.BgClassName
{
background-color: #54401D;
}
</style>
border-color css
<style>
span { border-color: #54401D; }
span { border-color: rgb(84,64,29); }
td.TdClassName
{
border-color: #54401D;
}
.TagClassName
{
border-color: #54401D;
}
</style>