Shades of Madras #54420F
Tints of Madras #54420F
RGB
CMYK
RGB Variations
Color information
#54420F (or 0x54420F) is known color: Madras. HEX triplet: 54, 42 and 0F. RGB value is (84,66,15). Sum of RGB (Red+Green+Blue) = 84+66+15=165 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.91% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 15 (6.25% from 255 or 9.09% from 165); Max value from RGB is 84 - color contains mainly: red. Hex color #54420F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54420F is #ABBDF0. Grayscale: #414141. Windows color (decimal): -11255281 or 1000020. OLE color: 1000020.
HSL color Cylindrical-coordinate representation of color #54420F: hue angle of 44.35º 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 #54420F is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 66 | 15 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.67 |
| HSL | 44.35º | 0.7% | 0.19% | - |
| HSV(B) | 44.35º | 0.82% | 0.33% | - |
| XYZ | 5.69 | 5.82 | 1.27 | - |
| YUV | 65.57 | 99.46 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 66 | 15 | 0 | 0.21 | 0.82 | 0.67 | 44.35 | 0.7 | 0.19 |
| Hex | 54 | 42 | F | 0 | 15 | 52 | 43 | 2C | 46 | 13 |
| Octal | 124 | 102 | 17 | 0 | 25 | 122 | 103 | 54 | 106 | 23 |
| Binary | 1010100 | 1000010 | 1111 | 0 | 10101 | 1010010 | 1000011 | 101100 | 1000110 | 10011 |
Color Harmonies of #54420F
Complementary color
Monochromatic Colors of #54420F
Black with #54420F
Text Example
Text Example
White with #54420F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54420F; }
p { color: rgb(84,66,15); }
H1.HeaderClassName
{
color: #54420F;
}
.AnyTagClassName
{
color: #54420F;
}
</style>
background-color css
<style>
a { background-color: #54420F; }
a { background-color: rgb(84,66,15); }
div.DivClassName
{
background-color: #54420F;
}
.BgClassName
{
background-color: #54420F;
}
</style>
border-color css
<style>
span { border-color: #54420F; }
span { border-color: rgb(84,66,15); }
td.TdClassName
{
border-color: #54420F;
}
.TagClassName
{
border-color: #54420F;
}
</style>