Shades of Madras #54410F
Tints of Madras #54410F
RGB
CMYK
RGB Variations
Color information
#54410F (or 0x54410F) is known color: Madras. HEX triplet: 54, 41 and 0F. RGB value is (84,65,15). Sum of RGB (Red+Green+Blue) = 84+65+15=164 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.22% from 164); Green value is 65 (25.78% from 255 or 39.63% from 164); Blue value is 15 (6.25% from 255 or 9.15% from 164); Max value from RGB is 84 - color contains mainly: red. Hex color #54410F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54410F is #ABBEF0. Grayscale: #414141. Windows color (decimal): -11255537 or 999764. OLE color: 999764.
HSL color Cylindrical-coordinate representation of color #54410F: hue angle of 43.48º 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 #54410F is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 65 | 15 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.67 |
| HSL | 43.48º | 0.7% | 0.19% | - |
| HSV(B) | 43.48º | 0.82% | 0.33% | - |
| XYZ | 5.63 | 5.7 | 1.26 | - |
| YUV | 64.98 | 99.79 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 65 | 15 | 0 | 0.23 | 0.82 | 0.67 | 43.48 | 0.7 | 0.19 |
| Hex | 54 | 41 | F | 0 | 17 | 52 | 43 | 2B | 46 | 13 |
| Octal | 124 | 101 | 17 | 0 | 27 | 122 | 103 | 53 | 106 | 23 |
| Binary | 1010100 | 1000001 | 1111 | 0 | 10111 | 1010010 | 1000011 | 101011 | 1000110 | 10011 |
Color Harmonies of #54410F
Complementary color
Monochromatic Colors of #54410F
Black with #54410F
Text Example
Text Example
White with #54410F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54410F; }
p { color: rgb(84,65,15); }
H1.HeaderClassName
{
color: #54410F;
}
.AnyTagClassName
{
color: #54410F;
}
</style>
background-color css
<style>
a { background-color: #54410F; }
a { background-color: rgb(84,65,15); }
div.DivClassName
{
background-color: #54410F;
}
.BgClassName
{
background-color: #54410F;
}
</style>
border-color css
<style>
span { border-color: #54410F; }
span { border-color: rgb(84,65,15); }
td.TdClassName
{
border-color: #54410F;
}
.TagClassName
{
border-color: #54410F;
}
</style>