Shades of Madras #54411B
Tints of Madras #54411B
RGB
CMYK
RGB Variations
Color information
#54411B (or 0x54411B) is known color: Madras. HEX triplet: 54, 41 and 1B. RGB value is (84,65,27). Sum of RGB (Red+Green+Blue) = 84+65+27=176 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.73% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 84 - color contains mainly: red. Hex color #54411B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54411B is #ABBEE4. Grayscale: #424242. Windows color (decimal): -11255525 or 1786196. OLE color: 1786196.
HSL color Cylindrical-coordinate representation of color #54411B: hue angle of 40º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #54411B is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 65 | 27 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.67 |
| HSL | 40º | 0.51% | 0.22% | - |
| HSV(B) | 40º | 0.68% | 0.33% | - |
| XYZ | 5.74 | 5.74 | 1.84 | - |
| YUV | 66.35 | 105.79 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 65 | 27 | 0 | 0.23 | 0.68 | 0.67 | 40 | 0.51 | 0.22 |
| Hex | 54 | 41 | 1B | 0 | 17 | 44 | 43 | 28 | 33 | 16 |
| Octal | 124 | 101 | 33 | 0 | 27 | 104 | 103 | 50 | 63 | 26 |
| Binary | 1010100 | 1000001 | 11011 | 0 | 10111 | 1000100 | 1000011 | 101000 | 110011 | 10110 |
Color Harmonies of #54411B
Complementary color
Monochromatic Colors of #54411B
Black with #54411B
Text Example
Text Example
White with #54411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54411B; }
p { color: rgb(84,65,27); }
H1.HeaderClassName
{
color: #54411B;
}
.AnyTagClassName
{
color: #54411B;
}
</style>
background-color css
<style>
a { background-color: #54411B; }
a { background-color: rgb(84,65,27); }
div.DivClassName
{
background-color: #54411B;
}
.BgClassName
{
background-color: #54411B;
}
</style>
border-color css
<style>
span { border-color: #54411B; }
span { border-color: rgb(84,65,27); }
td.TdClassName
{
border-color: #54411B;
}
.TagClassName
{
border-color: #54411B;
}
</style>