Shades of Rock #524A43
Tints of Rock #524A43
RGB
CMYK
RGB Variations
Color information
#524A43 (or 0x524A43) is known color: Rock. HEX triplet: 52, 4A and 43. RGB value is (82,74,67). Sum of RGB (Red+Green+Blue) = 82+74+67=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 67 (26.56% from 255 or 30.04% from 223); Max value from RGB is 82 - color contains mainly: red. Hex color #524A43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524A43 is #ADB5BC. Grayscale: #4B4B4B. Windows color (decimal): -11384253 or 4409938. OLE color: 4409938.
HSL color Cylindrical-coordinate representation of color #524A43: hue angle of 28º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #524A43 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 74 | 67 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.68 |
| HSL | 28º | 0.1% | 0.29% | - |
| HSV(B) | 28º | 0.18% | 0.32% | - |
| XYZ | 6.94 | 7.1 | 6.31 | - |
| YUV | 75.59 | 123.15 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 74 | 67 | 0 | 0.10 | 0.18 | 0.68 | 28 | 0.1 | 0.29 |
| Hex | 52 | 4A | 43 | 0 | A | 12 | 44 | 1C | A | 1D |
| Octal | 122 | 112 | 103 | 0 | 12 | 22 | 104 | 34 | 12 | 35 |
| Binary | 1010010 | 1001010 | 1000011 | 0 | 1010 | 10010 | 1000100 | 11100 | 1010 | 11101 |
Color Harmonies of #524A43
Complementary color
Monochromatic Colors of #524A43
Black with #524A43
Text Example
Text Example
White with #524A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524A43; }
p { color: rgb(82,74,67); }
H1.HeaderClassName
{
color: #524A43;
}
.AnyTagClassName
{
color: #524A43;
}
</style>
background-color css
<style>
a { background-color: #524A43; }
a { background-color: rgb(82,74,67); }
div.DivClassName
{
background-color: #524A43;
}
.BgClassName
{
background-color: #524A43;
}
</style>
border-color css
<style>
span { border-color: #524A43; }
span { border-color: rgb(82,74,67); }
td.TdClassName
{
border-color: #524A43;
}
.TagClassName
{
border-color: #524A43;
}
</style>