Shades of Madras #544212
Tints of Madras #544212
RGB
CMYK
RGB Variations
Color information
#544212 (or 0x544212) is known color: Madras. HEX triplet: 54, 42 and 12. RGB value is (84,66,18). Sum of RGB (Red+Green+Blue) = 84+66+18=168 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 84 - color contains mainly: red. Hex color #544212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544212 is #ABBDED. Grayscale: #424242. Windows color (decimal): -11255278 or 1196628. OLE color: 1196628.
HSL color Cylindrical-coordinate representation of color #544212: hue angle of 43.64º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #544212 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 66 | 18 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.67 |
| HSL | 43.64º | 0.65% | 0.2% | - |
| HSV(B) | 43.64º | 0.79% | 0.33% | - |
| XYZ | 5.71 | 5.82 | 1.4 | - |
| YUV | 65.91 | 100.96 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 66 | 18 | 0 | 0.21 | 0.79 | 0.67 | 43.64 | 0.65 | 0.2 |
| Hex | 54 | 42 | 12 | 0 | 15 | 4F | 43 | 2C | 41 | 14 |
| Octal | 124 | 102 | 22 | 0 | 25 | 117 | 103 | 54 | 101 | 24 |
| Binary | 1010100 | 1000010 | 10010 | 0 | 10101 | 1001111 | 1000011 | 101100 | 1000001 | 10100 |
Color Harmonies of #544212
Complementary color
Monochromatic Colors of #544212
Black with #544212
Text Example
Text Example
White with #544212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544212; }
p { color: rgb(84,66,18); }
H1.HeaderClassName
{
color: #544212;
}
.AnyTagClassName
{
color: #544212;
}
</style>
background-color css
<style>
a { background-color: #544212; }
a { background-color: rgb(84,66,18); }
div.DivClassName
{
background-color: #544212;
}
.BgClassName
{
background-color: #544212;
}
</style>
border-color css
<style>
span { border-color: #544212; }
span { border-color: rgb(84,66,18); }
td.TdClassName
{
border-color: #544212;
}
.TagClassName
{
border-color: #544212;
}
</style>