Shades of Rock #544B42
Tints of Rock #544B42
RGB
CMYK
RGB Variations
Color information
#544B42 (or 0x544B42) is known color: Rock. HEX triplet: 54, 4B and 42. RGB value is (84,75,66). Sum of RGB (Red+Green+Blue) = 84+75+66=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 66 (26.17% from 255 or 29.33% from 225); Max value from RGB is 84 - color contains mainly: red. Hex color #544B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544B42 is #ABB4BD. Grayscale: #4C4C4C. Windows color (decimal): -11252926 or 4344660. OLE color: 4344660.
HSL color Cylindrical-coordinate representation of color #544B42: hue angle of 30º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #544B42 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 75 | 66 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.67 |
| HSL | 30º | 0.12% | 0.29% | - |
| HSV(B) | 30º | 0.21% | 0.33% | - |
| XYZ | 7.16 | 7.31 | 6.19 | - |
| YUV | 76.67 | 121.98 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 75 | 66 | 0 | 0.11 | 0.21 | 0.67 | 30 | 0.12 | 0.29 |
| Hex | 54 | 4B | 42 | 0 | B | 15 | 43 | 1E | C | 1D |
| Octal | 124 | 113 | 102 | 0 | 13 | 25 | 103 | 36 | 14 | 35 |
| Binary | 1010100 | 1001011 | 1000010 | 0 | 1011 | 10101 | 1000011 | 11110 | 1100 | 11101 |
Color Harmonies of #544B42
Complementary color
Monochromatic Colors of #544B42
Black with #544B42
Text Example
Text Example
White with #544B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544B42; }
p { color: rgb(84,75,66); }
H1.HeaderClassName
{
color: #544B42;
}
.AnyTagClassName
{
color: #544B42;
}
</style>
background-color css
<style>
a { background-color: #544B42; }
a { background-color: rgb(84,75,66); }
div.DivClassName
{
background-color: #544B42;
}
.BgClassName
{
background-color: #544B42;
}
</style>
border-color css
<style>
span { border-color: #544B42; }
span { border-color: rgb(84,75,66); }
td.TdClassName
{
border-color: #544B42;
}
.TagClassName
{
border-color: #544B42;
}
</style>