Shades of Madras #54430B
Tints of Madras #54430B
RGB
CMYK
RGB Variations
Color information
#54430B (or 0x54430B) is known color: Madras. HEX triplet: 54, 43 and 0B. RGB value is (84,67,11). Sum of RGB (Red+Green+Blue) = 84+67+11=162 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.85% from 162); Green value is 67 (26.56% from 255 or 41.36% from 162); Blue value is 11 (4.69% from 255 or 6.79% from 162); Max value from RGB is 84 - color contains mainly: red. Hex color #54430B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54430B is #ABBCF4. Grayscale: #414141. Windows color (decimal): -11255029 or 738132. OLE color: 738132.
HSL color Cylindrical-coordinate representation of color #54430B: hue angle of 46.03º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #54430B is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 67 | 11 | - |
| CMYK | 0 | 0.20 | 0.87 | 0.67 |
| HSL | 46.03º | 0.77% | 0.19% | - |
| HSV(B) | 46.03º | 0.87% | 0.33% | - |
| XYZ | 5.72 | 5.92 | 1.16 | - |
| YUV | 65.7 | 97.13 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 67 | 11 | 0 | 0.20 | 0.87 | 0.67 | 46.03 | 0.77 | 0.19 |
| Hex | 54 | 43 | B | 0 | 14 | 57 | 43 | 2E | 4D | 13 |
| Octal | 124 | 103 | 13 | 0 | 24 | 127 | 103 | 56 | 115 | 23 |
| Binary | 1010100 | 1000011 | 1011 | 0 | 10100 | 1010111 | 1000011 | 101110 | 1001101 | 10011 |
Color Harmonies of #54430B
Complementary color
Monochromatic Colors of #54430B
Black with #54430B
Text Example
Text Example
White with #54430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54430B; }
p { color: rgb(84,67,11); }
H1.HeaderClassName
{
color: #54430B;
}
.AnyTagClassName
{
color: #54430B;
}
</style>
background-color css
<style>
a { background-color: #54430B; }
a { background-color: rgb(84,67,11); }
div.DivClassName
{
background-color: #54430B;
}
.BgClassName
{
background-color: #54430B;
}
</style>
border-color css
<style>
span { border-color: #54430B; }
span { border-color: rgb(84,67,11); }
td.TdClassName
{
border-color: #54430B;
}
.TagClassName
{
border-color: #54430B;
}
</style>