Shades of Madras #54411C
Tints of Madras #54411C
RGB
CMYK
RGB Variations
Color information
#54411C (or 0x54411C) is known color: Madras. HEX triplet: 54, 41 and 1C. RGB value is (84,65,28). Sum of RGB (Red+Green+Blue) = 84+65+28=177 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.46% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 84 - color contains mainly: red. Hex color #54411C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54411C is #ABBEE3. Grayscale: #424242. Windows color (decimal): -11255524 or 1851732. OLE color: 1851732.
HSL color Cylindrical-coordinate representation of color #54411C: hue angle of 39.64º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54411C is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 65 | 28 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.67 |
| HSL | 39.64º | 0.5% | 0.22% | - |
| HSV(B) | 39.64º | 0.67% | 0.33% | - |
| XYZ | 5.76 | 5.75 | 1.9 | - |
| YUV | 66.46 | 106.29 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 65 | 28 | 0 | 0.23 | 0.67 | 0.67 | 39.64 | 0.5 | 0.22 |
| Hex | 54 | 41 | 1C | 0 | 17 | 43 | 43 | 28 | 32 | 16 |
| Octal | 124 | 101 | 34 | 0 | 27 | 103 | 103 | 50 | 62 | 26 |
| Binary | 1010100 | 1000001 | 11100 | 0 | 10111 | 1000011 | 1000011 | 101000 | 110010 | 10110 |
Color Harmonies of #54411C
Complementary color
Monochromatic Colors of #54411C
Black with #54411C
Text Example
Text Example
White with #54411C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54411C; }
p { color: rgb(84,65,28); }
H1.HeaderClassName
{
color: #54411C;
}
.AnyTagClassName
{
color: #54411C;
}
</style>
background-color css
<style>
a { background-color: #54411C; }
a { background-color: rgb(84,65,28); }
div.DivClassName
{
background-color: #54411C;
}
.BgClassName
{
background-color: #54411C;
}
</style>
border-color css
<style>
span { border-color: #54411C; }
span { border-color: rgb(84,65,28); }
td.TdClassName
{
border-color: #54411C;
}
.TagClassName
{
border-color: #54411C;
}
</style>