Shades of Rock #544A41
Tints of Rock #544A41
RGB
CMYK
RGB Variations
Color information
#544A41 (or 0x544A41) is known color: Rock. HEX triplet: 54, 4A and 41. RGB value is (84,74,65). Sum of RGB (Red+Green+Blue) = 84+74+65=223 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.67% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 65 (25.78% from 255 or 29.15% from 223); Max value from RGB is 84 - color contains mainly: red. Hex color #544A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544A41 is #ABB5BE. Grayscale: #4C4C4C. Windows color (decimal): -11253183 or 4278868. OLE color: 4278868.
HSL color Cylindrical-coordinate representation of color #544A41: hue angle of 28.42º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #544A41 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 74 | 65 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.67 |
| HSL | 28.42º | 0.13% | 0.29% | - |
| HSV(B) | 28.42º | 0.23% | 0.33% | - |
| XYZ | 7.06 | 7.16 | 6.01 | - |
| YUV | 75.96 | 121.81 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 74 | 65 | 0 | 0.12 | 0.23 | 0.67 | 28.42 | 0.13 | 0.29 |
| Hex | 54 | 4A | 41 | 0 | C | 17 | 43 | 1C | D | 1D |
| Octal | 124 | 112 | 101 | 0 | 14 | 27 | 103 | 34 | 15 | 35 |
| Binary | 1010100 | 1001010 | 1000001 | 0 | 1100 | 10111 | 1000011 | 11100 | 1101 | 11101 |
Color Harmonies of #544A41
Complementary color
Monochromatic Colors of #544A41
Black with #544A41
Text Example
Text Example
White with #544A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544A41; }
p { color: rgb(84,74,65); }
H1.HeaderClassName
{
color: #544A41;
}
.AnyTagClassName
{
color: #544A41;
}
</style>
background-color css
<style>
a { background-color: #544A41; }
a { background-color: rgb(84,74,65); }
div.DivClassName
{
background-color: #544A41;
}
.BgClassName
{
background-color: #544A41;
}
</style>
border-color css
<style>
span { border-color: #544A41; }
span { border-color: rgb(84,74,65); }
td.TdClassName
{
border-color: #544A41;
}
.TagClassName
{
border-color: #544A41;
}
</style>