Shades of Rock #544D47
Tints of Rock #544D47
RGB
CMYK
RGB Variations
Color information
#544D47 (or 0x544D47) is known color: Rock. HEX triplet: 54, 4D and 47. RGB value is (84,77,71). Sum of RGB (Red+Green+Blue) = 84+77+71=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 77 (30.47% from 255 or 33.19% from 232); Blue value is 71 (28.12% from 255 or 30.60% from 232); Max value from RGB is 84 - color contains mainly: red. Hex color #544D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544D47 is #ABB2B8. Grayscale: #4E4E4E. Windows color (decimal): -11252409 or 4672852. OLE color: 4672852.
HSL color Cylindrical-coordinate representation of color #544D47: hue angle of 27.69º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #544D47 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 77 | 71 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.67 |
| HSL | 27.69º | 0.08% | 0.3% | - |
| HSV(B) | 27.69º | 0.15% | 0.33% | - |
| XYZ | 7.45 | 7.65 | 7.04 | - |
| YUV | 78.41 | 123.82 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 77 | 71 | 0 | 0.08 | 0.15 | 0.67 | 27.69 | 0.08 | 0.3 |
| Hex | 54 | 4D | 47 | 0 | 8 | F | 43 | 1C | 8 | 1E |
| Octal | 124 | 115 | 107 | 0 | 10 | 17 | 103 | 34 | 10 | 36 |
| Binary | 1010100 | 1001101 | 1000111 | 0 | 1000 | 1111 | 1000011 | 11100 | 1000 | 11110 |
Color Harmonies of #544D47
Complementary color
Monochromatic Colors of #544D47
Black with #544D47
Text Example
Text Example
White with #544D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544D47; }
p { color: rgb(84,77,71); }
H1.HeaderClassName
{
color: #544D47;
}
.AnyTagClassName
{
color: #544D47;
}
</style>
background-color css
<style>
a { background-color: #544D47; }
a { background-color: rgb(84,77,71); }
div.DivClassName
{
background-color: #544D47;
}
.BgClassName
{
background-color: #544D47;
}
</style>
border-color css
<style>
span { border-color: #544D47; }
span { border-color: rgb(84,77,71); }
td.TdClassName
{
border-color: #544D47;
}
.TagClassName
{
border-color: #544D47;
}
</style>