Shades of Madras #54420D
Tints of Madras #54420D
RGB
CMYK
RGB Variations
Color information
#54420D (or 0x54420D) is known color: Madras. HEX triplet: 54, 42 and 0D. RGB value is (84,66,13). Sum of RGB (Red+Green+Blue) = 84+66+13=163 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.53% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 84 - color contains mainly: red. Hex color #54420D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54420D is #ABBDF2. Grayscale: #414141. Windows color (decimal): -11255283 or 868948. OLE color: 868948.
HSL color Cylindrical-coordinate representation of color #54420D: hue angle of 44.79º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #54420D is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 66 | 13 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.67 |
| HSL | 44.79º | 0.73% | 0.19% | - |
| HSV(B) | 44.79º | 0.85% | 0.33% | - |
| XYZ | 5.68 | 5.81 | 1.2 | - |
| YUV | 65.34 | 98.46 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 66 | 13 | 0 | 0.21 | 0.85 | 0.67 | 44.79 | 0.73 | 0.19 |
| Hex | 54 | 42 | D | 0 | 15 | 55 | 43 | 2D | 49 | 13 |
| Octal | 124 | 102 | 15 | 0 | 25 | 125 | 103 | 55 | 111 | 23 |
| Binary | 1010100 | 1000010 | 1101 | 0 | 10101 | 1010101 | 1000011 | 101101 | 1001001 | 10011 |
Color Harmonies of #54420D
Complementary color
Monochromatic Colors of #54420D
Black with #54420D
Text Example
Text Example
White with #54420D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54420D; }
p { color: rgb(84,66,13); }
H1.HeaderClassName
{
color: #54420D;
}
.AnyTagClassName
{
color: #54420D;
}
</style>
background-color css
<style>
a { background-color: #54420D; }
a { background-color: rgb(84,66,13); }
div.DivClassName
{
background-color: #54420D;
}
.BgClassName
{
background-color: #54420D;
}
</style>
border-color css
<style>
span { border-color: #54420D; }
span { border-color: rgb(84,66,13); }
td.TdClassName
{
border-color: #54420D;
}
.TagClassName
{
border-color: #54420D;
}
</style>