Shades of Rock #534C46
Tints of Rock #534C46
RGB
CMYK
RGB Variations
Color information
#534C46 (or 0x534C46) is known color: Rock. HEX triplet: 53, 4C and 46. RGB value is (83,76,70). Sum of RGB (Red+Green+Blue) = 83+76+70=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 70 (27.73% from 255 or 30.57% from 229); Max value from RGB is 83 - color contains mainly: red. Hex color #534C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534C46 is #ACB3B9. Grayscale: #4D4D4D. Windows color (decimal): -11318202 or 4607059. OLE color: 4607059.
HSL color Cylindrical-coordinate representation of color #534C46: 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.16%. Process color model (Four color, CMYK) of #534C46 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 76 | 70 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.67 |
| HSL | 27.69º | 0.08% | 0.3% | - |
| HSV(B) | 27.69º | 0.16% | 0.33% | - |
| XYZ | 7.26 | 7.45 | 6.85 | - |
| YUV | 77.41 | 123.82 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 76 | 70 | 0 | 0.08 | 0.16 | 0.67 | 27.69 | 0.08 | 0.3 |
| Hex | 53 | 4C | 46 | 0 | 8 | 10 | 43 | 1C | 8 | 1E |
| Octal | 123 | 114 | 106 | 0 | 10 | 20 | 103 | 34 | 10 | 36 |
| Binary | 1010011 | 1001100 | 1000110 | 0 | 1000 | 10000 | 1000011 | 11100 | 1000 | 11110 |
Color Harmonies of #534C46
Complementary color
Monochromatic Colors of #534C46
Black with #534C46
Text Example
Text Example
White with #534C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534C46; }
p { color: rgb(83,76,70); }
H1.HeaderClassName
{
color: #534C46;
}
.AnyTagClassName
{
color: #534C46;
}
</style>
background-color css
<style>
a { background-color: #534C46; }
a { background-color: rgb(83,76,70); }
div.DivClassName
{
background-color: #534C46;
}
.BgClassName
{
background-color: #534C46;
}
</style>
border-color css
<style>
span { border-color: #534C46; }
span { border-color: rgb(83,76,70); }
td.TdClassName
{
border-color: #534C46;
}
.TagClassName
{
border-color: #534C46;
}
</style>